securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
14 stars 3 forks source link

Allow rule ranges on command line #535

Closed ericwb closed 1 month ago

ericwb commented 1 month ago

Allow the user to specify a rule list range, such as --enable=PY002-PY005

Also, the enabled and disabled CLI arguments are now made mutually exclusive.

Closes: #531