-
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
Release 2.40.0: Merge Bugfix into Dev #11187
Conversation
….40.0-dev Release: Merge back 2.39.4 into bugfix from: master-into-bugfix/2.39.4-2.40.0-dev
Signed-off-by: Julien Godin <[email protected]>
* add knowledge base link * update logo for docs * add knowledge base link to master --------- Co-authored-by: Paul Osinski <[email protected]>
* fix for issue #11153 * update sha sum
* 🎉 fix TrivyOperator new report structure * added additional info to description
* fix unittest documentation #11128 * udpate * Update docs/content/en/contributing/how-to-write-a-parser.md Co-authored-by: Charles Neill <[email protected]> * Update docs/content/en/contributing/how-to-write-a-parser.md Co-authored-by: Charles Neill <[email protected]> --------- Co-authored-by: Charles Neill <[email protected]>
* correct broken documentation links * Update docs/content/en/getting_started/architecture.md Co-authored-by: Charles Neill <[email protected]> * Update installation.md with new AWS launch guide --------- Co-authored-by: Paul Osinski <[email protected]> Co-authored-by: Jay Paz <[email protected]> Co-authored-by: Charles Neill <[email protected]> Co-authored-by: Cody Maffucci <[email protected]>
DryRun Security SummaryThe pull request includes a wide range of updates to the DefectDojo application, such as documentation improvements, logo updates, parser enhancements, and Kubernetes configuration changes, which generally improve the security posture of the application, but require ongoing monitoring and review to address any potential vulnerabilities or misconfigurations. Expand for full summarySummary: The changes in this pull request cover a wide range of updates to the DefectDojo application, including documentation improvements, logo updates, parser enhancements, and Kubernetes configuration changes. Overall, the changes do not appear to introduce any significant security concerns, but there are a few areas that warrant further review and consideration from an application security perspective. The key security-related changes include:
While these changes are generally positive from a security standpoint, it's important to continue monitoring the application's security posture and addressing any potential vulnerabilities or misconfigurations that may arise in the future. Files Changed:
Code AnalysisWe ran
Riskiness🔴 Risk threshold exceeded. We've notified @mtesauro, @grendel513. |
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
Describe the feature / bug fix implemented by this PR.
If this is a new parser, the parser guide may be worth (re)reading.
Test results
Ideally you extend the test suite in
tests/
anddojo/unittests
to cover the changed in this PR.Alternatively, describe what you have and haven't tested.
Documentation
Please update any documentation when needed in the documentation folder)
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.
Moderators: Labels currently accepted for PRs:
Contributors: Git Tips
Rebase on dev branch
If the dev branch has changed since you started working on it, please rebase your work after the current dev.
On your working branch
mybranch
:In case of conflict:
When everything's fine on your local branch, force push to your
myOrigin
remote:To cancel everything:
Squashing commits
pick
byfixup
on the commits you want squashed outpick
byreword
on the first commit if you want to change the commit messageForce push to your
myOrigin
remote: