-
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 code changes enhance the Expand for full summarySummary: The provided code changes focus on enhancing the 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
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.