-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
HCL AppScan on Cloud parser (with merged changes) #11284
base: dev
Are you sure you want to change the base?
Conversation
DryRun Security SummaryThe provided code changes focus on improving the security, reliability, and maintainability of the DefectDojo application, including updates to Django settings, the addition of a new HCL AppScan on Cloud SAST parser, and the introduction of unit tests for the parser. Expand for full summarySummary: The provided code changes cover various aspects of the DefectDojo application, including updates to the Django settings, the addition of a new HCL AppScan on Cloud SAST parser, and the introduction of unit tests for the parser. From an application security perspective, these changes focus on improving the security, reliability, and maintainability of the DefectDojo application. The key security-related changes include:
Overall, the provided code changes demonstrate a proactive approach to enhancing the security and reliability of the DefectDojo application, with a focus on improving security configurations, authentication mechanisms, logging and monitoring, and the integration of third-party security tools. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
@xpert98 you may need to merge the current dev branch into your PR to get rid of the changes that are unrelated to this PR |
@Maffooch I did yesterday in order to get past unit test failures unrelated to my changes. The current conflict is due to the .settings.dist.py.sha265sum not matching because i had to change settings.dist.py to accommodate the new parser. |
We are narrowing the scope of acceptable enhancements to DefectDojo in preparation for v3. Learn more here:
https://github.com/DefectDojo/django-DefectDojo/blob/master/readme-docs/CONTRIBUTING.md
Description
New parser for HCL AppScan on Cloud SAST results.
Test results
Unit tests (and samples) added. Tests pass.
Documentation
Documentation file added
Checklist
This checklist is for your information.
dev
.dev
.bugfix
branch.Extra information
Please clear everything below when submitting your pull request, it's here purely for your information.