Skip to content

Commit fabd62d

Browse files
richlanderclaude
andcommitted
Clarify latest/latest-lts divergence and affected_releases type
- schema-reference: Note that latest and latest-lts diverge when an STS release is newer than the current LTS - cve-queries: Add (array) to affected_releases filter text 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b9e1781 commit fabd62d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

release-notes/skills/cve-queries/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ llms.json → timeline-index → year index(es)
5353

5454
### Filtering by Version
5555

56-
Filter `_embedded.disclosures[]` by `affected_releases`:
56+
Filter `_embedded.disclosures[]` by `affected_releases` (array):
5757
```javascript
5858
disclosures.filter(d => d.affected_releases.includes("8.0"))
5959
```

release-notes/skills/schema-reference/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Paths are illustrative—always follow `_links["..."].href`.
3030
| Relation | Description |
3131
|----------|-------------|
3232
| `self`, `prev`, `prev-security` | Navigation (backward from present) |
33-
| `latest`, `latest-lts`, `latest-security` | Shortcuts to newest resources |
33+
| `latest`, `latest-lts` | Newest release; diverge when STS is newer than current LTS |
34+
| `latest-security` | Newest security patch |
3435
| `latest-security-month` | Current security month |
3536
| `release-major`, `release-manifest` | Cross-references |
3637
| `releases-index`, `timeline-index` | Root indexes |

0 commit comments

Comments
 (0)