Skip to content

Commit

Permalink
fixed #168
Browse files Browse the repository at this point in the history
  • Loading branch information
LoRexxar committed Jul 30, 2021
1 parent 38128c3 commit 949b56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def load_rules(self, ruleclass):

r = Rules(rule_name=ruleclass.vulnerability, svid=ruleclass.svid,
language=ruleclass.language.lower(), author=ruleclass.author,
description=ruleclass.description, status=ruleclass.status,
description=ruleclass.description, level=ruleclass.level, status=ruleclass.status,
match_mode=ruleclass.match_mode, match=ruleclass.match,
match_name=match_name, black_list=black_list, unmatch=unmatch, keyword=keyword,
vul_function=ruleclass.vul_function, main_function=main_function_content)
Expand Down

0 comments on commit 949b56e

Please sign in to comment.