-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add Cyberwatch Galeax Parser #12105
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
Add Cyberwatch Galeax Parser #12105
Conversation
Cyberwatch parser : Fixed CVEs and Security issues handling, added components and mitigated findings Changed Setting for Dedup algorithm removed shashum Fixed parser bug with filters Added Epss score as %, added CAPEC and ATTACKS Fix linter and code format Co-authored-by: Amine <[email protected]>
DryRun Security SummaryA comprehensive patch for Cyberwatch Parser in DefectDojo introduces potential security risks through information exposure, logging vulnerabilities, and inadequate input validation across parser implementation, configuration, and test files. Expand for full summarySummary: A comprehensive patch adding Cyberwatch Parser documentation and integration to DefectDojo, including parser implementation, configuration updates, and unit test files for security finding parsing. Security Findings:
|
Thank you @AmineHazi . To make it clear that this parser is parsing an "extended" Cyberwatch report, could you look at changing the name of the parser to something like "Cyberwatch Galeax Scan" or "Cyberwatch Scan (Galeax)" or some suggestion from your side? |
Thank you for your reply, @valentijnscholten. I have just changed the parser name to "Cyberwatch Scan (Galeax)". Would you like me to update the folder and file names as well, or is the new name sufficient? (For example, change the folder 'dojo\tools\cyberwatch' to 'dojo\tools\cyberwatch_galeax'.) |
Good idea, so yes 😀 |
Hi @valentijnscholten, I changed the file and folder names too. I also added assertions on the CWE and EPSS fields and cleaned up the endpoints. Let me know if there's anything else to change! |
docs/content/en/connecting_your_tools/parsers/file/cyberwatch_galeax.md
Outdated
Show resolved
Hide resolved
docs/content/en/connecting_your_tools/parsers/file/cyberwatch_galeax.md
Outdated
Show resolved
Hide resolved
docs/content/en/connecting_your_tools/parsers/file/cyberwatch_galeax.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
found some more references to change
@AmineHazi We have scheduled this for the 2.46.0 / May 5th release. Could you look at the small final suggestions made? |
This pull request contains multiple security concerns including potential information disclosure through test data, a GitHub URL reference that might leak internal tool information, and a medium-severity CVE vulnerability related to memory corruption and buffer overflow risks. 💭 Unconfirmed Findings (5)
All finding details can be found in the DryRun Security Dashboard. |
Hello @valentijnscholten ! i just made the small final suggestions you made, everything should be fine now, thank you ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
As discussed with @valentijnscholten , the default CSV and JSON reports from Cyberwatch do not include all the necessary data. Therefore, to use this parser, please utilize this tool : https://github.com/Galeax/Cyberwatch-API-DefectDojo to generate the required JSON input.