Skip to content

Commit 849d071

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 2db0c5e commit 849d071

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
@@ -74,9 +74,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7474
- libct: fix mips compilation. (#4962, #4967)
7575
- When configuring a `tmpfs` mount, only set the `mode=` argument if the target
7676
path already existed. This fixes a regression introduced in our
77-
[CVE-2025-52881][] mitigation patches. (#4971, #4976)
77+
[CVE-2025-52881][] mitigation patches. (#4971, #4973, #4976)
7878
- Fix various file descriptor leaks and add additional tests to detect them as
79-
comprehensively as possible. (#5007, #5021, #5034)
79+
comprehensively as possible. (#5007, #5021, #5026, #5034)
8080
- The "hallucination" helpers added as part of the [CVE-2025-52881][]
8181
mitigation have been made more generic and now apply to all of our `pathrs`
8282
helper functions, which should ensure we will not regress dangling symlink
@@ -96,9 +96,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9696
* libct: fix mips compilation. (#4962, #4966)
9797
* When configuring a `tmpfs` mount, only set the `mode=` argument if the
9898
target path already existed. This fixes a regression introduced in our
99-
[CVE-2025-52881][] mitigation patches. (#4971, #4976)
99+
[CVE-2025-52881][] mitigation patches. (#4971, #4973, #4976)
100100
* Fix various file descriptor leaks and add additional tests to detect them as
101-
comprehensively as possible. (#5007, #5021, #5034)
101+
comprehensively as possible. (#5007, #5021, #5026, #5034)
102102

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

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

0 commit comments

Comments
 (0)