Version 0.1 of the OWASP Benchmark for Python is a fully executable web application, which means it is scannable by any kind of vulnerability detection tool. v0.1 is a preliminary release that we plan to refine and improve over the next few months to get to a full v1.0 release that is similar to the level of completeness of the OWASP Benchmark for Java v1.2. The test case areas and quantities for the initial OWASP Benchmark for Python v0.1 are: Vulnerability Area|# of Tests in v0.1|CWE Number Code Injection|53|94 Command Injection|20|78 Deserialization of Untrusted Data|54|502 LDAP Injection|29|90 Path Traversal|168|22 Secure Cookie Flag|39|614 SQL Injection|16|89 Trust Boundary Violation|37|501 Unchecked Redirects|34|601 Weak Hashing|151|328 Weak Randomness|326|330 XPath Injection|186|643 XSS (Cross-Site Scripting)|89|79 XXE (XML eXternal Entity Injection)|28|611 Total Test Cases|1,230|