Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.12.0
7.14.0
34 changes: 34 additions & 0 deletions docs/AdvisoryAdvantech.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# AdvisoryAdvantech


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**advisory_id** | **str** | | [optional]
**cve** | **List[str]** | | [optional]
**date_added** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example

```python
from vulncheck_sdk.models.advisory_advantech import AdvisoryAdvantech

# TODO update the JSON string below
json = "{}"
# create an instance of AdvisoryAdvantech from a JSON string
advisory_advantech_instance = AdvisoryAdvantech.from_json(json)
# print the JSON string representation of the object
print(AdvisoryAdvantech.to_json())

# convert the object into a dict
advisory_advantech_dict = advisory_advantech_instance.to_dict()
# create an instance of AdvisoryAdvantech from a dict
advisory_advantech_from_dict = AdvisoryAdvantech.from_dict(advisory_advantech_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


1 change: 1 addition & 0 deletions docs/AdvisoryAxis.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**date_added** | **str** | | [optional]
**summary** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example
Expand Down
34 changes: 34 additions & 0 deletions docs/AdvisoryCrowdSec.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# AdvisoryCrowdSec


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cve** | **List[str]** | | [optional]
**date_added** | **str** | | [optional]
**first_seen** | **str** | | [optional]
**summary** | **str** | | [optional]
**title** | **str** | | [optional]
**url** | **str** | | [optional]

## Example

```python
from vulncheck_sdk.models.advisory_crowd_sec import AdvisoryCrowdSec

# TODO update the JSON string below
json = "{}"
# create an instance of AdvisoryCrowdSec from a JSON string
advisory_crowd_sec_instance = AdvisoryCrowdSec.from_json(json)
# print the JSON string representation of the object
print(AdvisoryCrowdSec.to_json())

