Skip to content

Commit

Permalink
Add missing CWEs to cwe_checker_to_ida script (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4m2hwz authored Jan 13, 2022
1 parent 824f496 commit 8d32cfe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cwe_checker_to_ida/CweCheckerParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
ORANGE = 0x6699FF
YELLOW = 0xC0FFFF

colors = {'CWE190': YELLOW,
colors = {'CWE125': RED,
'CWE134': RED,
'CWE119': RED,
'CWE190': YELLOW,
'CWE215': None,
'CWE243': None,
'CWE248': YELLOW,
Expand Down

0 comments on commit 8d32cfe

Please sign in to comment.