{
  "title": "OWASP Top 10 (2021)",
  "type": "owasp_top10_2021",
  "description": "Top 10 most critical web application security risks.",
  "custom": true,
  "items": [
    {
      "reference": "A01:2021",
      "title": "Broken Access Control",
      "description": "",
      "url": "https://owasp.org/Top10/A01_2021-Broken_Access_Control/"
    },
    {
      "reference": "A02:2021",
      "title": "Cryptographic Failures",
      "description": "",
      "url": "https://owasp.org/Top10/A02_2021-Cryptographic_Failures/"
    },
    {
      "reference": "A03:2021",
      "title": "Injection",
      "description": "",
      "url": "https://owasp.org/Top10/A03_2021-Injection/"
    },
    {
      "reference": "A04:2021",
      "title": "Insecure Design",
      "description": "",
      "url": "https://owasp.org/Top10/A04_2021-Insecure_Design/"
    },
    {
      "reference": "A05:2021",
      "title": "Security Misconfiguration",
      "description": "",
      "url": "https://owasp.org/Top10/A05_2021-Security_Misconfiguration/"
    },
    {
      "reference": "A06:2021",
      "title": "Vulnerable and Outdated Components",
      "description": "",
      "url": "https://owasp.org/Top10/A06_2021-Vulnerable_and_Outdated_Components/"
    },
    {
      "reference": "A07:2021",
      "title": "Identification and Authentication Failures",
      "description": "",
      "url": "https://owasp.org/Top10/A07_2021-Identification_and_Authentication_Failures/"
    },
    {
      "reference": "A08:2021",
      "title": "Software and Data Integrity Failures",
      "description": "",
      "url": "https://owasp.org/Top10/A08_2021-Software_and_Data_Integrity_Failures/"
    },
    {
      "reference": "A09:2021",
      "title": "Security Logging and Monitoring Failures",
      "description": "",
      "url": "https://owasp.org/Top10/A09_2021-Security_Logging_and_Monitoring_Failures/"
    },
    {
      "reference": "A10:2021",
      "title": "Server-Side Request Forgery",
      "description": "",
      "url": "https://owasp.org/Top10/A10_2021-Server-Side_Request_Forgery_%28SSRF%29/"
    }
  ]
}