module PassiveRulesUpdater

Defined in:

utils/passive_rules_updater.cr

Constant Summary

REPO_URL = "https://github.com/owasp-noir/noir-passive-rules.git"

Class Method Summary

Class Method Detail

def self.check_for_updates(logger : NoirLogger, auto_update : Bool = false) : Bool #

Check if the passive rules directory is a git repository and needs updates


[View source]
def self.initialize_rules(logger : NoirLogger) : Bool #

Initialize passive rules if they don't exist


[View source]