Skip to content

Commit 822aac8

Browse files
authored
Add CVE CHANGELOG disclosure requirement to RELEASE.md (#14338)
1 parent f55498e commit 822aac8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
1. Update version in /VERSION, bin/elixir, bin/elixir.bat, and bin/elixir.ps1
1212

1313
2. Ensure /CHANGELOG.md is updated, versioned and add the current date
14+
- If this release addresses any publicly known security vulnerabilities with
15+
assigned CVEs, add a "Security" section to `CHANGELOG.md`. For example:
16+
```md
17+
## Security
18+
- Fixed CVE-2025-00000: Description of the vulnerability
19+
```
1420

1521
3. Update "Compatibility and Deprecations" if a new OTP version is supported
1622

0 commit comments

Comments
 (0)