Release: Merge release into master from: release/2.47.4#12717
Merged
Release: Merge release into master from: release/2.47.4#12717
Conversation
….48.0-dev Release: Merge back 2.47.3 into bugfix from: master-into-bugfix/2.47.3-2.48.0-dev
* 🎉 Add Tailscale vulnid * update
* remove redundant articles from archive * update changelog 2.47.1 / 2.47.2 --------- Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>
* add fields for kev-related data to finding model: known_exploited, ransomeware_used, kev_date * linter fix * test updates * remove maxdiff setting
…12687) * metrics filters: improve handling when nothign matches the filters * fix no endpoint data error * fix endpoints metrics test * fix test
* trivy: map status field * docs update * docs update * do not set false_p
…ete (#12650) * Async Delete: Correct instances of multiple audit log entries for delete * Update utils.py * Fixing ruff for good * Make notification signals a bit more resilient * Ruff again
* cobalt api: add note about v1 api keys only * Update docs/content/en/connecting_your_tools/parsers/api/cobalt.md Co-authored-by: Sean Reid <dogboat@users.noreply.github.com> --------- Co-authored-by: Sean Reid <dogboat@users.noreply.github.com>
* Delete tests/local-integration-tests.sh * Delete tests/local-integration-tests.bat
|
This pull request contains multiple non-blocking findings related to potential race conditions in log entry deletion and a potential information disclosure risk in debugging documentation, with all issues currently marked as "passing" and not requiring immediate blocking of the merge.
Potential Race Condition in Log Entry Deletion in
|
| Vulnerability | Potential Race Condition in Log Entry Deletion |
|---|---|
| Description | Non-atomic operations in log entry deletion could lead to inconsistent state in highly concurrent environments. The current implementation may not guarantee complete data integrity during object deletion. |
django-DefectDojo/dojo/utils.py
Lines 18 to 32 in 875aed9
Potential Race Condition in Log Entry Deletion in dojo/utils.py
| Vulnerability | Potential Race Condition in Log Entry Deletion |
|---|---|
| Description | Non-atomic operations in log entry deletion could lead to inconsistent state in highly concurrent environments. The current implementation may not guarantee complete data integrity during object deletion. |
django-DefectDojo/dojo/utils.py
Lines 2335 to 2349 in 875aed9
Information Disclosure via Debugging in docs/content/en/share_your_findings/troubleshooting_jira.md
| Vulnerability | Information Disclosure via Debugging |
|---|---|
| Description | Detailed debugging instructions in documentation could expose sensitive system information if logging is enabled at DEBUG level. Administrators should be cautious about enabling verbose logging in production environments. |
All finding details can be found in the DryRun Security Dashboard.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release triggered by
rossops