Skip to main content

Module security

Module security 

Source
Expand description

Security rules: hardcoded secret detection and dangerous command execution.

Structsยง

DangerousCommandRule
Detects execution of shell commands built from potentially untrusted input.
HardcodedSecretRule
Detects credentials committed directly into source code.
WeakCryptoRule
Detects use of weak or broken cryptographic primitives.