ValidationCheck
ValidationCheck =
"absolute-paths"|"directory-traversal"|"shell-injection"|"null-bytes"
Defined in: core/dist/config/types.d.ts:616
Validation checks that can be skipped for custom command parameters.
Use with the allow property to bypass specific security checks.
absolute-paths: Allow absolute paths (e.g./dev/ttyUSB0)directory-traversal: Allow..in pathsshell-injection: Allow shell metacharacters (|,&,;, etc.)null-bytes: Allow null bytes in values