Get Started
- CodeAnt AI
- Control Center
- Pull Request Review
- IDE
- Compliance
- Anti-Patterns
- Code Governance
- Infrastructure Security Database
- Application Security Database
- Apex
- Bash
- C
- Clojure
- Cpp
- Csharp
- Dockerfile
- Elixir
- Lang
- Phoenix
- Security
- Action-reuse-csrf
- Cross-site-websocket-hijacking
- Hardcoded-secrets
- Hsts-not-enabled
- Https-not-enabled
- Missing-csp
- Missing-csrf-protections
- Missing-secure-browser-headers
- Fingerprints
- Generic
- Go
- Html
- Java
- Javascript
- Json
- Kotlin
- Ocaml
- Php
- Problem-based-packs
- Python
- Ruby
- Rust
- Scala
- Solidity
- Swift
- Terraform
- Typescript
- Yaml
Https-not-enabled
Https not enabled
The app does not contain configurations for enabled HTTPS in a non-development environment. This can lead to sensitive data being transmitted in cleartext, which can be intercepted by an attacker. To prevent this vulnerability, enable HTTPS in non-development environments.
Likelihood: MEDIUM
Confidence: HIGH
CWE:
- CWE-319: Cleartext Transmission of Sensitive Information
OWASP:
- A02:2021 - Cryptographic Failures