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:
2
llms.txt
2
llms.txt
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user