Release: Merge back 2.53.4 into dev from: master-into-dev/2.53.4-2.54.0-dev #13962
DryRunSecurity / General Security Analyzer
succeeded
Dec 22, 2025 in 1m 57s
DryRun Security
Details
General Security Analyzer Findings: 1 detected
⚠️ Information Disclosure via Debug Logging dojo/api_v2/serializers.py (click for details)
| Type | Information Disclosure via Debug Logging |
| Description | The entire context dictionary is logged at DEBUG level before being passed to importer.process_scan. This context contains highly sensitive model objects such as the full request object, the user object (Dojo_User model), and other model instances like Engagement and Product which can lead to logging of foreign-keyed sensitive data (e.g., API keys, authentication tokens) or private user details. |
| Filename | dojo/api_v2/serializers.py |
| CodeLink | django-DefectDojo/dojo/api_v2/serializers.py Lines 2298 to 2301 in f3ce356 |
Loading