Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion docs/AdvisoryADPContainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Name | Type | Description | Notes
**impacts** | [**List[AdvisoryImpact]**](AdvisoryImpact.md) | OK | [optional]
**metrics** | [**List[AdvisoryMetric]**](AdvisoryMetric.md) | OK | [optional]
**problem_types** | [**List[AdvisoryMProblemTypes]**](AdvisoryMProblemTypes.md) | OK | [optional]
**provider_metadata** | [**AdvisoryMProviderMetadata**](AdvisoryMProviderMetadata.md) | OK | [optional]
**provider_metadata** | [**AdvisoryMProviderMetadata**](AdvisoryMProviderMetadata.md) | | [optional]
**references** | [**List[AdvisoryMReference]**](AdvisoryMReference.md) | | [optional]
**tags** | **List[str]** | OK | [optional]
**title** | **str** | OK | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/AdvisoryAdvisoryDetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bugzilla** | [**AdvisoryBugzilla**](AdvisoryBugzilla.md) | | [optional]
**cve** | [**AdvisoryOvalCVE**](AdvisoryOvalCVE.md) | | [optional]
**issued** | [**AdvisoryIssued**](AdvisoryIssued.md) | | [optional]
**issued** | **object** | | [optional]
**severity** | **str** | | [optional]
**updated** | [**AdvisoryUpdated**](AdvisoryUpdated.md) | | [optional]
**updated** | **object** | | [optional]

## Example

Expand Down
4 changes: 2 additions & 2 deletions docs/AdvisoryAffected.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**database_specific** | **object** | The meaning of the values within the object is entirely defined by the database | [optional]
**ecosystem_specific** | **object** | The meaning of the values within the object is entirely defined by the ecosystem | [optional]
**database_specific** | **object** | | [optional]
**ecosystem_specific** | **object** | | [optional]
**package** | [**AdvisoryOSVPackage**](AdvisoryOSVPackage.md) | | [optional]
**ranges** | [**List[AdvisoryRange]**](AdvisoryRange.md) | | [optional]
**severity** | [**List[AdvisorySeverity]**](AdvisorySeverity.md) | | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/AdvisoryCSAF.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**document** | [**AdvisoryDocumentMetadata**](AdvisoryDocumentMetadata.md) | Document contains metadata about the CSAF document itself. https://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#321-document-property | [optional]
**document** | [**AdvisoryDocumentMetadata**](AdvisoryDocumentMetadata.md) | | [optional]
**notes** | [**List[AdvisoryCSAFNote]**](AdvisoryCSAFNote.md) | Notes holds notes associated with the whole document. https://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#3217-document-property---notes | [optional]
**product_tree** | [**AdvisoryProductBranch**](AdvisoryProductBranch.md) | ProductTree contains information about the product tree (branches only). https://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#322-product-tree-property | [optional]
**product_tree** | [**AdvisoryProductBranch**](AdvisoryProductBranch.md) | | [optional]
**vulnerabilities** | [**List[AdvisoryCSAFVulnerability]**](AdvisoryCSAFVulnerability.md) | Vulnerabilities contains information about the vulnerabilities, (i.e. CVEs), associated threats, and product status. https://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#323-vulnerabilities-property | [optional]

## Example
Expand Down
30 changes: 0 additions & 30 deletions docs/AdvisoryCVRFReference.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/AdvisoryCVSSV40.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# AdvisoryCVSSV40

this isn't called baseMetric, because it can contain other metrics -- typically supplemental metrics

## Properties

Expand Down
32 changes: 0 additions & 32 deletions docs/AdvisoryCWENode.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/AdvisoryCvrf.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cve** | **List[str]** | | [optional]
**notes** | [**List[AdvisoryDocumentNote]**](AdvisoryDocumentNote.md) | | [optional]
**product_tree** | [**AdvisoryProductTree**](AdvisoryProductTree.md) | | [optional]
**references** | [**List[AdvisoryCVRFReference]**](AdvisoryCVRFReference.md) | | [optional]
**title** | **str** | | [optional]
**tracking** | [**AdvisoryDocumentTracking**](AdvisoryDocumentTracking.md) | | [optional]
**vulnerabilities** | [**List[AdvisoryVulnerability]**](AdvisoryVulnerability.md) | | [optional]

## Example

Expand Down
3 changes: 1 addition & 2 deletions docs/AdvisoryCwes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**nodes** | [**List[AdvisoryCWENode]**](AdvisoryCWENode.md) | | [optional]
**total_count** | **int** | | [optional]
**nodes** | **List[object]** | | [optional]

## Example

Expand Down
29 changes: 0 additions & 29 deletions docs/AdvisoryDateTime.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/AdvisoryDocumentMetadata.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# AdvisoryDocumentMetadata

Document contains metadata about the CSAF document itself. https://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#321-document-property

## Properties

Expand Down
31 changes: 0 additions & 31 deletions docs/AdvisoryDocumentNote.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/AdvisoryDocumentTracking.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/AdvisoryIssued.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/AdvisoryMProviderMetadata.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# AdvisoryMProviderMetadata

OK

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/AdvisoryMicrosoftDriverBlockList.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**date_added** | **str** | | [optional]
**file_id** | **str** | From FileAttrib or Deny | [optional]
**file_metadata** | [**AdvisoryMicrosoftFileMetadata**](AdvisoryMicrosoftFileMetadata.md) | File-level metadata | [optional]
**file_metadata** | [**AdvisoryMicrosoftFileMetadata**](AdvisoryMicrosoftFileMetadata.md) | | [optional]

## Example

Expand Down
1 change: 1 addition & 0 deletions docs/AdvisoryMicrosoftFileMetadata.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# AdvisoryMicrosoftFileMetadata

File-level metadata

## Properties

Expand Down
1 change: 1 addition & 0 deletions docs/AdvisoryProductBranch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# AdvisoryProductBranch

ProductTree contains information about the product tree (branches only). https://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#322-product-tree-property

## Properties

Expand Down
29 changes: 0 additions & 29 deletions docs/AdvisoryProductTree.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/AdvisoryRelationship.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/AdvisoryRevision.md

This file was deleted.

Loading
Loading