Skip to content
Snippets Groups Projects
Commit 85dabea3 authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

changelog: Add entry for % expansion mitigation

parent 142a7eb3
No related branches found
Tags v1.6.23.0
No related merge requests found
......@@ -5,6 +5,10 @@
* Fix command-line escaping logic on Windows when the command file ends with
a space or a dot. This is a follow-up for
[HSEC-2024-0003](https://github.com/haskell/security-advisories/tree/main/advisories/hackage/process/HSEC-2024-0003.md).
* Migitate another manifestation of the BatBadBut vulnerability via
unescaped `%` expansions. This is another follow-up for
[HSEC-2024-0003](https://github.com/haskell/security-advisories/tree/main/advisories/hackage/process/HSEC-2024-0003.md).
([#313](https://github.com/haskell/process/issues/313))
## 1.6.22.0 *August 2024*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment