All rules →
Rules / Dart
SHIELD-DART-006

Insecure cleartext HTTP endpoint

mediumDartCWE-319CVSS 6.5

What it detects

Using a cleartext http:// URL transmits data without encryption and exposes it to interception.

How to fix

Use HTTPS endpoints and enforce TLS for all network requests.

Scan your repo freeFull documentation
Back to all rules
SHIELD-DART-006: Insecure cleartext HTTP endpoint — Zennoxa Shield