-
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
RustyHog: improve description and file_path #11433
base: dev
Are you sure you want to change the base?
RustyHog: improve description and file_path #11433
Conversation
DryRun Security SummaryThe pull request upgrades DefectDojo to version 2.43.x, focusing on renaming the disclaimer field, updating the Rusty Hog parser with improved field population and test coverage, while maintaining application security integrity. Expand for full summarySummary: The code changes in this pull request are primarily focused on the upgrade of the DefectDojo application to version 2.43.x. The key changes include:
From an application security perspective, the changes do not introduce any obvious security vulnerabilities. The updates to the Rusty Hog parser and the corresponding test improvements are positive enhancements, as they help ensure the proper detection and reporting of sensitive information, such as private keys, which can be a significant security concern. Files Changed:
Code AnalysisWe ran |
Just realized this may affect hash_code calculation, so these need to be updated on upgrading. |
4101de6
to
094c350
Compare
wdyt about the PR @Maffooch |
@valentijnscholten For PRs that change hash_code changes, we've been adding a note to the release notes since we can't know if someone in the community is using any specific tool, has overridden them in local_settings.py, etc. So that release note is likely the best thing we can do given the circumstances. |
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
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.
@valentijnscholten I have been out on holidays, but it looks Matt has answered your question 😄 a section in the release notes would be best
Hi @valentijnscholten do you have a moment to add some release notes for the 2.43.0 release? |
094c350
to
60b808a
Compare
Sure, but shouldn't have been there upgrade notes for 2.42.0 as well? Added those too :-) |
Co-authored-by: Cody Maffucci <[email protected]>
Description
Improvements to Rusy Hog parser:
file_path
to contain URL of scanned page;found_secret_string
is actually aString
and not alist
;Reason
todescription
;Test results
Unit tests updated.
Documentation
No updates needed
Checklist
dev
.dev
.bugfix
branch.