Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2358 Update 1 FAQ answer #2364

Merged
merged 2 commits into from
Nov 28, 2023
Merged
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
3 changes: 1 addition & 2 deletions src/assets/data/faqs.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,7 @@
"See these videos for additional information:",
"<ul><li><a href='https://www.youtube.com/watch?v=qOCd4S8JMa0' target='_blank'>cvelib Client Demo</a> (see commands at 4:40 minutes)</li><li><a href='https://www.youtube.com/watch?v=o3V-fmQpC0o' target='_blank'>Vulnogram Client Demo</a> (see CVE Portal tab options at 6:15 minutes)</li></ul>",
"To use the CVE Services API to view your Reserved CVE IDs, see the documentation <a href='https://cveawg.mitre.org/api-docs/' target='_blank'>here</a> and use the first API call “/cve-id” with query parameters. Below is an example using Curl*:",
"curl --location --request GET 'https://cveawg.mitre.org/api/cve-id?state=RESERVED&cve_id_year=2023' --header 'CVE-API-USER: <user_name>' --header 'CVE-API-ORG: <org_shortname>' --header 'CVE-API-KEY: <secret_key>'",
"<strong>Note:</strong> CVE Services has a known memory bug. If you have a very large number of results, you may see an error “service not available”. Use the “cve_id_year” parameter to limit the results."
"curl --location --request GET 'https://cveawg.mitre.org/api/cve-id?state=RESERVED&cve_id_year=2023' --header 'CVE-API-USER: <user_name>' --header 'CVE-API-ORG: <org_shortname>' --header 'CVE-API-KEY: <secret_key>'"
]
}
]
Expand Down