Release: Merge release into master from: release/2.50.2#13173
Merged
Release: Merge release into master from: release/2.50.2#13173
Conversation
….51.0-dev Release: Merge back 2.50.1 into bugfix from: master-into-bugfix/2.50.1-2.51.0-dev
* Allow enabling Django Debug Toolbar via env variable * Allow enabling Django Debug Toolbar via env variable * debugtoolbar: fix collectstatic
Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>
* add new fields to generic parser * add test file * fix missing trailing comma * modify csv parser and add csv test file * remove spaces from blank lines * update parser documentation
The docs became outdated from the parser
bulk edit: add None check on JIRA sync check
[docs] Changelog 2.50.1
Github Vulnerability Parser: Update docs to generate correct schema
🔴 Risk threshold exceeded.This pull request includes a flagged sensitive edit to dojo/jira_link/helper.py. It also introduces a potential denial‑of‑service in dojo/tools/generic/csv_parser.py (lines 81–106) where CVSSV4_score and kev_date are converted without proper error handling, so malformed values can raise ValueError/ParserError and crash the import process.
🔴 Configured Codepaths Edit in
|
| Vulnerability | Configured Codepaths Edit |
|---|---|
| Description | Sensitive edits detected for this file. Sensitive file paths and allowed authors can be configured in .dryrunsecurity.yaml. |
Denial of Service via Malformed CSV Input in dojo/tools/generic/csv_parser.py
| Vulnerability | Denial of Service via Malformed CSV Input |
|---|---|
| Description | The CSV parser in dojo/tools/generic/csv_parser.py attempts to convert CVSSV4_score to a float and kev_date to a date object without proper error handling. Malformed input in these fields (e.g., non-numeric string for score, invalid date string for date) will cause unhandled ValueError or ParserError exceptions, leading to a crash of the import process. |
django-DefectDojo/dojo/tools/generic/csv_parser.py
Lines 81 to 106 in 8a72a83
We've notified @mtesauro.
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