All rules →
Rules / C/C++
SHIELD-CPP-015

Hardcoded credential literal

highC/C++CWE-798CVSS 8.6

What it detects

A password or secret assigned a string literal embeds a credential in source.

How to fix

Load secrets from environment variables or a secrets manager at runtime.

Scan your repo freeFull documentation
Back to all rules
SHIELD-CPP-015: Hardcoded credential literal — Zennoxa Shield