Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ToolVersionCheckerDescription
CodeSonar
Include Page
CodeSonar_V
CodeSonar_V

HARDCODED.AUTH

HARDCODED.KEY

HARDCODED.SALT

MISC.CRYPTO.NOPAD

MISC.PWD.PLAIN

Hardcoded Authentication

Hardcoded Crypto Key

Hardcoded Crypto Salt

Encryption without Padding

Plaintext Storage of Password

Related Guidelines

CERT Oracle Secure Coding Standard for JavaMSC03-J. Never hard code sensitive information
MITRE CWECWE-311, Missing encryption of sensitive data
CWE-326, Inadequate encryption strength
CWE-798, Use of hard-coded credentials

...