Skip to content

Commit

Permalink
HSEC-2024-0003: fix typo in fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
frasertweedale committed Apr 10, 2024
1 parent 6fbcfa4 commit e950e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions advisories/hackage/process/HSEC-2024-0003.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"

[[affected.versions]]
introduced = "1.0.0.0"
fixed = "1.16.19.0"
fixed = "1.6.19.0"
```

# process: command injection via argument list on Windows
Expand Down Expand Up @@ -121,7 +121,7 @@ that include special characters including `&` and `"`.
*process* was modified to perform additional escaping and quoting
when executing `.bat` and `.cmd` files on Windows.
The fix was released in ***process-1.16.19.0***. It will be
The fix was released in ***process-1.6.19.0***. It will be
included in the next GHC 9.10 alpha.
Such a change in semantics should normally result in a major version
Expand Down

0 comments on commit e950e2e

Please sign in to comment.