Skip to content

Commit

Permalink
Add actionability parameter to the rule baseclass.
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Huneshagen committed Nov 3, 2023
1 parent 7629dc9 commit 4fc2ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfripper/rules/base_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@


class Rule(ABC):
ACTIONABILITY = True
RULE_MODE = RuleMode.BLOCKING
RISK_VALUE = RuleRisk.MEDIUM
GRANULARITY = RuleGranularity.STACK
Expand Down

0 comments on commit 4fc2ffe

Please sign in to comment.