oscerd opened a new pull request, #1587: URL: https://github.com/apache/camel-website/pull/1587
## 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). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