# convert the object into a dict
advisory_crowd_sec_dict = advisory_crowd_sec_instance.to_dict()
# create an instance of AdvisoryCrowdSec from a dict
advisory_crowd_sec_from_dict = AdvisoryCrowdSec.from_dict(advisory_crowd_sec_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


36 changes: 36 additions & 0 deletions docs/AdvisoryFesto.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# AdvisoryFesto


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**csaf_url** | **str** | | [optional]
**cve** | **List[str]** | | [optional]
**date_added** | **str** | | [optional]
**id** | **str** | | [optional]
**summary** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example

```python
from vulncheck_sdk.models.advisory_festo import AdvisoryFesto

# TODO update the JSON string below
json = "{}"
# create an instance of AdvisoryFesto from a JSON string
advisory_festo_instance = AdvisoryFesto.from_json(json)
# print the JSON string representation of the object
print(AdvisoryFesto.to_json())

# convert the object into a dict
advisory_festo_dict = advisory_festo_instance.to_dict()
# create an instance of AdvisoryFesto from a dict
advisory_festo_from_dict = AdvisoryFesto.from_dict(advisory_festo_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


36 changes: 36 additions & 0 deletions docs/AdvisoryGlibc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# AdvisoryGlibc


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**affected** | **str** | | [optional]
**cve** | **List[str]** | | [optional]
**date_added** | **str** | | [optional]
**fixed** | **str** | | [optional]
**id** | **str** | | [optional]
**summary** | **str** | | [optional]
**title** | **str** | | [optional]
**url** | **str** | | [optional]

## Example

```python
from vulncheck_sdk.models.advisory_glibc import AdvisoryGlibc

# TODO update the JSON string below
json = "{}"
# create an instance of AdvisoryGlibc from a JSON string
advisory_glibc_instance = AdvisoryGlibc.from_json(json)
# print the JSON string representation of the object
print(AdvisoryGlibc.to_json())

# convert the object into a dict
advisory_glibc_dict = advisory_glibc_instance.to_dict()
# create an instance of AdvisoryGlibc from a dict
advisory_glibc_from_dict = AdvisoryGlibc.from_dict(advisory_glibc_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


35 changes: 35 additions & 0 deletions docs/AdvisoryKunbus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# AdvisoryKunbus


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cve** | **List[str]** | | [optional]
**date_added** | **str** | | [optional]
**id** | **str** | | [optional]
**summary** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example

```python
from vulncheck_sdk.models.advisory_kunbus import AdvisoryKunbus

# TODO update the JSON string below
json = "{}"
# create an instance of AdvisoryKunbus from a JSON string
advisory_kunbus_instance = AdvisoryKunbus.from_json(json)
# print the JSON string representation of the object
print(AdvisoryKunbus.to_json())

# convert the object into a dict
advisory_kunbus_dict = advisory_kunbus_instance.to_dict()
# create an instance of AdvisoryKunbus from a dict
advisory_kunbus_from_dict = AdvisoryKunbus.from_dict(advisory_kunbus_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


1 change: 1 addition & 0 deletions docs/AdvisoryNetApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Name | Type | Description | Notes
**references** | **List[str]** | | [optional]
**summary** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example
Expand Down
37 changes: 37 additions & 0 deletions docs/AdvisoryNexpose.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# AdvisoryNexpose


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cve** | **List[str]** | | [optional]
**cvss_score** | **str** | | [optional]
**cvss_vector** | **str** | | [optional]
**date_added** | **str** | | [optional]
**identifier** | **str** | | [optional]
**summary** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example

```python
from vulncheck_sdk.models.advisory_nexpose import AdvisoryNexpose

# TODO update the JSON string below
json = "{}"
# create an instance of AdvisoryNexpose from a JSON string
advisory_nexpose_instance = AdvisoryNexpose.from_json(json)
# print the JSON string representation of the object
print(AdvisoryNexpose.to_json())

# convert the object into a dict
advisory_nexpose_dict = advisory_nexpose_instance.to_dict()
# create an instance of AdvisoryNexpose from a dict
advisory_nexpose_from_dict = AdvisoryNexpose.from_dict(advisory_nexpose_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


1 change: 1 addition & 0 deletions docs/AdvisoryPaperCut.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Name | Type | Description | Notes
**references** | **List[str]** | | [optional]
**summary** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example
Expand Down
36 changes: 36 additions & 0 deletions docs/AdvisoryQQID.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# AdvisoryQQID


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cve** | **List[str]** | | [optional]
**cvss3_score** | **str** | | [optional]
**cvss_score** | **str** | | [optional]
**date_added** | **str** | | [optional]
**qid** | **str** | | [optional]
**title** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example

```python
from vulncheck_sdk.models.advisory_qqid import AdvisoryQQID

# TODO update the JSON string below
json = "{}"
# create an instance of AdvisoryQQID from a JSON string
advisory_qqid_instance = AdvisoryQQID.from_json(json)
# print the JSON string representation of the object
print(AdvisoryQQID.to_json())

# convert the object into a dict
advisory_qqid_dict = advisory_qqid_instance.to_dict()
# create an instance of AdvisoryQQID from a dict
advisory_qqid_from_dict = AdvisoryQQID.from_dict(advisory_qqid_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


36 changes: 36 additions & 0 deletions docs/AdvisorySyss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# AdvisorySyss


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**affected** | **str** | | [optional]
**cve** | **List[str]** | | [optional]
**date_added** | **str** | | [optional]
**id** | **str** | | [optional]
**references** | **List[str]** | | [optional]
**summary** | **str** | | [optional]
**updated_at** | **str** | | [optional]
**url** | **str** | | [optional]

## Example

```python
from vulncheck_sdk.models.advisory_syss import AdvisorySyss

# TODO update the JSON string below
json = "{}"
# create an instance of AdvisorySyss from a JSON string
advisory_syss_instance = AdvisorySyss.from_json(json)
# print the JSON string representation of the object
print(AdvisorySyss.to_json())

# convert the object into a dict
advisory_syss_dict = advisory_syss_instance.to_dict()
# create an instance of AdvisorySyss from a dict
advisory_syss_from_dict = AdvisorySyss.from_dict(advisory_syss_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


1 change: 1 addition & 0 deletions docs/ApiExploitV3Result.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Name | Type | Description | Notes
**reported_exploitation** | [**List[ApiNormalizedReportV3Entry]**](ApiNormalizedReportV3Entry.md) | | [optional]
**reported_exploited** | **bool** | | [optional]
**reported_exploited_by_botnets** | **bool** | | [optional]
**reported_exploited_by_honeypot_service** | **bool** | | [optional]
**reported_exploited_by_ransomware** | **bool** | | [optional]
**reported_exploited_by_threat_actors** | **bool** | | [optional]
**timeline** | [**ApiExploitsV3Timeline**](ApiExploitsV3Timeline.md) | | [optional]
Expand Down
Loading