Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .sscsb/rules/sscsb-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ rules:
- pattern-regex: 'wget[^|;\n]*\|\s*(sudo\s+)?(ba|z|da)?sh'
paths:
include: ["*.sh", "*.bash", "*.zsh", "Makefile", "*.yml", "*.yaml"]
# checks/ holds declarative .check.yaml data interpreted by
# src/check/interpreter.rs (HTTP + CEL — no field ever reaches a shell),
# and its description prose legitimately NAMES attacks like `curl | sh`
# when documenting what a control defends against. A match there is false
# by construction — same rationale as the workflow's .sscsb/rules
# exclusion — while every executable surface stays covered. Broke the
# ona PR (run 32213773362) on exactly such prose.
exclude: ["checks/**"]

- id: sscsb.git-protocol-insecure
languages: [generic]
Expand Down
Loading