You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make sure we have proper mappings of tool results to the CWEs we expect during scoring, we have a CWE mapping method in very parser. Some of these have fixed lists, and a don't care block that silent EATS results that don't map to anything currently. ALL tools need to instead spit out a message to the console that says effectively: "Here is a NEW CWE/Mapping value THEVALUE that we haven't seen before. Please map this to the proper CWE".
Here is the list of tools that need to be worked on:
AcunetixReader.java
AppScanDynamicReader.java
AppScanSourceReader.java
ArachniReader.java
BurpJsonReader.java
BurpReader.java
CheckmarxESReader.java
CheckmarxIASTReader.java
CheckmarxReader.java
CodeQLReader.java
CoverityReader.java
CrashtestReader.java
FaastReader.java
FortifyReader.java
FusionLiteInsightReader.java
HCLAppScanIASTReader.java
HdivReader.java
JuliaReader.java
KiuwanReader.java
LGTMReader.java
NetsparkerReader.java
NoisyCricketReader.java
ParasoftReader.java
QualysWASReader.java
SeekerReader.java
SemgrepReader.java
ShiftLeftNGSASTReader.java
ShiftLeftNGSASTReaderJSON.java
SonarQubeReader.java
SourceMeterReader.java
ThunderScanReader.java
VeracodeReader.java
W3AFReader.java
WapitiReader.java
WebInspectReader.java
XanitizerReader.java
ZapReader.java
The text was updated successfully, but these errors were encountered:
To make sure we have proper mappings of tool results to the CWEs we expect during scoring, we have a CWE mapping method in very parser. Some of these have fixed lists, and a don't care block that silent EATS results that don't map to anything currently. ALL tools need to instead spit out a message to the console that says effectively: "Here is a NEW CWE/Mapping value THEVALUE that we haven't seen before. Please map this to the proper CWE".
Here is the list of tools that need to be worked on:
The text was updated successfully, but these errors were encountered: