1
0
mirror of synced 2025-12-19 18:06:02 -05:00

Clarify that embedded CVE data is summary only

The _embedded.latest_security_month[] has cve_count and cve_records[]
(IDs only), but not severity/CVSS. Make clear that full details require
following the link to the month index.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Rich Lander
2025-12-12 10:26:15 -08:00
parent 2ff93ea1ac
commit d703abc822

View File

@@ -49,7 +49,7 @@ These shortcuts are the key to efficient navigation — use them to skip the roo
## CVE Queries
**For current security status:** `_embedded.latest_security_month[]` has `cve_count` and `cve_records[]` per version.
**For current security status:** `_embedded.latest_security_month[]` has `cve_count` and `cve_records[]` (IDs only) per version. For severity/CVSS scores, follow the `self` link to the month index.
**For CVE history:** Follow `latest-security-month` link, then walk `prev-security` links. Each month index has `_embedded.disclosures[]` with:
- `id`, `title`, `cvss_score`, `cvss_severity`