module
Noir::CLI::RulesCommand
Overview
noir rules <list|update|path>
Managed resource: the passive-scan rules repository (cloned from owasp-noir/noir-passive-rules into ~/.config/noir/passive_rules/).
Defined in:
cli/commands/rules.crConstant Summary
-
ACTIONS =
["list", "update", "path"] of ::String
Class Method Summary
- .list_rules(io : IO = STDOUT)
- .parse_argv(argv : Array(String)) : Parsed
- .print_help(io : IO = STDOUT)
- .rules_path : String
- .run(argv : Array(String))
- .update_rules