Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArgContainsUnsafeMeta ¶
func GitCommandReadOnly ¶
func SplitAndList ¶
SplitAndList splits on `&&` only. `||` is intentionally not handled: its semantics are "run the right side if the left side fails", which makes it impossible to prove statically that all branches stay read-only. Callers that need to classify `||` chains as safe must do so explicitly.
func SplitPipeline ¶
func SplitSequence ¶ added in v0.1.23
SplitSequence splits on `;` only. It is intended for conservative static classification where every command in a sequential list must independently be safe.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.