Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure ALL tool results parsers have default CWE conversion block #7

Open
7 of 37 tasks
davewichers opened this issue Aug 13, 2021 · 0 comments
Open
7 of 37 tasks

Comments

@davewichers
Copy link
Contributor

davewichers commented Aug 13, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant