All rules →
Rules / Swift
SHIELD-SWIFT-003

Command injection via Process arguments

criticalSwiftCWE-78CVSS 9.8

What it detects

Process/NSTask is launched with arguments derived from variable interpolation.

How to fix

Avoid shell interpolation and pass fixed argument arrays with validated inputs.

Scan your repo freeFull documentation
Back to all rules
SHIELD-SWIFT-003: Command injection via Process arguments — Zennoxa Shield