jira: add none checks in a few places#13886
Merged
Maffooch merged 1 commit intoDefectDojo:bugfixfrom Dec 15, 2025
Merged
Conversation
|
This pull request logs a JIRA API error response's "meta" object directly (in dojo/jira_link/helper.py lines 1183–1186), which may expose sensitive request or authentication-related details in logs and lead to information disclosure. Consider sanitizing or omitting the meta content before logging to avoid leaking sensitive data.
Potential Logging of Sensitive Information in
|
| Vulnerability | Potential Logging of Sensitive Information |
|---|---|
| Description | The code logs the 'meta' object directly from a JIRA API error response without sanitization. This 'meta' object could potentially contain sensitive information such as parts of the request, internal error details, or authentication-related data, which, if exposed in logs, could lead to information disclosure. |
django-DefectDojo/dojo/jira_link/helper.py
Lines 1183 to 1186 in 774dc7e
All finding details can be found in the DryRun Security Dashboard.
Maffooch
approved these changes
Dec 15, 2025
blakeaowens
approved these changes
Dec 15, 2025
Jino-T
approved these changes
Dec 15, 2025
Maffooch
pushed a commit
to valentijnscholten/django-DefectDojo
that referenced
this pull request
Feb 16, 2026
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.
[sc-11909]