diff --git a/docs/reference/rules.njk b/docs/reference/rules.njk index cded23cc6..eb4efac54 100644 --- a/docs/reference/rules.njk +++ b/docs/reference/rules.njk @@ -9,7 +9,7 @@ Rules are ways to detect security risks and vulnerabilities across your codebase The built-in rules aim to keep you protected from the most critical security risks and vulnerabilities of web applications and include corresponding [Common Weakness Enumeration](https://cwe.mitre.org/data/index.html) (CWE) and [OWASP](https://owasp.org/Top10) links to help you identify them. -Don't find a rule you are looking for? You can develop a [custom rule](https://docs.bearer.com/guides/custom-rule/) that allow you to add specific requirements to suit your organization's needs. +Don't find a rule you are looking for? You can develop a [custom rule](https://docs.bearer.com/guides/custom-rule/) that allow you to add specific requirements to suit your organization's needs. {% endrenderTemplate %} @@ -37,6 +37,18 @@ Don't find a rule you are looking for? You can develop a [custom rule](https://d +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • diff --git a/docs/reference/supported-languages.njk b/docs/reference/supported-languages.njk index 04e512aa2..62b1e7bb1 100644 --- a/docs/reference/supported-languages.njk +++ b/docs/reference/supported-languages.njk @@ -31,28 +31,24 @@ supportChart: name: PHP frameworks: - Symfony - rules: false + rules: true searchName: lang-php searchTerm: php_ status: Beta go: name: Go frameworks: [] - rules: false + rules: true searchName: lang-go searchTerm: go_ status: Alpha - comment: Beta coming soon - comment_link: https://github.com/Bearer/bearer/issues/1302 python: name: Python frameworks: [] - rules: false + rules: true searchName: lang-python searchTerm: python_ status: Alpha - comment: Beta coming soon - comment_link: https://github.com/Bearer/bearer/issues/1303 --- {% renderTemplate "liquid,md" %}