-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Update python-sdk Co-authored-by: maddawik <[email protected]>
- Loading branch information
1 parent
583c2a9
commit 2b92f61
Showing
62 changed files
with
478 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# AdvisoryHaskellAffected | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**affected_constraint** | **str** | | [optional] | ||
**affected_versions** | [**List[AdvisoryHaskellVersion]**](AdvisoryHaskellVersion.md) | | [optional] | ||
**arch** | **List[str]** | | [optional] | ||
**cvss** | **str** | | [optional] | ||
**os** | **List[str]** | | [optional] | ||
**package** | **str** | | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from vulncheck_sdk.models.advisory_haskell_affected import AdvisoryHaskellAffected | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of AdvisoryHaskellAffected from a JSON string | ||
advisory_haskell_affected_instance = AdvisoryHaskellAffected.from_json(json) | ||
# print the JSON string representation of the object | ||
print(AdvisoryHaskellAffected.to_json()) | ||
|
||
# convert the object into a dict | ||
advisory_haskell_affected_dict = advisory_haskell_affected_instance.to_dict() | ||
# create an instance of AdvisoryHaskellAffected from a dict | ||
advisory_haskell_affected_from_dict = AdvisoryHaskellAffected.from_dict(advisory_haskell_affected_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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# AdvisoryHaskellVersion | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**fixed** | **str** | | [optional] | ||
**introduced** | **str** | | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from vulncheck_sdk.models.advisory_haskell_version import AdvisoryHaskellVersion | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of AdvisoryHaskellVersion from a JSON string | ||
advisory_haskell_version_instance = AdvisoryHaskellVersion.from_json(json) | ||
# print the JSON string representation of the object | ||
print(AdvisoryHaskellVersion.to_json()) | ||
|
||
# convert the object into a dict | ||
advisory_haskell_version_dict = advisory_haskell_version_instance.to_dict() | ||
# create an instance of AdvisoryHaskellVersion from a dict | ||
advisory_haskell_version_from_dict = AdvisoryHaskellVersion.from_dict(advisory_haskell_version_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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
docs/AdvisoryPyPAAdvisoryAffectedInnerRangesInnerEventsInner.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.