{
  "title": "OWASP Top 10 2013",
  "type": "owasptop102013",
  "description": "The OWASP Top Ten(2013) is a powerful awareness document for web application security. The OWASP Top Ten represents a broad consensus about what the most critical web application security flaws are. Project members include a variety of security experts from around the world who have shared their expertise to produce this list.",
  "custom": false,
  "items": [
    {
      "reference": "A1",
      "title": "Injection",
      "description": "",
      "url": "https://www.owasp.org/index.php/Top_10_2013-A1-Injection"
    },
    {
      "reference": "A10",
      "title": "Unvalidated Redirects and Forwards",
      "description": "",
      "url": "https://www.owasp.org/index.php/Top_10_2013-A10-Unvalidated_Redirects_and_Forwards"
    },
    {
      "reference": "A2",
      "title": "Broken Authentication and Session Management",
      "description": "",
      "url": "https://www.owasp.org/index.php/Top_10_2013-A2-Broken_Authentication_and_Session_Management"
    },
    {
      "reference": "A3",
      "title": "Cross-Site Scripting (XSS)",
      "description": "",
      "url": "https://www.owasp.org/index.php/Top_10_2013-A3-Cross-Site_Scripting_(XSS)"
    },
    {
      "reference": "A4",
      "title": "Insecure Direct Object References",
      "description": "",
      "url": "https://www.owasp.org/index.php/Top_10_2013-A4-Insecure_Direct_Object_References"
    },
    {
      "reference": "A5",
      "title": "Security Misconfiguration",
      "description": "",
      "url": "https://www.owasp.org/index.php/Top_10_2013-A5-Security_Misconfiguration"
    },
    {
      "reference": "A6",
      "title": "Sensitive Data Exposure",
      "description": "",
      "url": "https://www.owasp.org/index.php/Top_10_2013-A6-Sensitive_Data_Exposure"
    },
    {
      "reference": "A7",
      "title": "Missing Function Level Access Control",
      "description": "",
      "url": "https://www.owasp.org/index.php/Top_10_2013-A7-Missing_Function_Level_Access_Control"
    },
    {
      "reference": "A8",
      "title": "Cross-Site Request Forgery (CSRF)",
      "description": "",
      "url": "https://www.owasp.org/index.php/Top_10_2013-A8-Cross-Site_Request_Forgery_(CSRF)"
    },
    {
      "reference": "A9",
      "title": "Using Components with Known Vulnerabilities",
      "description": "",
      "url": "https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities"
    }
  ]
}