Unverified Commit 8d32cfe1 by pr4gasm Committed by GitHub

Add missing CWEs to cwe_checker_to_ida script (#281)

parent 824f4962
......@@ -4,7 +4,10 @@ RED = 0x6666FF
ORANGE = 0x6699FF
YELLOW = 0xC0FFFF
colors = {'CWE190': YELLOW,
colors = {'CWE125': RED,
'CWE134': RED,
'CWE119': RED,
'CWE190': YELLOW,
'CWE215': None,
'CWE243': None,
'CWE248': YELLOW,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment