All rules →
Rules / Dart
SHIELD-DART-013

Sensitive data logged to console

mediumDartCWE-532CVSS 5.3

What it detects

Printing passwords or tokens via print or debugPrint leaks secrets into device and crash logs.

How to fix

Remove secrets from log output or redact them before logging.

Scan your repo freeFull documentation
Back to all rules
SHIELD-DART-013: Sensitive data logged to console — Zennoxa Shield