| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-08 | 502 Bytes | |
| v1.1.8 source code.tar.gz | 2026-08-08 | 165.1 kB | |
| v1.1.8 source code.zip | 2026-08-08 | 234.0 kB | |
| Totals: 3 Items | 399.6 kB | 2 | |
Security
- Preserve literal pipe characters inside argv arguments. Pipeline syntax is now recognized only from a discrete
|argv element. - Prevent attached pipe arguments from creating unintended pipeline stages or bypassing command-specific argument policies such as the
awkexternal-access check. - Attached pipes are no longer implicit pipeline syntax. Use
["cmd1", "|", "cmd2"].
Fixes GHSA-q8pm-q3r2-q7cg and GHSA-7wg7-jj87-qp4c.