Skip to content

Bumping hugo version due to memory issue

f3ce356
Select commit
Loading
Failed to load commit list.
Merged

Release: Merge back 2.53.4 into dev from: master-into-dev/2.53.4-2.54.0-dev #13962

Bumping hugo version due to memory issue
f3ce356
Select commit
Loading
Failed to load commit list.
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
logger.debug(f"process_scan called with context: {context}")
start_time = time.perf_counter()
importer = self.get_importer(**context)
context["test"], _, _, _, _, _, _ = importer.process_scan(