Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cwe_checker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
cwe_checker
Commits
8d32cfe1
Unverified
Commit
8d32cfe1
authored
Jan 13, 2022
by
pr4gasm
Committed by
GitHub
Jan 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing CWEs to cwe_checker_to_ida script (#281)
parent
824f4962
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
CweCheckerParser.py
cwe_checker_to_ida/CweCheckerParser.py
+4
-1
No files found.
cwe_checker_to_ida/CweCheckerParser.py
View file @
8d32cfe1
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment