Validation checks that can be skipped for custom command parameters. Use with the allow property to bypass specific security checks.
allow
absolute-paths
/dev/ttyUSB0
directory-traversal
..
shell-injection
|
&
;
null-bytes
Validation checks that can be skipped for custom command parameters. Use with the
allowproperty 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