Skip to content

Commit 0780882

Browse files
committed
Update changelog with GHSA for security vulnerability
Thanks to ⬡-49016 for reporting this issue.
1 parent a82a76a commit 0780882

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

age/CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ to 1.0.0 are beta releases.
1212

1313
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.1, 0.11.1] - 2024-11-18
1414
### Security
15-
- The age plugin protocol previously allowed plugin names that could be
16-
interpreted as file paths. Under certain conditions, this could lead to a
17-
different binary being executed as an age plugin than intended. Plugin names
18-
are now required to only contain alphanumeric characters or the four special
19-
characters `+-._`.
15+
- Fixed a security vulnerability that could allow an attacker to execute an
16+
arbitrary binary under certain conditions. See GHSA-4fg7-vxc8-qx5w. Plugin
17+
names are now required to only contain alphanumeric characters or the four
18+
special characters `+-._`. Thanks to ⬡-49016 for reporting this issue.
2019

2120
## [0.11.0] - 2024-11-03
2221
### Added

rage/CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ to 1.0.0 are beta releases.
1010

1111
## [Unreleased]
1212

13-
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.1, 0.11.1] - 2024-11-18
13+
## [0.6.1, 0.7.2, 0.8.2, 0.9.3, 0.10.1, 0.11.1] - 2024-12-18
1414
### Security
15-
- The age plugin protocol previously allowed plugin names that could be
16-
interpreted as file paths. Under certain conditions, this could lead to a
17-
different binary being executed as an age plugin than intended. Plugin names
18-
are now required to only contain alphanumeric characters or the four special
19-
characters `+-._`.
15+
- Fixed a security vulnerability that could allow an attacker to execute an
16+
arbitrary binary under certain conditions. See GHSA-4fg7-vxc8-qx5w. Plugin
17+
names are now required to only contain alphanumeric characters or the four
18+
special characters `+-._`. Thanks to ⬡-49016 for reporting this issue.
2019

2120
## [0.11.0] - 2024-11-03
2221
### Added

0 commit comments

Comments
 (0)