Skip to content

Normalize severity casing in 2026 CVE advisories#1587

Merged
oscerd merged 1 commit into
mainfrom
fix/normalize-cve-severity-case
May 6, 2026
Merged

Normalize severity casing in 2026 CVE advisories#1587
oscerd merged 1 commit into
mainfrom
fix/normalize-cve-severity-case

Conversation

@oscerd
Copy link
Copy Markdown
Contributor

@oscerd oscerd commented May 6, 2026

Summary

  • Four advisories under content/security/ (CVE-2026-27172, CVE-2026-40453, CVE-2026-40473, CVE-2026-40858) used Title Case for the severity field (High / Medium), while every other CVE in the directory uses UPPERCASE (HIGH / MEDIUM / LOW / CRITICAL).
  • This PR normalizes the severity values to UPPERCASE in both the .md front matter and the clearsigned .txt.asc bodies so the convention is consistent across all advisories.
  • The .txt.asc files have been re-signed after the edit, so signature verification continues to pass.

Test plan

  • grep -E '^severity:' content/security/CVE-*.md content/security/CVE-*.txt.asc shows only UPPERCASE values (ignoring the WIP CVE-2026-42527.md placeholder of TODO).
  • gpg --verify content/security/CVE-2026-27172.txt.asc (and the other three modified .txt.asc files) reports a good signature.
  • Hugo site build is unaffected (no front-matter consumers depend on case).

The severity field in these four advisories used Title Case
(High/Medium) while every other CVE under content/security/ uses
UPPERCASE (HIGH/MEDIUM/LOW/CRITICAL). Bring them in line with the
established convention so the YAML front matter and the clearsigned
.txt.asc bodies are consistent across all advisories.

The .txt.asc files have been re-signed after the change.

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

🚀 Preview is available at https://pr-1587--camel.netlify.app

@oscerd oscerd merged commit 494505b into main May 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants