From d703abc8229695d10db595b411a5855dae4dd4eb Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Fri, 12 Dec 2025 10:26:15 -0800 Subject: [PATCH] Clarify that embedded CVE data is summary only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- llms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llms.txt b/llms.txt index c183c1083..32130354d 100644 --- a/llms.txt +++ b/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`