All rules →
Rules / General
SHIELD-GEN-010

Disabled SSL/TLS verify in curl command

mediumGeneralCWE-295CVSS 5.9

What it detects

Using -k or --insecure with curl disables certificate validation.

How to fix

Remove -k/--insecure from curl commands. Fix the TLS certificate instead.

Scan your repo freeFull documentation
Back to all rules
SHIELD-GEN-010: Disabled SSL/TLS verify in curl command — Zennoxa Shield