CodeAnt AI home pagelight logodark logo
  • Dashboard
  • Dashboard
  • Documentation
  • Demo Call with CEO
  • Blog
  • Slack
  • Get Started
    • CodeAnt AI
    • Setup
    • 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 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
    Missing-csp

    Missing csp

    Content-Security-Policy is an HTTP header that helps mitigate a number of attacks, including Cross-Site Scripting. Missing Content-Security-Policy is flagged by this rule when a pipeline implements the :put_secure_browser_headers plug, but does not provide a Content-Security-Policy header in the custom headers map.
    Likelihood: MEDIUM
    Confidence: HIGH
    CWE:
    - CWE-693: Protection Mechanism Failure
    OWASP:
    - A05:2021 - Security Misconfiguration

    Https not enabledMissing csrf protections
    twitterlinkedin
    Powered by Mintlify