You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name ='name_example'# str | Filter by advisory feed name (e.g. 'vulncheck') (optional)
50
-
cve_id ='cve_id_example'# str | Filter by CVE ID (e.g. 'CVE-2024-1234') (optional)
51
-
vendor ='vendor_example'# str | Filter by vendor name (optional)
52
-
product ='product_example'# str | Filter by product name (optional)
53
-
platform ='platform_example'# str | Filter by OS/platform (optional)
54
-
version ='version_example'# str | Filter by product version (semver-aware) (optional)
55
-
cpe ='cpe_example'# str | Filter by CPE (e.g. 'cpe:2.3:a:vendor:product:*') (optional)
56
-
package_name ='package_name_example'# str | Filter by package name (optional)
57
-
purl ='purl_example'# str | Filter by package URL (PURL) (optional)
58
-
reference_url ='reference_url_example'# str | Filter by reference URL (optional)
59
-
reference_tag ='reference_tag_example'# str | Filter by reference tag (e.g. 'patch', 'advisory') (optional)
60
-
description_lang ='description_lang_example'# str | Filter by description language (e.g. 'en') (optional)
61
-
updated_after ='updated_after_example'# str | Return advisories updated after this date (RFC3339 or date-math e.g. 'now-30d') (optional)
62
-
updated_before ='updated_before_example'# str | Return advisories updated before this date (RFC3339 or date-math) (optional)
63
-
page =56# int | Page number (default: 1) (optional)
64
-
limit =56# int | Results per page, max 100 (default: 10) (optional)
65
-
start_cursor ='start_cursor_example'# str | Presence activates cursor mode from the first page (value is ignored; cannot be combined with page) (optional)
66
-
cursor ='cursor_example'# str | Cursor from previous response _meta.next_cursor to fetch the next page (optional)
@@ -125,27 +87,27 @@ Name | Type | Description | Notes
125
87
126
88
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
name ='name_example'# str | Filter by advisory feed name (e.g. 'vulncheck') (optional)
129
+
cve_id ='cve_id_example'# str | Filter by CVE ID (e.g. 'CVE-2024-1234') (optional)
130
+
vendor ='vendor_example'# str | Filter by vendor name (optional)
131
+
product ='product_example'# str | Filter by product name (optional)
132
+
platform ='platform_example'# str | Filter by OS/platform (optional)
133
+
version ='version_example'# str | Filter by product version (semver-aware) (optional)
134
+
cpe ='cpe_example'# str | Filter by CPE (e.g. 'cpe:2.3:a:vendor:product:*') (optional)
135
+
package_name ='package_name_example'# str | Filter by package name (optional)
136
+
purl ='purl_example'# str | Filter by package URL (PURL) (optional)
137
+
reference_url ='reference_url_example'# str | Filter by reference URL (optional)
138
+
reference_tag ='reference_tag_example'# str | Filter by reference tag (e.g. 'patch', 'advisory') (optional)
139
+
description_lang ='description_lang_example'# str | Filter by description language (e.g. 'en') (optional)
140
+
updated_after ='updated_after_example'# str | Return advisories updated after this date (RFC3339 or date-math e.g. 'now-30d') (optional)
141
+
updated_before ='updated_before_example'# str | Return advisories updated before this date (RFC3339 or date-math) (optional)
142
+
page =56# int | Page number (default: 1) (optional)
143
+
limit =56# int | Results per page, max 100 (default: 10) (optional)
144
+
start_cursor ='start_cursor_example'# str | Presence activates cursor mode from the first page (value is ignored; cannot be combined with page) (optional)
145
+
cursor ='cursor_example'# str | Cursor from previous response _meta.next_cursor to fetch the next page (optional)
166
146
167
147
try:
168
-
#List advisory feeds
169
-
api_response = api_instance.advisory_list_get()
170
-
print("The response of AdvisoryApi->advisory_list_get:\n")
0 commit comments