Skip to content

Commit ed75f30

Browse files
committed
CHANGELOG: add original PR references to backports
When going through the changelog for v1.5.0-rc.1, these PRs were merged but not referenced by their original PR number in the changelog, making it harder to figure out which patches since v1.4.0-rc.1 are in v1.5.0-rc.1 or v1.4.0. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent fd0388b commit ed75f30

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9191
- libct: fix mips compilation. (#4962, #4967)
9292
- When configuring a `tmpfs` mount, only set the `mode=` argument if the target
9393
path already existed. This fixes a regression introduced in our
94-
[CVE-2025-52881][] mitigation patches. (#4971, #4976)
94+
[CVE-2025-52881][] mitigation patches. (#4971, #4973, #4976)
9595
- Fix various file descriptor leaks and add additional tests to detect them as
96-
comprehensively as possible. (#5007, #5021, #5034)
96+
comprehensively as possible. (#5007, #5021, #5026, #5034)
9797
- The "hallucination" helpers added as part of the [CVE-2025-52881][]
9898
mitigation have been made more generic and now apply to all of our `pathrs`
9999
helper functions, which should ensure we will not regress dangling symlink
@@ -113,9 +113,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113113
* libct: fix mips compilation. (#4962, #4966)
114114
* When configuring a `tmpfs` mount, only set the `mode=` argument if the
115115
target path already existed. This fixes a regression introduced in our
116-
[CVE-2025-52881][] mitigation patches. (#4971, #4976)
116+
[CVE-2025-52881][] mitigation patches. (#4971, #4973, #4976)
117117
* Fix various file descriptor leaks and add additional tests to detect them as
118-
comprehensively as possible. (#5007, #5021, #5034)
118+
comprehensively as possible. (#5007, #5021, #5026, #5034)
119119

120120
### Changed
121121
* Downgrade `github.com/cyphar/filepath-securejoin` dependency to `v0.5.2`,
@@ -134,7 +134,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134134
target path already existed. This fixes a regression introduced in our
135135
[CVE-2025-52881][] mitigation patches. (#4971, #4974)
136136
* Fix various file descriptor leaks and add additional tests to detect them as
137-
comprehensively as possible. (#5007, #5021, #5027)
137+
comprehensively as possible. (#5007, #5021, #5026, #5027)
138138

139139
### Changed
140140
* Downgrade `github.com/cyphar/filepath-securejoin` dependency to `v0.5.2`,

0 commit comments

Comments
 (0)