Skip to content

Commit

Permalink
libsast upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Jan 31, 2022
1 parent 47ba355 commit 75bfbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion njsscan/formatters/sarif.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def create_result(rule_id, issue_dict, rules, rule_indices):
level=level_from_severity(issue_dict['metadata']['severity']),
locations=locations,
properties={
'owasp': issue_dict['metadata']['owasp'],
'owasp-web': issue_dict['metadata']['owasp-web'],
'cwe': issue_dict['metadata']['cwe'],
},
)
Expand Down

0 comments on commit 75bfbeb

Please sign in to comment.