fix compound terminal command policy (#1)

This commit is contained in:
Violin
2026-07-18 23:01:48 +01:00
parent 37105bd1a7
commit a7dffbd191
7 changed files with 96 additions and 40 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 2.0.3
- Fixed raw-terminal compound-command classification so every pipeline, logical, semicolon, and newline segment is checked independently, and package/source exemptions require every URL in the segment to use an approved source host.
## 2.0.2
- Restricted all GitHub Actions workflow tokens to read-only repository contents, resolving the three least-privilege code-scanning alerts without changing workflow behavior.