diff --git a/results/Benchmark_1.2-SiteShadow-v1.0.0-2354.sarif b/results/Benchmark_1.2-SiteShadow-v1.0.0-2354.sarif new file mode 100644 index 0000000000..6d6075236b --- /dev/null +++ b/results/Benchmark_1.2-SiteShadow-v1.0.0-2354.sarif @@ -0,0 +1,49603 @@ +{ + "$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/main/sarif-2.1/schema/sarif-schema-2.1.0.json", + "version": "2.1.0", + "runs": [ + { + "tool": { + "driver": { + "name": "SiteShadow", + "organization": "SiteShadow", + "semanticVersion": "1.0.0", + "informationUri": "https://siteshadow.com", + "rules": [ + { + "id": "path-traversal", + "name": "PathTraversal", + "shortDescription": { + "text": "Path Traversal / Directory Traversal" + }, + "properties": { + "tags": [ + "CWE-22", + "security" + ] + } + }, + { + "id": "command-injection", + "name": "CommandInjection", + "shortDescription": { + "text": "OS Command Injection" + }, + "properties": { + "tags": [ + "CWE-78", + "security" + ] + } + }, + { + "id": "xss", + "name": "CrossSiteScripting", + "shortDescription": { + "text": "Cross-Site Scripting (XSS)" + }, + "properties": { + "tags": [ + "CWE-79", + "security" + ] + } + }, + { + "id": "sql-injection", + "name": "SqlInjection", + "shortDescription": { + "text": "SQL Injection" + }, + "properties": { + "tags": [ + "CWE-89", + "security" + ] + } + }, + { + "id": "ldap-injection", + "name": "LdapInjection", + "shortDescription": { + "text": "LDAP Injection" + }, + "properties": { + "tags": [ + "CWE-90", + "security" + ] + } + }, + { + "id": "weak-encryption", + "name": "WeakEncryption", + "shortDescription": { + "text": "Weak Encryption Algorithm" + }, + "properties": { + "tags": [ + "CWE-327", + "security" + ] + } + }, + { + "id": "weak-hash", + "name": "WeakHash", + "shortDescription": { + "text": "Weak Hashing Algorithm" + }, + "properties": { + "tags": [ + "CWE-328", + "security" + ] + } + }, + { + "id": "weak-random", + "name": "WeakRandomness", + "shortDescription": { + "text": "Weak Random Number Generator" + }, + "properties": { + "tags": [ + "CWE-330", + "security" + ] + } + }, + { + "id": "trust-boundary-violation", + "name": "TrustBoundaryViolation", + "shortDescription": { + "text": "Trust Boundary Violation" + }, + "properties": { + "tags": [ + "CWE-501", + "security" + ] + } + }, + { + "id": "insecure-cookie", + "name": "InsecureCookie", + "shortDescription": { + "text": "Insecure Cookie (missing Secure/HttpOnly)" + }, + "properties": { + "tags": [ + "CWE-614", + "security" + ] + } + }, + { + "id": "xpath-injection", + "name": "XPathInjection", + "shortDescription": { + "text": "XPath Injection" + }, + "properties": { + "tags": [ + "CWE-643", + "security" + ] + } + } + ] + } + }, + "results": [ + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00001" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00001.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00001" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00001.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00002" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00002.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00002" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00002.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00003" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00003.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00003" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00003.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00004" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00004.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00004" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00004.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00005" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00005.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00005" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00005.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00006" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00006.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00007" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00007.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00008" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00008.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00009" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00009.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00011" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00011.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00011" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00011.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00012" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00012.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest00012" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00012.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00013" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00013.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00014" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00014.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00015" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00015.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00016" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00016.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00017" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00017.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00018" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00018.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00019" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00019.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00019" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00019.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00020" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00020.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00020" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00020.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00021" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00021.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest00021" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00021.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00022" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00022.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00023" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00023.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00024" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00024.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00024" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00024.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00025" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00025.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00025" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00025.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00026" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00026.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00026" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00026.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00027" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00027.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00028" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00028.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00028" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00028.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00029" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00029.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00029" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00029.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00030" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00030.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00031" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00031.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00031" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00031.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00032" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00032.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00032" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00032.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00033" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00033.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00033" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00033.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00034" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00034.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00034" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00034.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00035" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00035.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00035" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00035.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00036" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00036.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00037" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00037.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00037" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00037.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00038" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00038.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00038" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00038.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00039" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00039.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00039" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00039.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00040" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00040.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00040" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00040.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00041" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00041.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00043" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00043.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00044" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00044.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest00044" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00044.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00045" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00045.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00045" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00045.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00046" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00046.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00046" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00046.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00047" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00047.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00048" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00048.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00049" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00049.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00050" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00050.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00053" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00053.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00054" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00054.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00055" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00055.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00055" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00055.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00056" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00056.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00057" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00057.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00057" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00057.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00058" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00058.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00059" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00059.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00060" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00060.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00060" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00060.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00061" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00061.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00061" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00061.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00062" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00062.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00062" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00062.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00065" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00065.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00065" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00065.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00066" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00066.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00067" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00067.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00068" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00068.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00070" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00070.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00070" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00070.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00071" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00071.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00071" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00071.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00072" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00072.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00073" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00073.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00074" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00074.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00074" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00074.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00075" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00075.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00076" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00076.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00077" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00077.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00078" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00078.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00079" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00079.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00080" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00080.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00081" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00081.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00082" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00082.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00083" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00083.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00084" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00084.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00085" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00085.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00086" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00086.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00087" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00087.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00087" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00087.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00088" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00088.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00089" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00089.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00091" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00091.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00092" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00092.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00098" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00098.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00100" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00100.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00100" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00100.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00101" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00101.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00101" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00101.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00102" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00102.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00102" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00102.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00103" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00103.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00103" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00103.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00104" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00104.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00105" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00105.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00106" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00106.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00106" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00106.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00107" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00107.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00108" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00108.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00108" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00108.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00109" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00109.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00109" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00109.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00110" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00110.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00111" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00111.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00112" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00112.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00115" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00115.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00119" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00119.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00119" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00119.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00120" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00120.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00120" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00120.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00121" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00121.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00122" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00122.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00123" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00123.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00124" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00124.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00125" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00125.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00133" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00133.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00133" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00133.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00140" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00140.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00141" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00141.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00141" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00141.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00143" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00143.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00143" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00143.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00144" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00144.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00145" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00145.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00146" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00146.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00148" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00148.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00149" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00149.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00150" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00150.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00152" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00152.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00153" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00153.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00154" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00154.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00155" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00155.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00156" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00156.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00157" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00157.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00159" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00159.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00160" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00160.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00161" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00161.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00162" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00162.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00163" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00163.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00164" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00164.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00165" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00165.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00166" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00166.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00167" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00167.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00168" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00168.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00169" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00169.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00169" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00169.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00170" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00170.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00170" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00170.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00172" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00172.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00173" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00173.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00174" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00174.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00176" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00176.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00192" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00192.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00192" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00192.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00193" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00193.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00193" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00193.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00194" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00194.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00194" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00194.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00195" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00195.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00195" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00195.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00196" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00196.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00196" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00196.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00197" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00197.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00198" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00198.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00198" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00198.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00199" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00199.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00199" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00199.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00200" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00200.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00201" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00201.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00203" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00203.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00204" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00204.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest00207" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00207.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00207" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00207.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00208" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00208.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00209" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00209.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00210" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00210.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00210" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00210.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00213" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00213.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00214" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00214.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00215" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00215.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00215" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00215.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00216" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00216.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00216" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00216.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00218" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00218.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00218" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00218.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00219" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00219.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00219" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00219.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00222" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00222.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00222" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00222.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00223" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00223.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00223" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00223.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00224" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00224.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00226" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00226.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00227" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00227.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00228" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00228.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00230" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00230.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00231" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00231.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00232" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00232.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00233" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00233.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00234" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00234.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00235" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00235.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00236" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00236.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00237" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00237.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00238" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00238.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00239" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00239.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00240" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00240.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00241" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00241.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00241" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00241.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00242" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00242.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00251" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00251.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00251" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00251.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00254" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00254.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00254" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00254.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00255" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00255.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00256" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00256.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00256" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00256.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00257" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00257.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00257" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00257.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00258" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00258.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00259" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00259.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00262" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00262.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00262" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00262.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00264" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00264.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00264" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00264.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00266" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00266.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00266" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00266.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00267" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00267.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00267" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00267.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00268" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00268.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00268" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00268.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00269" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00269.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00270" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00270.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00271" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00271.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00272" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00272.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00272" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00272.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00273" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00273.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00273" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00273.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00274" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00274.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00276" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00276.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00279" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00279.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00280" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00280.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00284" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00284.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00287" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00287.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00290" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00290.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00291" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00291.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00292" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00292.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00293" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00293.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00294" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00294.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00295" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00295.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00296" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00296.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00297" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00297.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00298" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00298.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00299" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00299.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00300" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00300.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00300" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00300.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00301" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00301.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00302" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00302.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00303" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00303.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00304" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00304.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00306" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00306.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00311" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00311.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00321" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00321.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00324" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00324.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00325" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00325.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00326" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00326.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00326" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00326.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00327" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00327.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00327" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00327.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00328" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00328.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00331" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00331.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00332" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00332.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00333" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00333.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00334" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00334.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00335" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00335.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00335" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00335.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00336" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00336.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00337" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00337.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00337" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00337.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00338" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00338.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00339" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00339.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00339" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00339.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00340" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00340.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00341" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00341.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00341" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00341.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00342" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00342.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00342" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00342.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00343" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00343.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00344" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00344.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00345" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00345.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00346" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00346.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00346" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00346.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00347" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00347.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00348" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00348.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00348" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00348.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00352" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00352.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00354" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00354.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00354" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00354.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00355" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00355.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00355" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00355.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00356" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00356.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00356" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00356.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00357" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00357.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00358" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00358.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00359" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00359.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00359" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00359.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00360" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00360.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00360" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00360.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00362" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00362.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00362" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00362.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00363" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00363.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00363" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00363.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00368" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00368.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00369" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00369.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00370" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00370.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00371" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00371.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00371" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00371.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00372" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00372.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00372" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00372.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00374" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00374.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00374" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00374.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00375" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00375.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00376" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00376.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00378" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00378.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00380" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00380.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00382" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00382.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00383" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00383.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00384" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00384.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00385" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00385.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00387" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00387.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00388" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00388.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00390" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00390.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00392" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00392.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00395" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00395.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00397" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00397.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00398" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00398.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00399" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00399.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00400" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00400.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00401" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00401.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00402" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00402.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00403" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00403.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00403" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00403.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00404" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00404.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00405" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00405.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00407" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00407.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00409" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00409.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00424" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00424.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00424" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00424.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00425" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00425.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00425" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00425.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00426" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00426.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00426" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00426.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00427" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00427.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00427" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00427.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00428" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00428.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00428" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00428.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00429" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00429.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00429" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00429.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00430" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00430.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00431" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00431.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00431" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00431.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00432" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00432.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00433" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00433.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00433" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00433.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00434" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00434.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00434" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00434.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00435" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00435.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00435" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00435.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00436" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00436.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00437" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00437.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00438" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00438.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00438" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00438.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00439" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00439.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00439" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00439.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00441" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00441.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest00442" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00442.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00442" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00442.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00443" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00443.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00444" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00444.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00445" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00445.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00445" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00445.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00446" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00446.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00448" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00448.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00449" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00449.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00449" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00449.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00450" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00450.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00451" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00451.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00452" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00452.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00452" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00452.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00453" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00453.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00453" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00453.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00455" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00455.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00455" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00455.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00456" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00456.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00456" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00456.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00457" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00457.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00457" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00457.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00459" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00459.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00459" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00459.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00461" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00461.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00462" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00462.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00462" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00462.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00464" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00464.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00464" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00464.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00465" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00465.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00465" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00465.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00466" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00466.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00467" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00467.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00472" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00472.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00473" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00473.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00475" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00475.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00477" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00477.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00478" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00478.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00480" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00480.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00482" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00482.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00483" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00483.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00484" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00484.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00485" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00485.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00486" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00486.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00487" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00487.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00488" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00488.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00489" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00489.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00490" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00490.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00491" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00491.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00491" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00491.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00492" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00492.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00495" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00495.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00496" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00496.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00497" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00497.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00498" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00498.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00499" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00499.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00500" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00500.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00508" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00508.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00508" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00508.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00510" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00510.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00511" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00511.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00512" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00512.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00512" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00512.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00513" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00513.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00514" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00514.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00515" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00515.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00515" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00515.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00516" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00516.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00516" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00516.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00517" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00517.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00518" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00518.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00521" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00521.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00521" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00521.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00522" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00522.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00524" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00524.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00525" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00525.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00525" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00525.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00526" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00526.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00526" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00526.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00527" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00527.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00527" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00527.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00528" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00528.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00528" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00528.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00529" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00529.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00529" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00529.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00531" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00531.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00531" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00531.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00532" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00532.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00532" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00532.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00533" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00533.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00534" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00534.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00535" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00535.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00536" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00536.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00536" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00536.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00537" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00537.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00538" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00538.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00539" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00539.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00540" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00540.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00541" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00541.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00542" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00542.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00543" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00543.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00547" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00547.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00549" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00549.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00551" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00551.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00552" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00552.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00554" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00554.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00555" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00555.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00557" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00557.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00560" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00560.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00561" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00561.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00562" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00562.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00563" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00563.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00564" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00564.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00565" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00565.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00565" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00565.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00566" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00566.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00566" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00566.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00567" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00567.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00568" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00568.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00573" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00573.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00574" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00574.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00575" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00575.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00576" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00576.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00587" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00587.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00587" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00587.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00588" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00588.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00588" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00588.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00590" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00590.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00591" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00591.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00591" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00591.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00592" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00592.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00593" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00593.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00593" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00593.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00594" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00594.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00594" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00594.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00595" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00595.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00595" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00595.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00596" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00596.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00596" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00596.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00597" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00597.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00597" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00597.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00598" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00598.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00598" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00598.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00599" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00599.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00600" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00600.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00600" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00600.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00601" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00601.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00602" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00602.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00603" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00603.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00603" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00603.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00604" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00604.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00604" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00604.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00606" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00606.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest00607" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00607.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00607" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00607.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00608" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00608.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00608" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00608.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00609" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00609.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00609" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00609.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00610" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00610.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00611" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00611.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00614" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00614.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00614" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00614.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00615" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00615.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00616" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00616.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00617" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00617.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00617" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00617.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00618" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00618.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00619" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00619.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00619" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00619.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00623" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00623.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00623" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00623.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00624" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00624.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00624" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00624.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00627" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00627.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00627" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00627.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00629" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00629.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00629" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00629.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00630" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00630.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest00630" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00630.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00631" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00631.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00631" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00631.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00632" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00632.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00634" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00634.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00634" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00634.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00635" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00635.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00636" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00636.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00637" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00637.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00638" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00638.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00639" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00639.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00640" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00640.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00641" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00641.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00642" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00642.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00643" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00643.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00644" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00644.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00645" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00645.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00651" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00651.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00652" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00652.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00653" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00653.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00654" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00654.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00655" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00655.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00656" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00656.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00668" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00668.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00670" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00670.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00670" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00670.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00671" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00671.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00671" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00671.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00673" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00673.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00673" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00673.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00674" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00674.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00675" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00675.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00676" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00676.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00677" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00677.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00677" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00677.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00678" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00678.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00678" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00678.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00679" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00679.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00679" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00679.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00680" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00680.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00681" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00681.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00681" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00681.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00684" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00684.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00685" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00685.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00685" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00685.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00686" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00686.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00687" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00687.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00688" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00688.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00688" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00688.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00690" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00690.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00691" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00691.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00691" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00691.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00692" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00692.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00693" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00693.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00693" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00693.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00694" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00694.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest00694" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00694.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00695" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00695.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest00695" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00695.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00696" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00696.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00696" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00696.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00697" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00697.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00697" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00697.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00698" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00698.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00698" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00698.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00700" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00700.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00700" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00700.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00702" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00702.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00703" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00703.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00703" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00703.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00704" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00704.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00704" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00704.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00705" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00705.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00708" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00708.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00708" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00708.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00710" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00710.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00711" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00711.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00715" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00715.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00719" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00719.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00720" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00720.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00721" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00721.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00724" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00724.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00725" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00725.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00727" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00727.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00728" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00728.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00729" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00729.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00731" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00731.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00733" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00733.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00734" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00734.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00735" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00735.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00736" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00736.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00736" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00736.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00737" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00737.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00740" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00740.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00754" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00754.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00754" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00754.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00756" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00756.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00757" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00757.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00757" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00757.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00759" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00759.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00759" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00759.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00760" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00760.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00761" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00761.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00762" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00762.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00763" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00763.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00764" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00764.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00764" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00764.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00765" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00765.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00765" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00765.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00766" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00766.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00767" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00767.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00767" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00767.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00768" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00768.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00768" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00768.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00769" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00769.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00769" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00769.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00770" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00770.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00770" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00770.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00771" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00771.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00771" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00771.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00772" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00772.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00775" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00775.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00776" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00776.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00779" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00779.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00779" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00779.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00780" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00780.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00781" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00781.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00783" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00783.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00783" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00783.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00785" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00785.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00785" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00785.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00787" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00787.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00787" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00787.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00788" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00788.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00788" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00788.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00789" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00789.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00789" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00789.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00790" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00790.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00794" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00794.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00794" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00794.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00795" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00795.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00796" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00796.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00796" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00796.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00797" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00797.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00797" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00797.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00798" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00798.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00800" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00800.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00801" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00801.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00802" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00802.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00803" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00803.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00804" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00804.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00805" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00805.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00806" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00806.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00807" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00807.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00809" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00809.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00810" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00810.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00811" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00811.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00815" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00815.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00816" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00816.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00817" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00817.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00818" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00818.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00819" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00819.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00820" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00820.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00820" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00820.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00821" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00821.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00821" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00821.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00822" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00822.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00823" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00823.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00824" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00824.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00825" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00825.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00833" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00833.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00833" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00833.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00834" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00834.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00834" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00834.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00836" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00836.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00836" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00836.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00838" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00838.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00839" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00839.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00839" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00839.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00840" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00840.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00840" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00840.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00841" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00841.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00841" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00841.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00842" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00842.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00842" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00842.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00843" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00843.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00843" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00843.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00844" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00844.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00845" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00845.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00845" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00845.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00846" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00846.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00846" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00846.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00847" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00847.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00847" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00847.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00848" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00848.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00848" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00848.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00849" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00849.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00849" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00849.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00850" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00850.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00850" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00850.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00853" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00853.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00855" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00855.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00856" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00856.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00857" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00857.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00859" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00859.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00868" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00868.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00869" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00869.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00870" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00870.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00871" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00871.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00872" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00872.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00875" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00875.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00876" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00876.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00898" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00898.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00899" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00899.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00900" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00900.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00901" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00901.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00902" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00902.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00903" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00903.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00925" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00925.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00926" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00926.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00927" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00927.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00928" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00928.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00929" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00929.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00930" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00930.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00931" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00931.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00932" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00932.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00933" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00933.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00934" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00934.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00935" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00935.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00936" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00936.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00937" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00937.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00938" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00938.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00942" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00942.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00943" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00943.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00945" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00945.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest00946" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00946.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00946" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00946.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00947" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00947.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest00947" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00947.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00949" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00949.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00949" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00949.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00950" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00950.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00950" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00950.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00952" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00952.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00952" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00952.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00953" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00953.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00953" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00953.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest00956" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00956.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00956" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00956.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00959" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00959.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest00959" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00959.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00960" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00960.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00961" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00961.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00962" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00962.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest00963" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00963.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00964" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00964.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00965" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00965.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00966" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00966.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00968" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00968.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00971" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00971.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00972" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00972.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00973" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00973.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00974" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00974.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00975" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00975.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest00976" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00976.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest00977" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00977.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00977" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00977.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00979" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00979.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00981" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00981.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest00983" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00983.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00991" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00991.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00994" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00994.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest00995" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00995.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest00995" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00995.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00996" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00996.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00997" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00997.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest00998" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00998.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01000" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01000.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01001" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01001.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01002" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01002.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01002" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01002.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01003" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01003.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01003" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01003.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01004" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01004.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01004" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01004.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01005" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01005.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01005" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01005.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01006" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01006.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01006" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01006.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01007" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01007.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01007" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01007.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01008" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01008.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01008" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01008.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01009" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01009.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01009" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01009.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01010" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01010.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01011" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01011.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01011" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01011.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01012" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01012.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01015" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01015.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01015" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01015.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01016" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01016.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01017" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01017.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01018" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01018.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01019" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01019.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01020" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01020.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01020" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01020.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01023" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01023.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest01023" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01023.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01025" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01025.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01025" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01025.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01029" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01029.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01029" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01029.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01032" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01032.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01032" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01032.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01033" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01033.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01033" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01033.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01034" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01034.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01034" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01034.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01037" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01037.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01038" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01038.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01038" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01038.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01040" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01040.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01041" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01041.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01041" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01041.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01042" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01042.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01042" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01042.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01043" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01043.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01043" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01043.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01044" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01044.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01044" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01044.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01045" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01045.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01046" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01046.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01047" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01047.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01049" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01049.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01050" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01050.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01055" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01055.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01056" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01056.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01057" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01057.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01058" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01058.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01059" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01059.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01060" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01060.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01061" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01061.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01061" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01061.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01062" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01062.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01063" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01063.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01064" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01064.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01066" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01066.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01081" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01081.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01081" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01081.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01082" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01082.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01082" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01082.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01083" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01083.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01083" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01083.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01084" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01084.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01084" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01084.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01085" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01085.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01086" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01086.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01087" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01087.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01087" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01087.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01088" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01088.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01088" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01088.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01089" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01089.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01090" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01090.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01090" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01090.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01091" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01091.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01091" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01091.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01092" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01092.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01093" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01093.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01093" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01093.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01094" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01094.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01094" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01094.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01095" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01095.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01097" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01097.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01099" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01099.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01100" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01100.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01102" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01102.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01102" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01102.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01103" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01103.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01103" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01103.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01105" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01105.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01105" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01105.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01106" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01106.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01107" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01107.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01108" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01108.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01111" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01111.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01111" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01111.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01112" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01112.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01112" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01112.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01116" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01116.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01116" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01116.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01117" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01117.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01117" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01117.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01119" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01119.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01120" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01120.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01121" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01121.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01122" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01122.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01123" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01123.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01123" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01123.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01124" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01124.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01125" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01125.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01127" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01127.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01128" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01128.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01129" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01129.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01130" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01130.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01131" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01131.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01132" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01132.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01133" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01133.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01134" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01134.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01134" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01134.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01143" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01143.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01143" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01143.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01147" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01147.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01148" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01148.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01149" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01149.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01149" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01149.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01150" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01150.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01150" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01150.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01151" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01151.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01152" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01152.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01155" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01155.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01155" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01155.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01156" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01156.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01156" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01156.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01157" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01157.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01157" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01157.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01161" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01161.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01161" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01161.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01162" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01162.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01163" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01163.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01164" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01164.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01165" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01165.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01166" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01166.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01166" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01166.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01167" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01167.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01167" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01167.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01168" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01168.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01169" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01169.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01171" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01171.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01172" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01172.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01173" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01173.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01174" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01174.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01177" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01177.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01178" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01178.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01179" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01179.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01181" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01181.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01183" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01183.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01184" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01184.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01185" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01185.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01185" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01185.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01186" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01186.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01186" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01186.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01187" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01187.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01187" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01187.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01190" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01190.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01191" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01191.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01192" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01192.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01194" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01194.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01203" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01203.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01203" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01203.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01204" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01204.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01204" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01204.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01206" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01206.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01206" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01206.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01208" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01208.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01209" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01209.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01209" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01209.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01210" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01210.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01210" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01210.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01211" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01211.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01211" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01211.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01212" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01212.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01213" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01213.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01214" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01214.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01214" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01214.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01215" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01215.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01216" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01216.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01217" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01217.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01218" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01218.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01219" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01219.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01221" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01221.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01222" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01222.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest01223" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01223.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01223" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01223.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest01224" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01224.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01224" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01224.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01226" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01226.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01227" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01227.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01228" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01228.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01228" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01228.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01229" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01229.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01229" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01229.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01230" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01230.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01230" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01230.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01231" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01231.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01231" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01231.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01232" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01232.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01232" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01232.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01234" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01234.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01234" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01234.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01235" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01235.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01235" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01235.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01236" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01236.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01236" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01236.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01238" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01238.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01238" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01238.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01241" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01241.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest01241" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01241.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01242" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01242.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest01242" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01242.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01243" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01243.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest01243" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01243.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01244" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01244.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01245" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01245.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01246" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01246.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01246" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01246.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01247" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01247.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01247" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01247.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01248" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01248.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01248" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01248.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01249" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01249.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01250" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01250.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01253" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01253.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01254" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01254.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01257" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01257.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01258" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01258.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01259" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01259.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01260" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01260.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01261" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01261.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01262" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01262.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01263" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01263.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01266" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01266.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01267" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01267.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01268" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01268.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01270" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01270.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01271" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01271.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01272" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01272.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01273" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01273.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01274" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01274.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01275" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01275.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01276" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01276.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01277" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01277.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01278" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01278.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01279" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01279.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01280" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01280.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01280" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01280.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01281" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01281.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01281" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01281.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01282" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01282.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01282" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01282.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01283" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01283.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01283" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01283.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01284" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01284.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01285" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01285.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01286" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01286.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01287" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01287.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01288" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01288.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01299" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01299.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01299" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01299.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01302" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01302.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01303" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01303.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01304" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01304.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01304" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01304.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01305" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01305.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01306" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01306.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01306" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01306.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01307" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01307.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01308" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01308.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01308" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01308.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01309" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01309.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01310" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01310.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01311" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01311.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01311" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01311.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01312" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01312.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01312" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01312.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01313" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01313.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01314" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01314.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest01316" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01316.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01316" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01316.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01317" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01317.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01317" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01317.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01318" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01318.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01319" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01319.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01320" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01320.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01320" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01320.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01321" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01321.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01322" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01322.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01322" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01322.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01323" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01323.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01323" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01323.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01325" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01325.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01326" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01326.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest01326" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01326.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01329" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01329.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01329" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01329.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01330" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01330.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01330" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01330.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01332" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01332.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01333" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01333.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01334" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01334.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01335" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01335.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01337" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01337.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01346" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01346.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01347" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01347.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01349" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01349.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01350" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01350.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01354" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01354.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01355" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01355.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01356" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01356.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01357" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01357.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01358" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01358.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01359" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01359.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01360" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01360.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01361" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01361.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01362" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01362.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01363" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01363.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01374" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01374.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01374" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01374.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01375" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01375.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01375" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01375.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01376" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01376.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01376" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01376.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01379" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01379.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01381" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01381.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01381" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01381.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01382" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01382.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01382" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01382.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01383" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01383.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01383" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01383.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01384" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01384.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01384" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01384.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01385" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01385.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01386" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01386.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01387" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01387.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01388" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01388.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01388" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01388.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01389" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01389.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01390" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01390.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01390" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01390.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01391" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01391.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01391" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01391.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01392" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01392.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01394" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01394.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01395" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01395.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01396" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01396.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01398" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01398.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01399" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01399.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01400" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01400.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01403" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01403.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01403" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01403.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01405" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01405.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01405" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01405.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01408" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01408.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01408" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01408.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01410" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01410.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01411" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01411.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01413" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01413.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01414" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01414.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01414" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01414.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01415" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01415.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01415" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01415.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01416" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01416.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01416" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01416.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01417" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01417.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01418" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01418.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01423" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01423.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01424" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01424.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01426" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01426.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01427" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01427.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01428" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01428.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01429" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01429.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01430" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01430.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01431" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01431.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01432" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01432.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01433" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01433.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01434" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01434.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01435" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01435.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01436" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01436.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01437" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01437.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01438" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01438.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01441" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01441.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01442" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01442.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01446" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01446.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01455" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01455.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01455" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01455.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01456" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01456.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01456" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01456.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01457" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01457.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01457" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01457.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01458" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01458.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01458" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01458.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01460" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01460.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01462" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01462.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01463" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01463.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01464" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01464.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01464" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01464.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01465" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01465.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01465" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01465.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01466" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01466.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01466" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01466.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01467" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01467.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01468" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01468.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01469" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01469.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01470" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01470.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01470" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01470.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01471" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01471.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01471" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01471.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01472" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01472.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01473" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01473.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01473" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01473.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01474" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01474.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01475" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01475.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01476" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01476.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01477" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01477.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest01478" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01478.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01478" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01478.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01480" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01480.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01480" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01480.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01483" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01483.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01484" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01484.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01484" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01484.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01486" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01486.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01486" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01486.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01488" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01488.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01489" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01489.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01489" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01489.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01490" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01490.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest01490" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01490.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01494" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01494.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01494" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01494.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01495" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01495.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01495" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01495.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01496" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01496.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01496" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01496.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01497" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01497.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01497" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01497.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01498" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01498.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01498" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01498.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01500" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01500.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01500" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01500.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01501" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01501.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest01501" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01501.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01502" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01502.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01503" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01503.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01504" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01504.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01504" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01504.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01505" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01505.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01506" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01506.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01507" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01507.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01509" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01509.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01510" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01510.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01511" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01511.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01512" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01512.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01517" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01517.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01518" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01518.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01519" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01519.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01520" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01520.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01521" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01521.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01521" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01521.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01522" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01522.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01523" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01523.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01524" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01524.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01525" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01525.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01531" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01531.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01533" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01533.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01546" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01546.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01547" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01547.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01547" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01547.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01548" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01548.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01548" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01548.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01549" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01549.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01549" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01549.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01550" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01550.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01550" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01550.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01551" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01551.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01551" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01551.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01552" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01552.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01552" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01552.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01553" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01553.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01554" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01554.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01554" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01554.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01555" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01555.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01556" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01556.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01557" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01557.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01557" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01557.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01558" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01558.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01558" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01558.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01559" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01559.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01559" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01559.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01560" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01560.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest01561" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01561.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01561" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01561.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01563" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01563.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01565" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01565.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01566" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01566.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01568" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01568.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest01568" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01568.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01571" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01571.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01571" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01571.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01572" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01572.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01572" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01572.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01575" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01575.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01576" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01576.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01577" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01577.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01578" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01578.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01579" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01579.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01579" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01579.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01580" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01580.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01583" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01583.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01584" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01584.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01587" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01587.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01589" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01589.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01590" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01590.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01592" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01592.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01594" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01594.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01596" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01596.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01597" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01597.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01598" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01598.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01601" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01601.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01602" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01602.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01603" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01603.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01604" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01604.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01605" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01605.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01609" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01609.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01610" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01610.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01615" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01615.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01615" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01615.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01616" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01616.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01616" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01616.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01617" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01617.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01617" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01617.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01618" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01618.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01618" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01618.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01619" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01619.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01620" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01620.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01621" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01621.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01623" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01623.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01624" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01624.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01624" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01624.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01625" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01625.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01625" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01625.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01626" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01626.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01626" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01626.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01627" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01627.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01627" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01627.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01628" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01628.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01630" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01630.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01631" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01631.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01634" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01634.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01635" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01635.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01636" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01636.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01637" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01637.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01638" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01638.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01638" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01638.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01639" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01639.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01641" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01641.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01642" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01642.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01642" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01642.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01643" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01643.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01643" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01643.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01645" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01645.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01645" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01645.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01647" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01647.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01647" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01647.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01648" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01648.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01649" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01649.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01650" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01650.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01651" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01651.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01653" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01653.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01654" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01654.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01654" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01654.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01655" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01655.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01656" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01656.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01657" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01657.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01658" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01658.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01660" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01660.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01662" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01662.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01665" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01665.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01666" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01666.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01667" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01667.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01670" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01670.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01673" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01673.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01674" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01674.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01675" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01675.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01676" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01676.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01677" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01677.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01678" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01678.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01679" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01679.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01680" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01680.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01681" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01681.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01682" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01682.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01682" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01682.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01683" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01683.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01683" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01683.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01684" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01684.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01685" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01685.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01689" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01689.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01690" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01690.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01691" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01691.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01708" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01708.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01708" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01708.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01709" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01709.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01709" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01709.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01710" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01710.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01710" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01710.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01711" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01711.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01711" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01711.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01712" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01712.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01715" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01715.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01715" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01715.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01716" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01716.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01716" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01716.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01717" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01717.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01718" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01718.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01718" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01718.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01719" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01719.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01720" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01720.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01720" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01720.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01721" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01721.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01721" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01721.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01722" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01722.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01723" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01723.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01723" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01723.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01724" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01724.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01724" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01724.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01725" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01725.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01725" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01725.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01726" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01726.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01726" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01726.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01727" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01727.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01727" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01727.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01728" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01728.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01728" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01728.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01729" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01729.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01730" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01730.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01730" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01730.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01731" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01731.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01731" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01731.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01732" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01732.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01733" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01733.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest01734" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01734.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01734" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01734.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest01736" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01736.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01736" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01736.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01740" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01740.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01741" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01741.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01742" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01742.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01757" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01757.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01761" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01761.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01765" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01765.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01766" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01766.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01781" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01781.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01782" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01782.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01783" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01783.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01784" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01784.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01785" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01785.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01786" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01786.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01787" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01787.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01788" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01788.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01789" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01789.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01804" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01804.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01805" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01805.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01806" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01806.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01807" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01807.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01808" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01808.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01809" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01809.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01810" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01810.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01811" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01811.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01812" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01812.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01813" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01813.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01814" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01814.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01815" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01815.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01816" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01816.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01817" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01817.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01818" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01818.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01822" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01822.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01822" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01822.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01823" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01823.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01824" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01824.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01825" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01825.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01828" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01828.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01829" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01829.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01829" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01829.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01830" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01830.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01831" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01831.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest01831" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01831.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01832" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01832.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest01832" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01832.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01833" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01833.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01833" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01833.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01835" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01835.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01835" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01835.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01836" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01836.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01836" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01836.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01839" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01839.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01839" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01839.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01840" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01840.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01840" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01840.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01842" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01842.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01843" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01843.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01844" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01844.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01845" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01845.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01846" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01846.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01847" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01847.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01850" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01850.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01851" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01851.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01852" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01852.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01853" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01853.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01854" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01854.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01855" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01855.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01856" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01856.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01857" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01857.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01858" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01858.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01859" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01859.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01860" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01860.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest01861" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01861.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01861" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01861.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01862" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01862.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01863" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01863.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01864" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01864.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01872" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01872.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01872" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01872.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01874" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01874.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01874" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01874.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01875" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01875.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01876" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01876.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01876" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01876.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01878" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01878.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01879" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01879.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01880" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01880.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01881" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01881.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01881" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01881.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01882" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01882.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01882" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01882.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01883" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01883.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01883" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01883.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01884" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01884.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01885" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01885.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01886" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01886.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01887" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01887.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01888" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01888.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01889" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01889.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01890" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01890.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01891" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01891.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest01892" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01892.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01892" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01892.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest01894" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01894.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01894" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01894.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01895" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01895.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01896" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01896.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01897" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01897.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01898" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01898.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01898" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01898.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01899" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01899.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01900" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01900.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01901" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01901.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01902" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01902.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest01902" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01902.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01904" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01904.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01904" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01904.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01906" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01906.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01906" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01906.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01907" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01907.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01907" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01907.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01908" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01908.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01908" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01908.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01910" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01910.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01911" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01911.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01913" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01913.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01916" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01916.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01919" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01919.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01920" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01920.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01921" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01921.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01922" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01922.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01923" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01923.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01925" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01925.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01926" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01926.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01927" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01927.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01928" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01928.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01929" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01929.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01930" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01930.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01931" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01931.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01932" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01932.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01933" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01933.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01934" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01934.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01935" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01935.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01936" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01936.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01938" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01938.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01940" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01940.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01942" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01942.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest01944" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01944.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01955" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01955.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01955" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01955.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01958" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01958.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01958" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01958.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest01960" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01960.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01960" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01960.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01961" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01961.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01962" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01962.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01962" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01962.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01963" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01963.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01963" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01963.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01964" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01964.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01964" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01964.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01965" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01965.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01966" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01966.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01967" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01967.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01968" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01968.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01969" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01969.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01970" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01970.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01970" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01970.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01971" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01971.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01971" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01971.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest01972" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01972.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01972" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01972.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest01974" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01974.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01974" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01974.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01976" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01976.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01978" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01978.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01978" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01978.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01980" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01980.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01980" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01980.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest01981" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01981.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01981" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01981.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01982" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01982.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01983" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01983.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01983" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01983.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01985" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01985.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01985" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01985.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01987" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01987.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01987" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01987.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01988" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01988.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01988" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01988.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest01989" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01989.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01989" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01989.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01992" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01992.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01993" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01993.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01994" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01994.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01996" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01996.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01996" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01996.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest01997" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01997.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest01997" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01997.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest01999" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01999.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02000" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02000.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02001" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02001.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02002" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02002.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02003" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02003.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02004" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02004.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest02005" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02005.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02005" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02005.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02006" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02006.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02015" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02015.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02015" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02015.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02016" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02016.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02016" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02016.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02017" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02017.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02017" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02017.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02018" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02018.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02018" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02018.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02019" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02019.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02019" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02019.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02020" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02020.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02022" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02022.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02022" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02022.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02023" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02023.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02023" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02023.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02024" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02024.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02027" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02027.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02027" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02027.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02032" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02032.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02032" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02032.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02034" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02034.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02034" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02034.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02036" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02036.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest02036" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02036.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02037" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02037.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest02037" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02037.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02038" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02038.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02039" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02039.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02040" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02040.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02041" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02041.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02042" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02042.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02042" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02042.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02044" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02044.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02046" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02046.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02047" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02047.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02050" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02050.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02051" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02051.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02054" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02054.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02055" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02055.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02056" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02056.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02057" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02057.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02059" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02059.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02060" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02060.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02061" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02061.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02062" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02062.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02063" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02063.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02064" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02064.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02065" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02065.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02066" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02066.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02070" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02070.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02084" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02084.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02084" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02084.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02087" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02087.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02087" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02087.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02088" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02088.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02088" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02088.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02089" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02089.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02090" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02090.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02090" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02090.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02091" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02091.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02091" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02091.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02092" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02092.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02092" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02092.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02093" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02093.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02094" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02094.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02094" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02094.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02095" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02095.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02096" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02096.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02096" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02096.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02097" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02097.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02098" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02098.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02099" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02099.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest02100" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02100.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02100" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02100.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02101" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02101.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02101" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02101.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02102" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02102.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02103" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02103.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02105" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02105.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02105" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02105.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02106" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02106.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02106" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02106.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02109" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02109.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02109" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02109.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02112" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02112.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02112" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02112.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02113" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02113.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02113" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02113.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02117" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02117.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02118" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02118.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02119" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02119.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02120" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02120.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02121" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02121.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02121" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02121.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02123" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02123.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02124" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02124.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02126" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02126.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02127" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02127.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02128" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02128.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02129" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02129.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02130" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02130.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02131" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02131.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02132" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02132.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02133" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02133.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02134" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02134.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02136" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02136.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02137" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02137.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02138" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02138.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02139" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02139.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02140" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02140.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02141" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02141.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest02142" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02142.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02142" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02142.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02143" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02143.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02144" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02144.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02145" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02145.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02146" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02146.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02147" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02147.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02150" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02150.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02151" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02151.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02152" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02152.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02154" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02154.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02155" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02155.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02165" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02165.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02167" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02167.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02167" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02167.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02169" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02169.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02170" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02170.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02171" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02171.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02171" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02171.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02172" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02172.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02173" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02173.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02174" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02174.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02175" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02175.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02176" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02176.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02177" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02177.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02177" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02177.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02178" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02178.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02178" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02178.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02179" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02179.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02179" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02179.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02180" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02180.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02181" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02181.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02181" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02181.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02182" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02182.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02182" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02182.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02183" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02183.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02184" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02184.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02185" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02185.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02186" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02186.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02186" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02186.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02187" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02187.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02187" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02187.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02188" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02188.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xpath-injection", + "ruleIndex": 10, + "level": "error", + "message": { + "text": "XPath Injection detected in BenchmarkTest02189" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02189.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02189" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02189.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02192" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02192.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02192" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02192.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02193" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02193.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02194" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02194.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02195" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02195.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02195" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02195.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02196" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02196.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest02196" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02196.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02197" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02197.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02197" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02197.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02198" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02198.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02198" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02198.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02199" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02199.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02199" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02199.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02205" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02205.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02205" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02205.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02208" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02208.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest02208" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02208.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02209" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02209.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02211" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02211.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02212" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02212.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02212" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02212.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02213" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02213.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02213" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02213.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02215" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02215.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02216" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02216.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02217" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02217.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02219" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02219.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02219" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02219.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02220" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02220.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02221" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02221.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02223" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02223.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02224" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02224.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02225" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02225.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02227" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02227.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02228" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02228.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02230" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02230.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02232" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02232.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02234" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02234.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02241" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02241.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02243" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02243.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02244" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02244.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02245" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02245.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02246" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02246.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02247" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02247.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02248" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02248.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02249" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02249.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02250" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02250.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02251" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02251.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02261" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02261.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02262" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02262.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02263" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02263.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02263" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02263.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02264" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02264.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02267" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02267.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02268" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02268.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02269" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02269.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02269" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02269.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02270" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02270.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02270" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02270.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02271" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02271.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02272" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02272.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02272" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02272.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02273" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02273.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02273" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02273.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02274" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02274.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02275" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02275.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02275" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02275.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02276" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02276.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02277" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02277.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02277" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02277.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02278" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02278.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02279" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02279.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02280" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02280.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02281" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02281.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02281" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02281.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02282" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02282.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02283" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02283.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02284" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02284.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02284" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02284.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02285" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02285.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02286" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02286.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02287" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02287.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02288" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02288.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02290" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02290.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02290" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02290.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02291" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02291.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02292" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02292.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02293" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02293.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02293" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02293.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02294" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02294.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02294" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02294.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02295" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02295.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02296" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02296.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02297" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02297.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02298" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02298.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02299" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02299.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest02299" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02299.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02302" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02302.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02302" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02302.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02303" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02303.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02303" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02303.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02304" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02304.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02304" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02304.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02305" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02305.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest02305" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02305.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02306" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02306.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest02306" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02306.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02307" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02307.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02307" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02307.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02308" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02308.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02308" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02308.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02309" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02309.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02310" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02310.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02311" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02311.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02311" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02311.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02312" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02312.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02314" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02314.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02315" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02315.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02316" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02316.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02317" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02317.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02321" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02321.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02322" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02322.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02323" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02323.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02324" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02324.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02326" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02326.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02327" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02327.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02328" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02328.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02332" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02332.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02333" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02333.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02334" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02334.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02337" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02337.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02338" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02338.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest02339" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02339.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02339" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02339.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02342" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02342.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02343" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02343.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02344" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02344.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02352" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02352.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02352" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02352.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02353" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02353.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02354" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02354.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02354" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02354.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02355" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02355.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02355" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02355.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02356" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02356.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02356" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02356.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02357" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02357.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02357" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02357.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02358" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02358.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02358" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02358.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02359" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02359.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02359" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02359.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02360" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02360.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02360" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02360.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02361" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02361.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02362" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02362.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02362" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02362.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02363" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02363.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02364" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02364.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02364" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02364.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02365" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02365.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02366" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02366.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02367" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02367.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02369" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02369.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02372" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02372.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02373" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02373.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02373" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02373.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02374" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02374.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02375" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02375.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02375" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02375.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02377" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02377.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02377" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02377.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02378" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02378.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02378" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02378.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02383" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02383.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02383" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02383.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02385" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02385.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02386" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02386.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02386" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02386.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02387" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02387.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02387" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02387.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02388" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02388.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02389" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02389.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02391" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02391.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02391" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02391.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02392" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02392.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02393" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02393.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02395" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02395.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02396" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02396.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02397" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02397.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02399" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02399.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02400" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02400.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02402" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02402.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02403" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02403.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02405" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02405.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02407" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02407.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02409" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02409.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02410" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02410.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02411" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02411.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02412" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02412.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02414" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02414.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02415" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02415.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02416" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02416.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02417" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02417.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02418" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02418.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02419" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02419.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02420" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02420.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02421" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02421.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02422" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02422.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02423" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02423.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02424" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02424.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02425" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02425.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02426" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02426.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest02427" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02427.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02427" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02427.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02429" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02429.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02430" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02430.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02431" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02431.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02432" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02432.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02433" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02433.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02446" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02446.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02446" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02446.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02448" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02448.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02448" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02448.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02449" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02449.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02450" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02450.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02451" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02451.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02451" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02451.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02452" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02452.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02453" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02453.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02453" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02453.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02454" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02454.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02454" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02454.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02455" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02455.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02458" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02458.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02458" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02458.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02459" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02459.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02460" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02460.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02463" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02463.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02463" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02463.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02465" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02465.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02465" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02465.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02466" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02466.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02466" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02466.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02469" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02469.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02469" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02469.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02472" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02472.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "ldap-injection", + "ruleIndex": 4, + "level": "error", + "message": { + "text": "LDAP Injection detected in BenchmarkTest02472" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02472.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02473" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02473.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02474" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02474.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02475" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02475.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02475" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02475.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02476" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02476.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02476" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02476.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02478" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02478.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02478" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02478.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02480" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02480.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02483" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02483.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02486" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02486.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02487" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02487.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02489" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02489.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02493" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02493.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02494" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02494.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02496" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02496.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02497" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02497.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02498" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02498.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02499" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02499.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02500" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02500.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02501" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02501.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02502" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02502.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02503" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02503.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02504" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02504.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02505" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02505.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02506" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02506.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest02507" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02507.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02507" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02507.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02508" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02508.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02511" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02511.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02512" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02512.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02514" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02514.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02515" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02515.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02516" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02516.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02517" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02517.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02524" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02524.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02524" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02524.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02525" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02525.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02525" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02525.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02526" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02526.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02527" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02527.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02527" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02527.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02528" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02528.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02530" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02530.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02531" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02531.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02531" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02531.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02532" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02532.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02532" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02532.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02533" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02533.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02533" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02533.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02534" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02534.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02534" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02534.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02535" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02535.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02535" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02535.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02536" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02536.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02537" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02537.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02537" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02537.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02538" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02538.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02539" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02539.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02540" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02540.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02541" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02541.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02542" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02542.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02542" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02542.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02543" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02543.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02543" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02543.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02544" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02544.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02545" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02545.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02548" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02548.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02548" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02548.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02549" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02549.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02549" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02549.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02550" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02550.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02551" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02551.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02555" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02555.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02555" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02555.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02556" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02556.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02556" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02556.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02559" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02559.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02559" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02559.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02560" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02560.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02560" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02560.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02561" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02561.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02561" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02561.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02562" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02562.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02562" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02562.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02564" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02564.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02564" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02564.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02565" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02565.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02565" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02565.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02567" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02567.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02567" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02567.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "path-traversal", + "ruleIndex": 0, + "level": "error", + "message": { + "text": "Path Traversal / Directory Traversal detected in BenchmarkTest02569" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02569.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02569" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02569.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02573" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02573.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02574" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02574.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02574" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02574.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02575" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02575.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02576" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02576.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02577" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02577.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02578" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02578.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02579" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02579.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02580" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02580.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02582" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02582.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02583" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02583.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02584" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02584.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02585" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02585.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02586" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02586.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02587" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02587.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02588" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02588.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02591" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02591.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02592" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02592.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02595" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02595.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02597" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02597.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02598" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02598.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02600" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02600.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02602" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02602.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02603" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02603.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02604" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02604.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02605" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02605.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02606" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02606.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02607" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02607.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02608" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02608.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02611" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02611.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02612" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02612.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "command-injection", + "ruleIndex": 1, + "level": "error", + "message": { + "text": "OS Command Injection detected in BenchmarkTest02613" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02613.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02622" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02622.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02622" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02622.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02623" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02623.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02623" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02623.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "trust-boundary-violation", + "ruleIndex": 8, + "level": "error", + "message": { + "text": "Trust Boundary Violation detected in BenchmarkTest02624" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02624.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02624" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02624.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02625" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02625.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02627" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02627.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02628" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02628.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02630" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02630.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02631" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02631.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02632" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02632.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02632" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02632.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02633" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02633.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02634" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02634.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02635" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02635.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02635" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02635.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02636" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02636.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02637" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02637.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02638" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02638.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02638" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02638.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02639" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02639.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02640" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02640.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02641" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02641.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02641" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02641.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02642" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02642.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02642" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02642.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02643" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02643.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02643" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02643.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02644" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02644.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02644" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02644.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02645" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02645.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02645" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02645.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02646" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02646.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02646" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02646.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02647" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02647.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02647" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02647.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02648" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02648.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02649" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02649.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02649" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02649.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02650" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02650.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02650" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02650.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02651" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02651.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02651" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02651.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02652" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02652.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02653" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02653.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02653" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02653.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02654" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02654.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02655" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02655.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "sql-injection", + "ruleIndex": 3, + "level": "error", + "message": { + "text": "SQL Injection detected in BenchmarkTest02656" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02656.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02658" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02658.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02660" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02660.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02661" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02661.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-encryption", + "ruleIndex": 5, + "level": "error", + "message": { + "text": "Weak Encryption Algorithm detected in BenchmarkTest02663" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02663.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02670" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02670.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02671" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02671.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02674" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02674.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02675" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02675.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-hash", + "ruleIndex": 6, + "level": "error", + "message": { + "text": "Weak Hashing Algorithm detected in BenchmarkTest02677" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02677.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02700" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02700.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02701" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02701.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02702" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02702.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02703" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02703.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02704" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02704.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02705" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02705.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02706" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02706.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02707" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02707.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "weak-random", + "ruleIndex": 7, + "level": "error", + "message": { + "text": "Weak Random Number Generator detected in BenchmarkTest02708" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02708.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest02709" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02709.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "insecure-cookie", + "ruleIndex": 9, + "level": "error", + "message": { + "text": "Insecure Cookie (missing Secure/HttpOnly) detected in BenchmarkTest02710" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02710.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02727" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02727.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02728" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02728.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02729" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02729.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02730" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02730.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02731" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02731.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02732" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02732.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02733" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02733.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02734" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02734.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02735" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02735.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02736" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02736.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02737" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02737.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02738" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02738.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + }, + { + "ruleId": "xss", + "ruleIndex": 2, + "level": "error", + "message": { + "text": "Cross-Site Scripting (XSS) detected in BenchmarkTest02739" + }, + "locations": [ + { + "physicalLocation": { + "artifactLocation": { + "uri": "src/main/java/org/owasp/benchmark/testcode/BenchmarkTest02739.java", + "uriBaseId": "%SRCROOT%" + }, + "region": { + "startLine": 1 + } + } + } + ] + } + ], + "invocations": [ + { + "executionSuccessful": true, + "endTimeUtc": "2026-03-30T00:27:29Z" + } + ] + } + ] +} \ No newline at end of file diff --git a/scorecard/Benchmark_v1.2_Scorecard_for_SiteShadow_v1.0.0.csv b/scorecard/Benchmark_v1.2_Scorecard_for_SiteShadow_v1.0.0.csv new file mode 100644 index 0000000000..48feb929d1 --- /dev/null +++ b/scorecard/Benchmark_v1.2_Scorecard_for_SiteShadow_v1.0.0.csv @@ -0,0 +1,2741 @@ +# test name, category, CWE, real vulnerability, identified by tool, pass/fail, Benchmark version: 1.2, Actual results generated: 2026-03-29 +BenchmarkTest00001, pathtraver, 22, true, true, pass +BenchmarkTest00002, pathtraver, 22, true, true, pass +BenchmarkTest00003, hash, 328, true, true, pass +BenchmarkTest00004, trustbound, 501, true, true, pass +BenchmarkTest00005, crypto, 327, true, true, pass +BenchmarkTest00006, cmdi, 78, true, true, pass +BenchmarkTest00007, cmdi, 78, true, true, pass +BenchmarkTest00008, sqli, 89, true, true, pass +BenchmarkTest00009, hash, 328, false, false, pass +BenchmarkTest00010, weakrand, 330, false, false, pass +BenchmarkTest00011, pathtraver, 22, true, true, pass +BenchmarkTest00012, ldapi, 90, true, true, pass +BenchmarkTest00013, xss, 79, true, true, pass +BenchmarkTest00014, xss, 79, true, true, pass +BenchmarkTest00015, cmdi, 78, true, true, pass +BenchmarkTest00016, securecookie, 614, false, false, pass +BenchmarkTest00017, cmdi, 78, true, true, pass +BenchmarkTest00018, sqli, 89, true, true, pass +BenchmarkTest00019, crypto, 327, true, true, pass +BenchmarkTest00020, crypto, 327, true, true, pass +BenchmarkTest00021, ldapi, 90, true, true, pass +BenchmarkTest00022, hash, 328, false, false, pass +BenchmarkTest00023, weakrand, 330, true, true, pass +BenchmarkTest00024, sqli, 89, true, true, pass +BenchmarkTest00025, sqli, 89, true, true, pass +BenchmarkTest00026, sqli, 89, true, true, pass +BenchmarkTest00027, sqli, 89, true, true, pass +BenchmarkTest00028, pathtraver, 22, true, true, pass +BenchmarkTest00029, hash, 328, true, true, pass +BenchmarkTest00030, xss, 79, true, true, pass +BenchmarkTest00031, trustbound, 501, true, true, pass +BenchmarkTest00032, sqli, 89, true, true, pass +BenchmarkTest00033, sqli, 89, true, true, pass +BenchmarkTest00034, sqli, 89, true, true, pass +BenchmarkTest00035, crypto, 327, true, true, pass +BenchmarkTest00036, xss, 79, true, true, pass +BenchmarkTest00037, sqli, 89, true, true, pass +BenchmarkTest00038, sqli, 89, true, true, pass +BenchmarkTest00039, sqli, 89, true, true, pass +BenchmarkTest00040, pathtraver, 22, true, true, pass +BenchmarkTest00041, xss, 79, true, true, pass +BenchmarkTest00042, weakrand, 330, false, false, pass +BenchmarkTest00043, sqli, 89, true, true, pass +BenchmarkTest00044, ldapi, 90, true, true, pass +BenchmarkTest00045, pathtraver, 22, true, true, pass +BenchmarkTest00046, hash, 328, true, true, pass +BenchmarkTest00047, xss, 79, true, true, pass +BenchmarkTest00048, xss, 79, true, true, pass +BenchmarkTest00049, xss, 79, true, true, pass +BenchmarkTest00050, crypto, 327, true, true, pass +BenchmarkTest00051, cmdi, 78, false, false, pass +BenchmarkTest00052, sqli, 89, false, false, pass +BenchmarkTest00053, crypto, 327, true, true, pass +BenchmarkTest00054, crypto, 327, false, false, pass +BenchmarkTest00055, crypto, 327, true, true, pass +BenchmarkTest00056, crypto, 327, true, true, pass +BenchmarkTest00057, crypto, 327, true, true, pass +BenchmarkTest00058, crypto, 327, false, false, pass +BenchmarkTest00059, crypto, 327, false, false, pass +BenchmarkTest00060, pathtraver, 22, true, true, pass +BenchmarkTest00061, pathtraver, 22, true, true, pass +BenchmarkTest00062, pathtraver, 22, true, true, pass +BenchmarkTest00063, pathtraver, 22, false, false, pass +BenchmarkTest00064, pathtraver, 22, false, false, pass +BenchmarkTest00065, pathtraver, 22, true, true, pass +BenchmarkTest00066, weakrand, 330, true, true, pass +BenchmarkTest00067, weakrand, 330, true, true, pass +BenchmarkTest00068, weakrand, 330, true, true, pass +BenchmarkTest00069, hash, 328, false, false, pass +BenchmarkTest00070, hash, 328, true, true, pass +BenchmarkTest00071, hash, 328, true, true, pass +BenchmarkTest00072, hash, 328, false, false, pass +BenchmarkTest00073, hash, 328, true, true, pass +BenchmarkTest00074, hash, 328, true, true, pass +BenchmarkTest00075, hash, 328, false, false, pass +BenchmarkTest00076, hash, 328, false, false, pass +BenchmarkTest00077, cmdi, 78, true, true, pass +BenchmarkTest00078, weakrand, 330, true, true, pass +BenchmarkTest00079, weakrand, 330, true, true, pass +BenchmarkTest00080, weakrand, 330, true, true, pass +BenchmarkTest00081, weakrand, 330, true, true, pass +BenchmarkTest00082, weakrand, 330, true, true, pass +BenchmarkTest00083, weakrand, 330, true, true, pass +BenchmarkTest00084, weakrand, 330, true, true, pass +BenchmarkTest00085, weakrand, 330, true, true, pass +BenchmarkTest00086, weakrand, 330, true, true, pass +BenchmarkTest00087, securecookie, 614, true, true, pass +BenchmarkTest00088, securecookie, 614, false, false, pass +BenchmarkTest00089, securecookie, 614, false, false, pass +BenchmarkTest00090, cmdi, 78, false, false, pass +BenchmarkTest00091, cmdi, 78, true, true, pass +BenchmarkTest00092, cmdi, 78, true, true, pass +BenchmarkTest00093, cmdi, 78, false, false, pass +BenchmarkTest00094, weakrand, 330, false, false, pass +BenchmarkTest00095, weakrand, 330, false, false, pass +BenchmarkTest00096, weakrand, 330, false, false, pass +BenchmarkTest00097, trustbound, 501, false, false, pass +BenchmarkTest00098, trustbound, 501, true, true, pass +BenchmarkTest00099, trustbound, 501, false, false, pass +BenchmarkTest00100, sqli, 89, true, true, pass +BenchmarkTest00101, sqli, 89, true, true, pass +BenchmarkTest00102, sqli, 89, true, true, pass +BenchmarkTest00103, sqli, 89, true, true, pass +BenchmarkTest00104, sqli, 89, false, false, pass +BenchmarkTest00105, sqli, 89, false, false, pass +BenchmarkTest00106, sqli, 89, true, true, pass +BenchmarkTest00107, sqli, 89, false, false, pass +BenchmarkTest00108, sqli, 89, true, true, pass +BenchmarkTest00109, sqli, 89, true, true, pass +BenchmarkTest00110, sqli, 89, false, false, pass +BenchmarkTest00111, sqli, 89, true, true, pass +BenchmarkTest00112, sqli, 89, true, true, pass +BenchmarkTest00113, sqli, 89, false, false, pass +BenchmarkTest00114, sqli, 89, false, false, pass +BenchmarkTest00115, sqli, 89, true, true, pass +BenchmarkTest00116, xpathi, 643, false, false, pass +BenchmarkTest00117, xpathi, 643, false, false, pass +BenchmarkTest00118, xpathi, 643, false, false, pass +BenchmarkTest00119, crypto, 327, true, true, pass +BenchmarkTest00120, crypto, 327, true, true, pass +BenchmarkTest00121, crypto, 327, false, false, pass +BenchmarkTest00122, crypto, 327, false, false, pass +BenchmarkTest00123, crypto, 327, true, true, pass +BenchmarkTest00124, crypto, 327, true, true, pass +BenchmarkTest00125, crypto, 327, true, true, pass +BenchmarkTest00126, crypto, 327, false, false, pass +BenchmarkTest00127, crypto, 327, false, false, pass +BenchmarkTest00128, crypto, 327, false, false, pass +BenchmarkTest00129, crypto, 327, false, false, pass +BenchmarkTest00130, crypto, 327, false, false, pass +BenchmarkTest00131, pathtraver, 22, false, false, pass +BenchmarkTest00132, pathtraver, 22, false, false, pass +BenchmarkTest00133, pathtraver, 22, true, true, pass +BenchmarkTest00134, pathtraver, 22, false, false, pass +BenchmarkTest00135, pathtraver, 22, false, false, pass +BenchmarkTest00136, pathtraver, 22, false, false, pass +BenchmarkTest00137, pathtraver, 22, false, false, pass +BenchmarkTest00138, ldapi, 90, false, false, pass +BenchmarkTest00139, ldapi, 90, false, false, pass +BenchmarkTest00140, weakrand, 330, true, true, pass +BenchmarkTest00141, hash, 328, true, true, pass +BenchmarkTest00142, hash, 328, false, false, pass +BenchmarkTest00143, hash, 328, true, true, pass +BenchmarkTest00144, xss, 79, true, true, pass +BenchmarkTest00145, xss, 79, true, true, pass +BenchmarkTest00146, xss, 79, true, true, pass +BenchmarkTest00147, xss, 79, false, false, pass +BenchmarkTest00148, xss, 79, true, true, pass +BenchmarkTest00149, xss, 79, true, true, pass +BenchmarkTest00150, xss, 79, true, true, pass +BenchmarkTest00151, xss, 79, false, false, pass +BenchmarkTest00152, xss, 79, true, true, pass +BenchmarkTest00153, xss, 79, true, true, pass +BenchmarkTest00154, xss, 79, true, true, pass +BenchmarkTest00155, xss, 79, true, true, pass +BenchmarkTest00156, xss, 79, true, true, pass +BenchmarkTest00157, xss, 79, true, true, pass +BenchmarkTest00158, cmdi, 78, false, false, pass +BenchmarkTest00159, cmdi, 78, true, true, pass +BenchmarkTest00160, weakrand, 330, true, true, pass +BenchmarkTest00161, weakrand, 330, true, true, pass +BenchmarkTest00162, weakrand, 330, true, true, pass +BenchmarkTest00163, weakrand, 330, true, true, pass +BenchmarkTest00164, weakrand, 330, true, true, pass +BenchmarkTest00165, weakrand, 330, true, true, pass +BenchmarkTest00166, weakrand, 330, true, true, pass +BenchmarkTest00167, weakrand, 330, true, true, pass +BenchmarkTest00168, weakrand, 330, true, true, pass +BenchmarkTest00169, securecookie, 614, true, true, pass +BenchmarkTest00170, securecookie, 614, true, true, pass +BenchmarkTest00171, cmdi, 78, false, false, pass +BenchmarkTest00172, cmdi, 78, true, true, pass +BenchmarkTest00173, cmdi, 78, true, true, pass +BenchmarkTest00174, cmdi, 78, true, true, pass +BenchmarkTest00175, cmdi, 78, false, false, pass +BenchmarkTest00176, cmdi, 78, true, true, pass +BenchmarkTest00177, cmdi, 78, false, false, pass +BenchmarkTest00178, weakrand, 330, false, false, pass +BenchmarkTest00179, weakrand, 330, false, false, pass +BenchmarkTest00180, weakrand, 330, false, false, pass +BenchmarkTest00181, weakrand, 330, false, false, pass +BenchmarkTest00182, weakrand, 330, false, false, pass +BenchmarkTest00183, weakrand, 330, false, false, pass +BenchmarkTest00184, weakrand, 330, false, false, pass +BenchmarkTest00185, weakrand, 330, false, false, pass +BenchmarkTest00186, weakrand, 330, false, false, pass +BenchmarkTest00187, weakrand, 330, false, false, pass +BenchmarkTest00188, weakrand, 330, false, false, pass +BenchmarkTest00189, trustbound, 501, false, false, pass +BenchmarkTest00190, sqli, 89, false, false, pass +BenchmarkTest00191, sqli, 89, false, false, pass +BenchmarkTest00192, sqli, 89, true, true, pass +BenchmarkTest00193, sqli, 89, true, true, pass +BenchmarkTest00194, sqli, 89, true, true, pass +BenchmarkTest00195, sqli, 89, true, true, pass +BenchmarkTest00196, sqli, 89, true, true, pass +BenchmarkTest00197, sqli, 89, false, false, pass +BenchmarkTest00198, sqli, 89, true, true, pass +BenchmarkTest00199, sqli, 89, true, true, pass +BenchmarkTest00200, sqli, 89, false, false, pass +BenchmarkTest00201, sqli, 89, false, false, pass +BenchmarkTest00202, sqli, 89, false, false, pass +BenchmarkTest00203, sqli, 89, true, true, pass +BenchmarkTest00204, sqli, 89, true, true, pass +BenchmarkTest00205, sqli, 89, false, false, pass +BenchmarkTest00206, sqli, 89, false, false, pass +BenchmarkTest00207, xpathi, 643, true, true, pass +BenchmarkTest00208, crypto, 327, true, true, pass +BenchmarkTest00209, crypto, 327, false, false, pass +BenchmarkTest00210, crypto, 327, true, true, pass +BenchmarkTest00211, crypto, 327, false, false, pass +BenchmarkTest00212, crypto, 327, false, false, pass +BenchmarkTest00213, crypto, 327, false, false, pass +BenchmarkTest00214, crypto, 327, false, false, pass +BenchmarkTest00215, pathtraver, 22, true, true, pass +BenchmarkTest00216, pathtraver, 22, true, true, pass +BenchmarkTest00217, pathtraver, 22, false, false, pass +BenchmarkTest00218, pathtraver, 22, true, true, pass +BenchmarkTest00219, pathtraver, 22, true, true, pass +BenchmarkTest00220, pathtraver, 22, false, false, pass +BenchmarkTest00221, pathtraver, 22, false, false, pass +BenchmarkTest00222, pathtraver, 22, true, true, pass +BenchmarkTest00223, hash, 328, true, true, pass +BenchmarkTest00224, hash, 328, false, false, pass +BenchmarkTest00225, hash, 328, false, false, pass +BenchmarkTest00226, hash, 328, true, true, pass +BenchmarkTest00227, hash, 328, true, true, pass +BenchmarkTest00228, hash, 328, false, false, pass +BenchmarkTest00229, hash, 328, false, false, pass +BenchmarkTest00230, weakrand, 330, true, true, pass +BenchmarkTest00231, weakrand, 330, true, true, pass +BenchmarkTest00232, weakrand, 330, true, true, pass +BenchmarkTest00233, weakrand, 330, true, true, pass +BenchmarkTest00234, weakrand, 330, true, true, pass +BenchmarkTest00235, weakrand, 330, true, true, pass +BenchmarkTest00236, weakrand, 330, true, true, pass +BenchmarkTest00237, weakrand, 330, true, true, pass +BenchmarkTest00238, weakrand, 330, true, true, pass +BenchmarkTest00239, weakrand, 330, true, true, pass +BenchmarkTest00240, weakrand, 330, true, true, pass +BenchmarkTest00241, securecookie, 614, true, true, pass +BenchmarkTest00242, securecookie, 614, false, false, pass +BenchmarkTest00243, weakrand, 330, false, false, pass +BenchmarkTest00244, weakrand, 330, false, false, pass +BenchmarkTest00245, weakrand, 330, false, false, pass +BenchmarkTest00246, weakrand, 330, false, false, pass +BenchmarkTest00247, weakrand, 330, false, false, pass +BenchmarkTest00248, weakrand, 330, false, false, pass +BenchmarkTest00249, weakrand, 330, false, false, pass +BenchmarkTest00250, trustbound, 501, false, false, pass +BenchmarkTest00251, trustbound, 501, true, true, pass +BenchmarkTest00252, trustbound, 501, false, false, pass +BenchmarkTest00253, trustbound, 501, false, false, pass +BenchmarkTest00254, crypto, 327, true, true, pass +BenchmarkTest00255, crypto, 327, false, false, pass +BenchmarkTest00256, crypto, 327, true, true, pass +BenchmarkTest00257, crypto, 327, true, true, pass +BenchmarkTest00258, crypto, 327, true, true, pass +BenchmarkTest00259, crypto, 327, false, false, pass +BenchmarkTest00260, crypto, 327, false, false, pass +BenchmarkTest00261, pathtraver, 22, false, false, pass +BenchmarkTest00262, pathtraver, 22, true, true, pass +BenchmarkTest00263, pathtraver, 22, false, false, pass +BenchmarkTest00264, pathtraver, 22, true, true, pass +BenchmarkTest00265, pathtraver, 22, false, false, pass +BenchmarkTest00266, hash, 328, true, true, pass +BenchmarkTest00267, hash, 328, true, true, pass +BenchmarkTest00268, hash, 328, true, true, pass +BenchmarkTest00269, hash, 328, true, true, pass +BenchmarkTest00270, hash, 328, false, false, pass +BenchmarkTest00271, hash, 328, false, false, pass +BenchmarkTest00272, hash, 328, true, true, pass +BenchmarkTest00273, hash, 328, true, true, pass +BenchmarkTest00274, hash, 328, true, true, pass +BenchmarkTest00275, xss, 79, false, false, pass +BenchmarkTest00276, xss, 79, true, true, pass +BenchmarkTest00277, xss, 79, false, false, pass +BenchmarkTest00278, xss, 79, false, false, pass +BenchmarkTest00279, xss, 79, true, true, pass +BenchmarkTest00280, xss, 79, true, true, pass +BenchmarkTest00281, xss, 79, false, false, pass +BenchmarkTest00282, xss, 79, false, false, pass +BenchmarkTest00283, xss, 79, false, false, pass +BenchmarkTest00284, xss, 79, true, true, pass +BenchmarkTest00285, xss, 79, false, false, pass +BenchmarkTest00286, xss, 79, false, false, pass +BenchmarkTest00287, xss, 79, true, true, pass +BenchmarkTest00288, xss, 79, false, false, pass +BenchmarkTest00289, xss, 79, false, false, pass +BenchmarkTest00290, xss, 79, true, true, pass +BenchmarkTest00291, xss, 79, true, true, pass +BenchmarkTest00292, xss, 79, true, true, pass +BenchmarkTest00293, cmdi, 78, true, true, pass +BenchmarkTest00294, cmdi, 78, true, true, pass +BenchmarkTest00295, cmdi, 78, true, true, pass +BenchmarkTest00296, weakrand, 330, true, true, pass +BenchmarkTest00297, weakrand, 330, true, true, pass +BenchmarkTest00298, weakrand, 330, true, true, pass +BenchmarkTest00299, weakrand, 330, true, true, pass +BenchmarkTest00300, securecookie, 614, true, true, pass +BenchmarkTest00301, xss, 79, true, true, pass +BenchmarkTest00302, cmdi, 78, true, true, pass +BenchmarkTest00303, cmdi, 78, true, true, pass +BenchmarkTest00304, cmdi, 78, true, true, pass +BenchmarkTest00305, cmdi, 78, false, false, pass +BenchmarkTest00306, cmdi, 78, true, true, pass +BenchmarkTest00307, cmdi, 78, false, false, pass +BenchmarkTest00308, cmdi, 78, false, false, pass +BenchmarkTest00309, cmdi, 78, false, false, pass +BenchmarkTest00310, cmdi, 78, false, false, pass +BenchmarkTest00311, cmdi, 78, true, true, pass +BenchmarkTest00312, weakrand, 330, false, false, pass +BenchmarkTest00313, weakrand, 330, false, false, pass +BenchmarkTest00314, weakrand, 330, false, false, pass +BenchmarkTest00315, weakrand, 330, false, false, pass +BenchmarkTest00316, weakrand, 330, false, false, pass +BenchmarkTest00317, weakrand, 330, false, false, pass +BenchmarkTest00318, weakrand, 330, false, false, pass +BenchmarkTest00319, weakrand, 330, false, false, pass +BenchmarkTest00320, weakrand, 330, false, false, pass +BenchmarkTest00321, trustbound, 501, true, true, pass +BenchmarkTest00322, trustbound, 501, false, false, pass +BenchmarkTest00323, trustbound, 501, false, false, pass +BenchmarkTest00324, trustbound, 501, true, true, pass +BenchmarkTest00325, trustbound, 501, true, true, pass +BenchmarkTest00326, trustbound, 501, true, true, pass +BenchmarkTest00327, trustbound, 501, true, true, pass +BenchmarkTest00328, sqli, 89, true, true, pass +BenchmarkTest00329, sqli, 89, false, false, pass +BenchmarkTest00330, sqli, 89, false, false, pass +BenchmarkTest00331, sqli, 89, false, false, pass +BenchmarkTest00332, sqli, 89, false, false, pass +BenchmarkTest00333, sqli, 89, false, false, pass +BenchmarkTest00334, sqli, 89, false, false, pass +BenchmarkTest00335, sqli, 89, true, true, pass +BenchmarkTest00336, sqli, 89, false, false, pass +BenchmarkTest00337, sqli, 89, true, true, pass +BenchmarkTest00338, sqli, 89, false, false, pass +BenchmarkTest00339, sqli, 89, true, true, pass +BenchmarkTest00340, sqli, 89, false, false, pass +BenchmarkTest00341, sqli, 89, true, true, pass +BenchmarkTest00342, sqli, 89, true, true, pass +BenchmarkTest00343, sqli, 89, false, false, pass +BenchmarkTest00344, sqli, 89, false, false, pass +BenchmarkTest00345, crypto, 327, false, false, pass +BenchmarkTest00346, hash, 328, true, true, pass +BenchmarkTest00347, weakrand, 330, true, true, pass +BenchmarkTest00348, securecookie, 614, true, true, pass +BenchmarkTest00349, weakrand, 330, false, false, pass +BenchmarkTest00350, crypto, 327, false, false, pass +BenchmarkTest00351, crypto, 327, false, false, pass +BenchmarkTest00352, crypto, 327, false, false, pass +BenchmarkTest00353, crypto, 327, false, false, pass +BenchmarkTest00354, crypto, 327, true, true, pass +BenchmarkTest00355, crypto, 327, true, true, pass +BenchmarkTest00356, crypto, 327, true, true, pass +BenchmarkTest00357, crypto, 327, false, false, pass +BenchmarkTest00358, crypto, 327, false, false, pass +BenchmarkTest00359, pathtraver, 22, true, true, pass +BenchmarkTest00360, pathtraver, 22, true, true, pass +BenchmarkTest00361, pathtraver, 22, false, false, pass +BenchmarkTest00362, pathtraver, 22, true, true, pass +BenchmarkTest00363, pathtraver, 22, true, true, pass +BenchmarkTest00364, pathtraver, 22, false, false, pass +BenchmarkTest00365, pathtraver, 22, false, false, pass +BenchmarkTest00366, pathtraver, 22, false, false, pass +BenchmarkTest00367, ldapi, 90, false, false, pass +BenchmarkTest00368, weakrand, 330, true, true, pass +BenchmarkTest00369, weakrand, 330, true, true, pass +BenchmarkTest00370, hash, 328, false, false, pass +BenchmarkTest00371, hash, 328, true, true, pass +BenchmarkTest00372, hash, 328, true, true, pass +BenchmarkTest00373, hash, 328, false, false, pass +BenchmarkTest00374, hash, 328, true, true, pass +BenchmarkTest00375, xss, 79, true, true, pass +BenchmarkTest00376, xss, 79, true, true, pass +BenchmarkTest00377, xss, 79, false, false, pass +BenchmarkTest00378, xss, 79, true, true, pass +BenchmarkTest00379, xss, 79, false, false, pass +BenchmarkTest00380, xss, 79, true, true, pass +BenchmarkTest00381, xss, 79, false, false, pass +BenchmarkTest00382, xss, 79, true, true, pass +BenchmarkTest00383, xss, 79, true, true, pass +BenchmarkTest00384, xss, 79, true, true, pass +BenchmarkTest00385, xss, 79, true, true, pass +BenchmarkTest00386, xss, 79, false, false, pass +BenchmarkTest00387, xss, 79, true, true, pass +BenchmarkTest00388, xss, 79, true, true, pass +BenchmarkTest00389, xss, 79, false, false, pass +BenchmarkTest00390, xss, 79, true, true, pass +BenchmarkTest00391, xss, 79, false, false, pass +BenchmarkTest00392, xss, 79, true, true, pass +BenchmarkTest00393, xss, 79, false, false, pass +BenchmarkTest00394, xss, 79, false, false, pass +BenchmarkTest00395, xss, 79, true, true, pass +BenchmarkTest00396, cmdi, 78, false, false, pass +BenchmarkTest00397, weakrand, 330, true, true, pass +BenchmarkTest00398, weakrand, 330, true, true, pass +BenchmarkTest00399, weakrand, 330, true, true, pass +BenchmarkTest00400, weakrand, 330, true, true, pass +BenchmarkTest00401, weakrand, 330, true, true, pass +BenchmarkTest00402, weakrand, 330, true, true, pass +BenchmarkTest00403, securecookie, 614, true, true, pass +BenchmarkTest00404, securecookie, 614, false, false, pass +BenchmarkTest00405, securecookie, 614, false, false, pass +BenchmarkTest00406, cmdi, 78, false, false, pass +BenchmarkTest00407, cmdi, 78, true, true, pass +BenchmarkTest00408, cmdi, 78, false, false, pass +BenchmarkTest00409, cmdi, 78, true, true, pass +BenchmarkTest00410, cmdi, 78, false, false, pass +BenchmarkTest00411, cmdi, 78, false, false, pass +BenchmarkTest00412, cmdi, 78, false, false, pass +BenchmarkTest00413, weakrand, 330, false, false, pass +BenchmarkTest00414, weakrand, 330, false, false, pass +BenchmarkTest00415, weakrand, 330, false, false, pass +BenchmarkTest00416, weakrand, 330, false, false, pass +BenchmarkTest00417, weakrand, 330, false, false, pass +BenchmarkTest00418, weakrand, 330, false, false, pass +BenchmarkTest00419, weakrand, 330, false, false, pass +BenchmarkTest00420, weakrand, 330, false, false, pass +BenchmarkTest00421, weakrand, 330, false, false, pass +BenchmarkTest00422, weakrand, 330, false, false, pass +BenchmarkTest00423, weakrand, 330, false, false, pass +BenchmarkTest00424, trustbound, 501, true, true, pass +BenchmarkTest00425, trustbound, 501, true, true, pass +BenchmarkTest00426, trustbound, 501, true, true, pass +BenchmarkTest00427, trustbound, 501, true, true, pass +BenchmarkTest00428, sqli, 89, true, true, pass +BenchmarkTest00429, sqli, 89, true, true, pass +BenchmarkTest00430, sqli, 89, false, false, pass +BenchmarkTest00431, sqli, 89, true, true, pass +BenchmarkTest00432, sqli, 89, false, false, pass +BenchmarkTest00433, sqli, 89, true, true, pass +BenchmarkTest00434, sqli, 89, true, true, pass +BenchmarkTest00435, sqli, 89, true, true, pass +BenchmarkTest00436, sqli, 89, false, false, pass +BenchmarkTest00437, sqli, 89, false, false, pass +BenchmarkTest00438, sqli, 89, true, true, pass +BenchmarkTest00439, sqli, 89, true, true, pass +BenchmarkTest00440, sqli, 89, false, false, pass +BenchmarkTest00441, sqli, 89, true, true, pass +BenchmarkTest00442, xpathi, 643, true, true, pass +BenchmarkTest00443, crypto, 327, false, false, pass +BenchmarkTest00444, crypto, 327, false, false, pass +BenchmarkTest00445, crypto, 327, true, true, pass +BenchmarkTest00446, crypto, 327, true, true, pass +BenchmarkTest00447, crypto, 327, false, false, pass +BenchmarkTest00448, crypto, 327, true, true, pass +BenchmarkTest00449, crypto, 327, true, true, pass +BenchmarkTest00450, crypto, 327, false, false, pass +BenchmarkTest00451, crypto, 327, false, false, pass +BenchmarkTest00452, pathtraver, 22, true, true, pass +BenchmarkTest00453, pathtraver, 22, true, true, pass +BenchmarkTest00454, pathtraver, 22, false, false, pass +BenchmarkTest00455, pathtraver, 22, true, true, pass +BenchmarkTest00456, pathtraver, 22, true, true, pass +BenchmarkTest00457, pathtraver, 22, true, true, pass +BenchmarkTest00458, pathtraver, 22, false, false, pass +BenchmarkTest00459, pathtraver, 22, true, true, pass +BenchmarkTest00460, pathtraver, 22, false, false, pass +BenchmarkTest00461, weakrand, 330, true, true, pass +BenchmarkTest00462, hash, 328, true, true, pass +BenchmarkTest00463, hash, 328, false, false, pass +BenchmarkTest00464, hash, 328, true, true, pass +BenchmarkTest00465, hash, 328, true, true, pass +BenchmarkTest00466, hash, 328, false, false, pass +BenchmarkTest00467, xss, 79, true, true, pass +BenchmarkTest00468, xss, 79, false, false, pass +BenchmarkTest00469, xss, 79, false, false, pass +BenchmarkTest00470, xss, 79, false, false, pass +BenchmarkTest00471, xss, 79, false, false, pass +BenchmarkTest00472, xss, 79, true, true, pass +BenchmarkTest00473, xss, 79, true, true, pass +BenchmarkTest00474, xss, 79, false, false, pass +BenchmarkTest00475, xss, 79, true, true, pass +BenchmarkTest00476, xss, 79, false, false, pass +BenchmarkTest00477, xss, 79, true, true, pass +BenchmarkTest00478, xss, 79, true, true, pass +BenchmarkTest00479, xss, 79, false, false, pass +BenchmarkTest00480, cmdi, 78, true, true, pass +BenchmarkTest00481, cmdi, 78, false, false, pass +BenchmarkTest00482, weakrand, 330, true, true, pass +BenchmarkTest00483, weakrand, 330, true, true, pass +BenchmarkTest00484, weakrand, 330, true, true, pass +BenchmarkTest00485, weakrand, 330, true, true, pass +BenchmarkTest00486, weakrand, 330, true, true, pass +BenchmarkTest00487, weakrand, 330, true, true, pass +BenchmarkTest00488, weakrand, 330, true, true, pass +BenchmarkTest00489, weakrand, 330, true, true, pass +BenchmarkTest00490, weakrand, 330, true, true, pass +BenchmarkTest00491, securecookie, 614, true, true, pass +BenchmarkTest00492, xss, 79, true, true, pass +BenchmarkTest00493, xss, 79, false, false, pass +BenchmarkTest00494, cmdi, 78, false, false, pass +BenchmarkTest00495, cmdi, 78, true, true, pass +BenchmarkTest00496, cmdi, 78, true, true, pass +BenchmarkTest00497, cmdi, 78, true, true, pass +BenchmarkTest00498, cmdi, 78, true, true, pass +BenchmarkTest00499, cmdi, 78, true, true, pass +BenchmarkTest00500, cmdi, 78, true, true, pass +BenchmarkTest00501, weakrand, 330, false, false, pass +BenchmarkTest00502, weakrand, 330, false, false, pass +BenchmarkTest00503, weakrand, 330, false, false, pass +BenchmarkTest00504, weakrand, 330, false, false, pass +BenchmarkTest00505, weakrand, 330, false, false, pass +BenchmarkTest00506, weakrand, 330, false, false, pass +BenchmarkTest00507, weakrand, 330, false, false, pass +BenchmarkTest00508, trustbound, 501, true, true, pass +BenchmarkTest00509, sqli, 89, false, false, pass +BenchmarkTest00510, sqli, 89, true, true, pass +BenchmarkTest00511, sqli, 89, false, false, pass +BenchmarkTest00512, sqli, 89, true, true, pass +BenchmarkTest00513, sqli, 89, false, false, pass +BenchmarkTest00514, sqli, 89, false, false, pass +BenchmarkTest00515, sqli, 89, true, true, pass +BenchmarkTest00516, sqli, 89, true, true, pass +BenchmarkTest00517, sqli, 89, false, false, pass +BenchmarkTest00518, sqli, 89, true, true, pass +BenchmarkTest00519, sqli, 89, false, false, pass +BenchmarkTest00520, xpathi, 643, false, false, pass +BenchmarkTest00521, crypto, 327, true, true, pass +BenchmarkTest00522, crypto, 327, true, true, pass +BenchmarkTest00523, crypto, 327, false, false, pass +BenchmarkTest00524, crypto, 327, false, false, pass +BenchmarkTest00525, pathtraver, 22, true, true, pass +BenchmarkTest00526, pathtraver, 22, true, true, pass +BenchmarkTest00527, pathtraver, 22, true, true, pass +BenchmarkTest00528, pathtraver, 22, true, true, pass +BenchmarkTest00529, pathtraver, 22, true, true, pass +BenchmarkTest00530, ldapi, 90, false, false, pass +BenchmarkTest00531, hash, 328, true, true, pass +BenchmarkTest00532, hash, 328, true, true, pass +BenchmarkTest00533, hash, 328, true, true, pass +BenchmarkTest00534, hash, 328, true, true, pass +BenchmarkTest00535, hash, 328, false, false, pass +BenchmarkTest00536, hash, 328, true, true, pass +BenchmarkTest00537, hash, 328, true, true, pass +BenchmarkTest00538, hash, 328, false, false, pass +BenchmarkTest00539, hash, 328, false, false, pass +BenchmarkTest00540, hash, 328, false, false, pass +BenchmarkTest00541, xss, 79, true, true, pass +BenchmarkTest00542, xss, 79, true, true, pass +BenchmarkTest00543, xss, 79, true, true, pass +BenchmarkTest00544, xss, 79, false, false, pass +BenchmarkTest00545, xss, 79, false, false, pass +BenchmarkTest00546, xss, 79, false, false, pass +BenchmarkTest00547, xss, 79, true, true, pass +BenchmarkTest00548, xss, 79, false, false, pass +BenchmarkTest00549, xss, 79, true, true, pass +BenchmarkTest00550, xss, 79, false, false, pass +BenchmarkTest00551, xss, 79, true, true, pass +BenchmarkTest00552, xss, 79, true, true, pass +BenchmarkTest00553, xss, 79, false, false, pass +BenchmarkTest00554, xss, 79, true, true, pass +BenchmarkTest00555, xss, 79, true, true, pass +BenchmarkTest00556, xss, 79, false, false, pass +BenchmarkTest00557, xss, 79, true, true, pass +BenchmarkTest00558, cmdi, 78, false, false, pass +BenchmarkTest00559, cmdi, 78, false, false, pass +BenchmarkTest00560, weakrand, 330, true, true, pass +BenchmarkTest00561, weakrand, 330, true, true, pass +BenchmarkTest00562, weakrand, 330, true, true, pass +BenchmarkTest00563, weakrand, 330, true, true, pass +BenchmarkTest00564, weakrand, 330, true, true, pass +BenchmarkTest00565, securecookie, 614, true, true, pass +BenchmarkTest00566, securecookie, 614, true, true, pass +BenchmarkTest00567, cmdi, 78, true, true, pass +BenchmarkTest00568, cmdi, 78, true, true, pass +BenchmarkTest00569, cmdi, 78, false, false, pass +BenchmarkTest00570, cmdi, 78, false, false, pass +BenchmarkTest00571, cmdi, 78, false, false, pass +BenchmarkTest00572, cmdi, 78, false, false, pass +BenchmarkTest00573, cmdi, 78, true, true, pass +BenchmarkTest00574, cmdi, 78, true, true, pass +BenchmarkTest00575, cmdi, 78, true, true, pass +BenchmarkTest00576, cmdi, 78, true, true, pass +BenchmarkTest00577, weakrand, 330, false, false, pass +BenchmarkTest00578, weakrand, 330, false, false, pass +BenchmarkTest00579, weakrand, 330, false, false, pass +BenchmarkTest00580, weakrand, 330, false, false, pass +BenchmarkTest00581, weakrand, 330, false, false, pass +BenchmarkTest00582, weakrand, 330, false, false, pass +BenchmarkTest00583, weakrand, 330, false, false, pass +BenchmarkTest00584, weakrand, 330, false, false, pass +BenchmarkTest00585, weakrand, 330, false, false, pass +BenchmarkTest00586, trustbound, 501, false, false, pass +BenchmarkTest00587, trustbound, 501, true, true, pass +BenchmarkTest00588, trustbound, 501, true, true, pass +BenchmarkTest00589, sqli, 89, false, false, pass +BenchmarkTest00590, sqli, 89, true, true, pass +BenchmarkTest00591, sqli, 89, true, true, pass +BenchmarkTest00592, sqli, 89, false, false, pass +BenchmarkTest00593, sqli, 89, true, true, pass +BenchmarkTest00594, sqli, 89, true, true, pass +BenchmarkTest00595, sqli, 89, true, true, pass +BenchmarkTest00596, sqli, 89, true, true, pass +BenchmarkTest00597, sqli, 89, true, true, pass +BenchmarkTest00598, sqli, 89, true, true, pass +BenchmarkTest00599, sqli, 89, false, false, pass +BenchmarkTest00600, sqli, 89, true, true, pass +BenchmarkTest00601, sqli, 89, false, false, pass +BenchmarkTest00602, sqli, 89, false, false, pass +BenchmarkTest00603, sqli, 89, true, true, pass +BenchmarkTest00604, sqli, 89, true, true, pass +BenchmarkTest00605, sqli, 89, false, false, pass +BenchmarkTest00606, sqli, 89, true, true, pass +BenchmarkTest00607, xpathi, 643, true, true, pass +BenchmarkTest00608, crypto, 327, true, true, pass +BenchmarkTest00609, crypto, 327, true, true, pass +BenchmarkTest00610, crypto, 327, true, true, pass +BenchmarkTest00611, crypto, 327, true, true, pass +BenchmarkTest00612, crypto, 327, false, false, pass +BenchmarkTest00613, crypto, 327, false, false, pass +BenchmarkTest00614, crypto, 327, true, true, pass +BenchmarkTest00615, crypto, 327, true, true, pass +BenchmarkTest00616, crypto, 327, true, true, pass +BenchmarkTest00617, crypto, 327, true, true, pass +BenchmarkTest00618, crypto, 327, false, false, pass +BenchmarkTest00619, pathtraver, 22, true, true, pass +BenchmarkTest00620, pathtraver, 22, false, false, pass +BenchmarkTest00621, pathtraver, 22, false, false, pass +BenchmarkTest00622, pathtraver, 22, false, false, pass +BenchmarkTest00623, pathtraver, 22, true, true, pass +BenchmarkTest00624, pathtraver, 22, true, true, pass +BenchmarkTest00625, pathtraver, 22, false, false, pass +BenchmarkTest00626, pathtraver, 22, false, false, pass +BenchmarkTest00627, pathtraver, 22, true, true, pass +BenchmarkTest00628, pathtraver, 22, false, false, pass +BenchmarkTest00629, pathtraver, 22, true, true, pass +BenchmarkTest00630, ldapi, 90, true, true, pass +BenchmarkTest00631, hash, 328, true, true, pass +BenchmarkTest00632, hash, 328, false, false, pass +BenchmarkTest00633, hash, 328, false, false, pass +BenchmarkTest00634, hash, 328, true, true, pass +BenchmarkTest00635, hash, 328, true, true, pass +BenchmarkTest00636, hash, 328, true, true, pass +BenchmarkTest00637, hash, 328, true, true, pass +BenchmarkTest00638, hash, 328, true, true, pass +BenchmarkTest00639, hash, 328, false, false, pass +BenchmarkTest00640, hash, 328, false, false, pass +BenchmarkTest00641, hash, 328, false, false, pass +BenchmarkTest00642, xss, 79, true, true, pass +BenchmarkTest00643, xss, 79, true, true, pass +BenchmarkTest00644, xss, 79, true, true, pass +BenchmarkTest00645, xss, 79, true, true, pass +BenchmarkTest00646, xss, 79, false, false, pass +BenchmarkTest00647, xss, 79, false, false, pass +BenchmarkTest00648, xss, 79, false, false, pass +BenchmarkTest00649, xss, 79, false, false, pass +BenchmarkTest00650, xss, 79, false, false, pass +BenchmarkTest00651, xss, 79, true, true, pass +BenchmarkTest00652, weakrand, 330, true, true, pass +BenchmarkTest00653, weakrand, 330, true, true, pass +BenchmarkTest00654, weakrand, 330, true, true, pass +BenchmarkTest00655, securecookie, 614, false, false, pass +BenchmarkTest00656, xss, 79, true, true, pass +BenchmarkTest00657, cmdi, 78, false, false, pass +BenchmarkTest00658, cmdi, 78, false, false, pass +BenchmarkTest00659, cmdi, 78, false, false, pass +BenchmarkTest00660, weakrand, 330, false, false, pass +BenchmarkTest00661, weakrand, 330, false, false, pass +BenchmarkTest00662, weakrand, 330, false, false, pass +BenchmarkTest00663, weakrand, 330, false, false, pass +BenchmarkTest00664, weakrand, 330, false, false, pass +BenchmarkTest00665, weakrand, 330, false, false, pass +BenchmarkTest00666, weakrand, 330, false, false, pass +BenchmarkTest00667, weakrand, 330, false, false, pass +BenchmarkTest00668, trustbound, 501, true, true, pass +BenchmarkTest00669, trustbound, 501, false, false, pass +BenchmarkTest00670, trustbound, 501, true, true, pass +BenchmarkTest00671, trustbound, 501, true, true, pass +BenchmarkTest00672, sqli, 89, false, false, pass +BenchmarkTest00673, sqli, 89, true, true, pass +BenchmarkTest00674, sqli, 89, false, false, pass +BenchmarkTest00675, sqli, 89, false, false, pass +BenchmarkTest00676, sqli, 89, false, false, pass +BenchmarkTest00677, sqli, 89, true, true, pass +BenchmarkTest00678, sqli, 89, true, true, pass +BenchmarkTest00679, sqli, 89, true, true, pass +BenchmarkTest00680, sqli, 89, false, false, pass +BenchmarkTest00681, sqli, 89, true, true, pass +BenchmarkTest00682, sqli, 89, false, false, pass +BenchmarkTest00683, xpathi, 643, false, false, pass +BenchmarkTest00684, crypto, 327, true, true, pass +BenchmarkTest00685, crypto, 327, true, true, pass +BenchmarkTest00686, crypto, 327, false, false, pass +BenchmarkTest00687, crypto, 327, false, false, pass +BenchmarkTest00688, crypto, 327, true, true, pass +BenchmarkTest00689, crypto, 327, false, false, pass +BenchmarkTest00690, crypto, 327, false, false, pass +BenchmarkTest00691, crypto, 327, true, true, pass +BenchmarkTest00692, crypto, 327, true, true, pass +BenchmarkTest00693, crypto, 327, true, true, pass +BenchmarkTest00694, ldapi, 90, true, true, pass +BenchmarkTest00695, ldapi, 90, true, true, pass +BenchmarkTest00696, pathtraver, 22, true, true, pass +BenchmarkTest00697, pathtraver, 22, true, true, pass +BenchmarkTest00698, pathtraver, 22, true, true, pass +BenchmarkTest00699, pathtraver, 22, false, false, pass +BenchmarkTest00700, pathtraver, 22, true, true, pass +BenchmarkTest00701, ldapi, 90, false, false, pass +BenchmarkTest00702, weakrand, 330, true, true, pass +BenchmarkTest00703, hash, 328, true, true, pass +BenchmarkTest00704, hash, 328, true, true, pass +BenchmarkTest00705, hash, 328, true, true, pass +BenchmarkTest00706, hash, 328, false, false, pass +BenchmarkTest00707, hash, 328, false, false, pass +BenchmarkTest00708, hash, 328, true, true, pass +BenchmarkTest00709, hash, 328, false, false, pass +BenchmarkTest00710, hash, 328, true, true, pass +BenchmarkTest00711, xss, 79, true, true, pass +BenchmarkTest00712, xss, 79, false, false, pass +BenchmarkTest00713, xss, 79, false, false, pass +BenchmarkTest00714, xss, 79, false, false, pass +BenchmarkTest00715, xss, 79, true, true, pass +BenchmarkTest00716, xss, 79, false, false, pass +BenchmarkTest00717, xss, 79, false, false, pass +BenchmarkTest00718, xss, 79, false, false, pass +BenchmarkTest00719, xss, 79, true, true, pass +BenchmarkTest00720, xss, 79, true, true, pass +BenchmarkTest00721, xss, 79, true, true, pass +BenchmarkTest00722, xss, 79, false, false, pass +BenchmarkTest00723, xss, 79, false, false, pass +BenchmarkTest00724, xss, 79, true, true, pass +BenchmarkTest00725, xss, 79, true, true, pass +BenchmarkTest00726, xss, 79, false, false, pass +BenchmarkTest00727, xss, 79, true, true, pass +BenchmarkTest00728, xss, 79, true, true, pass +BenchmarkTest00729, xss, 79, true, true, pass +BenchmarkTest00730, xss, 79, false, false, pass +BenchmarkTest00731, cmdi, 78, true, true, pass +BenchmarkTest00732, cmdi, 78, false, false, pass +BenchmarkTest00733, weakrand, 330, true, true, pass +BenchmarkTest00734, weakrand, 330, true, true, pass +BenchmarkTest00735, weakrand, 330, true, true, pass +BenchmarkTest00736, securecookie, 614, true, true, pass +BenchmarkTest00737, xss, 79, true, true, pass +BenchmarkTest00738, cmdi, 78, false, false, pass +BenchmarkTest00739, cmdi, 78, false, false, pass +BenchmarkTest00740, cmdi, 78, true, true, pass +BenchmarkTest00741, cmdi, 78, false, false, pass +BenchmarkTest00742, cmdi, 78, false, false, pass +BenchmarkTest00743, cmdi, 78, false, false, pass +BenchmarkTest00744, weakrand, 330, false, false, pass +BenchmarkTest00745, weakrand, 330, false, false, pass +BenchmarkTest00746, weakrand, 330, false, false, pass +BenchmarkTest00747, weakrand, 330, false, false, pass +BenchmarkTest00748, weakrand, 330, false, false, pass +BenchmarkTest00749, weakrand, 330, false, false, pass +BenchmarkTest00750, weakrand, 330, false, false, pass +BenchmarkTest00751, weakrand, 330, false, false, pass +BenchmarkTest00752, weakrand, 330, false, false, pass +BenchmarkTest00753, weakrand, 330, false, false, pass +BenchmarkTest00754, trustbound, 501, true, true, pass +BenchmarkTest00755, trustbound, 501, false, false, pass +BenchmarkTest00756, trustbound, 501, true, true, pass +BenchmarkTest00757, trustbound, 501, true, true, pass +BenchmarkTest00758, trustbound, 501, false, false, pass +BenchmarkTest00759, trustbound, 501, true, true, pass +BenchmarkTest00760, sqli, 89, true, true, pass +BenchmarkTest00761, sqli, 89, true, true, pass +BenchmarkTest00762, sqli, 89, true, true, pass +BenchmarkTest00763, sqli, 89, false, false, pass +BenchmarkTest00764, sqli, 89, true, true, pass +BenchmarkTest00765, sqli, 89, true, true, pass +BenchmarkTest00766, sqli, 89, false, false, pass +BenchmarkTest00767, sqli, 89, true, true, pass +BenchmarkTest00768, sqli, 89, true, true, pass +BenchmarkTest00769, sqli, 89, true, true, pass +BenchmarkTest00770, sqli, 89, true, true, pass +BenchmarkTest00771, sqli, 89, true, true, pass +BenchmarkTest00772, sqli, 89, false, false, pass +BenchmarkTest00773, sqli, 89, false, false, pass +BenchmarkTest00774, sqli, 89, false, false, pass +BenchmarkTest00775, crypto, 327, false, false, pass +BenchmarkTest00776, crypto, 327, false, false, pass +BenchmarkTest00777, crypto, 327, false, false, pass +BenchmarkTest00778, crypto, 327, false, false, pass +BenchmarkTest00779, crypto, 327, true, true, pass +BenchmarkTest00780, crypto, 327, false, false, pass +BenchmarkTest00781, crypto, 327, true, true, pass +BenchmarkTest00782, crypto, 327, false, false, pass +BenchmarkTest00783, pathtraver, 22, true, true, pass +BenchmarkTest00784, pathtraver, 22, false, false, pass +BenchmarkTest00785, pathtraver, 22, true, true, pass +BenchmarkTest00786, pathtraver, 22, false, false, pass +BenchmarkTest00787, pathtraver, 22, true, true, pass +BenchmarkTest00788, pathtraver, 22, true, true, pass +BenchmarkTest00789, hash, 328, true, true, pass +BenchmarkTest00790, hash, 328, true, true, pass +BenchmarkTest00791, hash, 328, false, false, pass +BenchmarkTest00792, hash, 328, false, false, pass +BenchmarkTest00793, hash, 328, false, false, pass +BenchmarkTest00794, hash, 328, true, true, pass +BenchmarkTest00795, hash, 328, false, false, pass +BenchmarkTest00796, hash, 328, true, true, pass +BenchmarkTest00797, hash, 328, true, true, pass +BenchmarkTest00798, hash, 328, false, false, pass +BenchmarkTest00799, xss, 79, false, false, pass +BenchmarkTest00800, xss, 79, true, true, pass +BenchmarkTest00801, xss, 79, true, true, pass +BenchmarkTest00802, xss, 79, true, true, pass +BenchmarkTest00803, xss, 79, true, true, pass +BenchmarkTest00804, xss, 79, true, true, pass +BenchmarkTest00805, xss, 79, true, true, pass +BenchmarkTest00806, xss, 79, true, true, pass +BenchmarkTest00807, xss, 79, true, true, pass +BenchmarkTest00808, xss, 79, false, false, pass +BenchmarkTest00809, xss, 79, true, true, pass +BenchmarkTest00810, xss, 79, true, true, pass +BenchmarkTest00811, xss, 79, true, true, pass +BenchmarkTest00812, xss, 79, false, false, pass +BenchmarkTest00813, xss, 79, false, false, pass +BenchmarkTest00814, cmdi, 78, false, false, pass +BenchmarkTest00815, cmdi, 78, true, true, pass +BenchmarkTest00816, cmdi, 78, true, true, pass +BenchmarkTest00817, weakrand, 330, true, true, pass +BenchmarkTest00818, weakrand, 330, true, true, pass +BenchmarkTest00819, weakrand, 330, true, true, pass +BenchmarkTest00820, securecookie, 614, true, true, pass +BenchmarkTest00821, securecookie, 614, true, true, pass +BenchmarkTest00822, xss, 79, true, true, pass +BenchmarkTest00823, cmdi, 78, true, true, pass +BenchmarkTest00824, cmdi, 78, true, true, pass +BenchmarkTest00825, cmdi, 78, true, true, pass +BenchmarkTest00826, cmdi, 78, false, false, pass +BenchmarkTest00827, cmdi, 78, false, false, pass +BenchmarkTest00828, weakrand, 330, false, false, pass +BenchmarkTest00829, weakrand, 330, false, false, pass +BenchmarkTest00830, weakrand, 330, false, false, pass +BenchmarkTest00831, weakrand, 330, false, false, pass +BenchmarkTest00832, weakrand, 330, false, false, pass +BenchmarkTest00833, trustbound, 501, true, true, pass +BenchmarkTest00834, trustbound, 501, true, true, pass +BenchmarkTest00835, trustbound, 501, false, false, pass +BenchmarkTest00836, trustbound, 501, true, true, pass +BenchmarkTest00837, sqli, 89, false, false, pass +BenchmarkTest00838, sqli, 89, false, false, pass +BenchmarkTest00839, sqli, 89, true, true, pass +BenchmarkTest00840, sqli, 89, true, true, pass +BenchmarkTest00841, sqli, 89, true, true, pass +BenchmarkTest00842, sqli, 89, true, true, pass +BenchmarkTest00843, sqli, 89, true, true, pass +BenchmarkTest00844, sqli, 89, false, false, pass +BenchmarkTest00845, sqli, 89, true, true, pass +BenchmarkTest00846, sqli, 89, true, true, pass +BenchmarkTest00847, sqli, 89, true, true, pass +BenchmarkTest00848, sqli, 89, true, true, pass +BenchmarkTest00849, sqli, 89, true, true, pass +BenchmarkTest00850, sqli, 89, true, true, pass +BenchmarkTest00851, sqli, 89, false, false, pass +BenchmarkTest00852, xpathi, 643, false, false, pass +BenchmarkTest00853, crypto, 327, true, true, pass +BenchmarkTest00854, crypto, 327, false, false, pass +BenchmarkTest00855, crypto, 327, true, true, pass +BenchmarkTest00856, crypto, 327, true, true, pass +BenchmarkTest00857, crypto, 327, true, true, pass +BenchmarkTest00858, crypto, 327, false, false, pass +BenchmarkTest00859, crypto, 327, true, true, pass +BenchmarkTest00860, ldapi, 90, false, false, pass +BenchmarkTest00861, ldapi, 90, false, false, pass +BenchmarkTest00862, pathtraver, 22, false, false, pass +BenchmarkTest00863, pathtraver, 22, false, false, pass +BenchmarkTest00864, pathtraver, 22, false, false, pass +BenchmarkTest00865, pathtraver, 22, false, false, pass +BenchmarkTest00866, pathtraver, 22, false, false, pass +BenchmarkTest00867, pathtraver, 22, false, false, pass +BenchmarkTest00868, hash, 328, true, true, pass +BenchmarkTest00869, hash, 328, true, true, pass +BenchmarkTest00870, hash, 328, true, true, pass +BenchmarkTest00871, hash, 328, true, true, pass +BenchmarkTest00872, hash, 328, true, true, pass +BenchmarkTest00873, hash, 328, false, false, pass +BenchmarkTest00874, hash, 328, false, false, pass +BenchmarkTest00875, hash, 328, true, true, pass +BenchmarkTest00876, hash, 328, true, true, pass +BenchmarkTest00877, hash, 328, false, false, pass +BenchmarkTest00878, hash, 328, false, false, pass +BenchmarkTest00879, xss, 79, false, false, pass +BenchmarkTest00880, xss, 79, false, false, pass +BenchmarkTest00881, xss, 79, false, false, pass +BenchmarkTest00882, xss, 79, false, false, pass +BenchmarkTest00883, xss, 79, false, false, pass +BenchmarkTest00884, xss, 79, false, false, pass +BenchmarkTest00885, xss, 79, false, false, pass +BenchmarkTest00886, xss, 79, false, false, pass +BenchmarkTest00887, xss, 79, false, false, pass +BenchmarkTest00888, xss, 79, false, false, pass +BenchmarkTest00889, xss, 79, false, false, pass +BenchmarkTest00890, xss, 79, false, false, pass +BenchmarkTest00891, xss, 79, false, false, pass +BenchmarkTest00892, xss, 79, false, false, pass +BenchmarkTest00893, xss, 79, false, false, pass +BenchmarkTest00894, xss, 79, false, false, pass +BenchmarkTest00895, cmdi, 78, false, false, pass +BenchmarkTest00896, cmdi, 78, false, false, pass +BenchmarkTest00897, cmdi, 78, false, false, pass +BenchmarkTest00898, weakrand, 330, true, true, pass +BenchmarkTest00899, weakrand, 330, true, true, pass +BenchmarkTest00900, weakrand, 330, true, true, pass +BenchmarkTest00901, weakrand, 330, true, true, pass +BenchmarkTest00902, weakrand, 330, true, true, pass +BenchmarkTest00903, securecookie, 614, true, true, pass +BenchmarkTest00904, securecookie, 614, false, false, pass +BenchmarkTest00905, cmdi, 78, false, false, pass +BenchmarkTest00906, cmdi, 78, false, false, pass +BenchmarkTest00907, cmdi, 78, false, false, pass +BenchmarkTest00908, cmdi, 78, false, false, pass +BenchmarkTest00909, cmdi, 78, false, false, pass +BenchmarkTest00910, cmdi, 78, false, false, pass +BenchmarkTest00911, weakrand, 330, false, false, pass +BenchmarkTest00912, weakrand, 330, false, false, pass +BenchmarkTest00913, weakrand, 330, false, false, pass +BenchmarkTest00914, weakrand, 330, false, false, pass +BenchmarkTest00915, weakrand, 330, false, false, pass +BenchmarkTest00916, weakrand, 330, false, false, pass +BenchmarkTest00917, weakrand, 330, false, false, pass +BenchmarkTest00918, weakrand, 330, false, false, pass +BenchmarkTest00919, weakrand, 330, false, false, pass +BenchmarkTest00920, weakrand, 330, false, false, pass +BenchmarkTest00921, weakrand, 330, false, false, pass +BenchmarkTest00922, trustbound, 501, false, false, pass +BenchmarkTest00923, trustbound, 501, false, false, pass +BenchmarkTest00924, sqli, 89, false, false, pass +BenchmarkTest00925, sqli, 89, false, false, pass +BenchmarkTest00926, sqli, 89, false, false, pass +BenchmarkTest00927, sqli, 89, false, false, pass +BenchmarkTest00928, sqli, 89, false, false, pass +BenchmarkTest00929, sqli, 89, false, false, pass +BenchmarkTest00930, sqli, 89, false, false, pass +BenchmarkTest00931, sqli, 89, false, false, pass +BenchmarkTest00932, sqli, 89, false, false, pass +BenchmarkTest00933, sqli, 89, false, false, pass +BenchmarkTest00934, sqli, 89, false, false, pass +BenchmarkTest00935, sqli, 89, false, false, pass +BenchmarkTest00936, sqli, 89, false, false, pass +BenchmarkTest00937, sqli, 89, false, false, pass +BenchmarkTest00938, sqli, 89, false, false, pass +BenchmarkTest00939, sqli, 89, false, false, pass +BenchmarkTest00940, sqli, 89, false, false, pass +BenchmarkTest00941, xpathi, 643, false, false, pass +BenchmarkTest00942, crypto, 327, false, false, pass +BenchmarkTest00943, crypto, 327, false, false, pass +BenchmarkTest00944, crypto, 327, false, false, pass +BenchmarkTest00945, crypto, 327, true, true, pass +BenchmarkTest00946, crypto, 327, true, true, pass +BenchmarkTest00947, ldapi, 90, true, true, pass +BenchmarkTest00948, ldapi, 90, false, false, pass +BenchmarkTest00949, pathtraver, 22, true, true, pass +BenchmarkTest00950, pathtraver, 22, true, true, pass +BenchmarkTest00951, pathtraver, 22, false, false, pass +BenchmarkTest00952, pathtraver, 22, true, true, pass +BenchmarkTest00953, pathtraver, 22, true, true, pass +BenchmarkTest00954, pathtraver, 22, false, false, pass +BenchmarkTest00955, pathtraver, 22, false, false, pass +BenchmarkTest00956, pathtraver, 22, true, true, pass +BenchmarkTest00957, pathtraver, 22, false, false, pass +BenchmarkTest00958, pathtraver, 22, false, false, pass +BenchmarkTest00959, ldapi, 90, true, true, pass +BenchmarkTest00960, weakrand, 330, true, true, pass +BenchmarkTest00961, hash, 328, true, true, pass +BenchmarkTest00962, hash, 328, false, false, pass +BenchmarkTest00963, hash, 328, true, true, pass +BenchmarkTest00964, hash, 328, false, false, pass +BenchmarkTest00965, hash, 328, false, false, pass +BenchmarkTest00966, hash, 328, false, false, pass +BenchmarkTest00967, hash, 328, false, false, pass +BenchmarkTest00968, cmdi, 78, true, true, pass +BenchmarkTest00969, cmdi, 78, false, false, pass +BenchmarkTest00970, cmdi, 78, false, false, pass +BenchmarkTest00971, weakrand, 330, true, true, pass +BenchmarkTest00972, weakrand, 330, true, true, pass +BenchmarkTest00973, weakrand, 330, true, true, pass +BenchmarkTest00974, weakrand, 330, true, true, pass +BenchmarkTest00975, weakrand, 330, true, true, pass +BenchmarkTest00976, weakrand, 330, true, true, pass +BenchmarkTest00977, securecookie, 614, true, true, pass +BenchmarkTest00978, cmdi, 78, false, false, pass +BenchmarkTest00979, cmdi, 78, true, true, pass +BenchmarkTest00980, cmdi, 78, false, false, pass +BenchmarkTest00981, cmdi, 78, true, true, pass +BenchmarkTest00982, cmdi, 78, false, false, pass +BenchmarkTest00983, cmdi, 78, true, true, pass +BenchmarkTest00984, weakrand, 330, false, false, pass +BenchmarkTest00985, weakrand, 330, false, false, pass +BenchmarkTest00986, weakrand, 330, false, false, pass +BenchmarkTest00987, weakrand, 330, false, false, pass +BenchmarkTest00988, weakrand, 330, false, false, pass +BenchmarkTest00989, weakrand, 330, false, false, pass +BenchmarkTest00990, weakrand, 330, false, false, pass +BenchmarkTest00991, trustbound, 501, true, true, pass +BenchmarkTest00992, trustbound, 501, false, false, pass +BenchmarkTest00993, trustbound, 501, false, false, pass +BenchmarkTest00994, trustbound, 501, true, true, pass +BenchmarkTest00995, trustbound, 501, true, true, pass +BenchmarkTest00996, sqli, 89, true, true, pass +BenchmarkTest00997, sqli, 89, true, true, pass +BenchmarkTest00998, sqli, 89, true, true, pass +BenchmarkTest00999, sqli, 89, false, false, pass +BenchmarkTest01000, sqli, 89, true, true, pass +BenchmarkTest01001, sqli, 89, false, false, pass +BenchmarkTest01002, sqli, 89, true, true, pass +BenchmarkTest01003, sqli, 89, true, true, pass +BenchmarkTest01004, sqli, 89, true, true, pass +BenchmarkTest01005, sqli, 89, true, true, pass +BenchmarkTest01006, sqli, 89, true, true, pass +BenchmarkTest01007, sqli, 89, true, true, pass +BenchmarkTest01008, sqli, 89, true, true, pass +BenchmarkTest01009, sqli, 89, true, true, pass +BenchmarkTest01010, sqli, 89, false, false, pass +BenchmarkTest01011, sqli, 89, true, true, pass +BenchmarkTest01012, sqli, 89, false, false, pass +BenchmarkTest01013, xpathi, 643, false, false, pass +BenchmarkTest01014, xpathi, 643, false, false, pass +BenchmarkTest01015, crypto, 327, true, true, pass +BenchmarkTest01016, crypto, 327, true, true, pass +BenchmarkTest01017, crypto, 327, true, true, pass +BenchmarkTest01018, crypto, 327, true, true, pass +BenchmarkTest01019, crypto, 327, false, false, pass +BenchmarkTest01020, crypto, 327, true, true, pass +BenchmarkTest01021, crypto, 327, false, false, pass +BenchmarkTest01022, crypto, 327, false, false, pass +BenchmarkTest01023, ldapi, 90, true, true, pass +BenchmarkTest01024, ldapi, 90, false, false, pass +BenchmarkTest01025, pathtraver, 22, true, true, pass +BenchmarkTest01026, pathtraver, 22, false, false, pass +BenchmarkTest01027, pathtraver, 22, false, false, pass +BenchmarkTest01028, pathtraver, 22, false, false, pass +BenchmarkTest01029, pathtraver, 22, true, true, pass +BenchmarkTest01030, pathtraver, 22, false, false, pass +BenchmarkTest01031, pathtraver, 22, false, false, pass +BenchmarkTest01032, pathtraver, 22, true, true, pass +BenchmarkTest01033, pathtraver, 22, true, true, pass +BenchmarkTest01034, pathtraver, 22, true, true, pass +BenchmarkTest01035, pathtraver, 22, false, false, pass +BenchmarkTest01036, pathtraver, 22, false, false, pass +BenchmarkTest01037, hash, 328, false, false, pass +BenchmarkTest01038, hash, 328, true, true, pass +BenchmarkTest01039, hash, 328, false, false, pass +BenchmarkTest01040, hash, 328, false, false, pass +BenchmarkTest01041, hash, 328, true, true, pass +BenchmarkTest01042, hash, 328, true, true, pass +BenchmarkTest01043, hash, 328, true, true, pass +BenchmarkTest01044, hash, 328, true, true, pass +BenchmarkTest01045, hash, 328, false, false, pass +BenchmarkTest01046, xss, 79, true, true, pass +BenchmarkTest01047, xss, 79, true, true, pass +BenchmarkTest01048, xss, 79, false, false, pass +BenchmarkTest01049, xss, 79, true, true, pass +BenchmarkTest01050, xss, 79, true, true, pass +BenchmarkTest01051, xss, 79, false, false, pass +BenchmarkTest01052, xss, 79, false, false, pass +BenchmarkTest01053, xss, 79, false, false, pass +BenchmarkTest01054, xss, 79, false, false, pass +BenchmarkTest01055, xss, 79, true, true, pass +BenchmarkTest01056, xss, 79, true, true, pass +BenchmarkTest01057, xss, 79, true, true, pass +BenchmarkTest01058, weakrand, 330, true, true, pass +BenchmarkTest01059, weakrand, 330, true, true, pass +BenchmarkTest01060, weakrand, 330, true, true, pass +BenchmarkTest01061, securecookie, 614, true, true, pass +BenchmarkTest01062, securecookie, 614, false, false, pass +BenchmarkTest01063, xss, 79, true, true, pass +BenchmarkTest01064, cmdi, 78, true, true, pass +BenchmarkTest01065, cmdi, 78, false, false, pass +BenchmarkTest01066, cmdi, 78, true, true, pass +BenchmarkTest01067, cmdi, 78, false, false, pass +BenchmarkTest01068, cmdi, 78, false, false, pass +BenchmarkTest01069, weakrand, 330, false, false, pass +BenchmarkTest01070, weakrand, 330, false, false, pass +BenchmarkTest01071, weakrand, 330, false, false, pass +BenchmarkTest01072, weakrand, 330, false, false, pass +BenchmarkTest01073, weakrand, 330, false, false, pass +BenchmarkTest01074, weakrand, 330, false, false, pass +BenchmarkTest01075, weakrand, 330, false, false, pass +BenchmarkTest01076, weakrand, 330, false, false, pass +BenchmarkTest01077, weakrand, 330, false, false, pass +BenchmarkTest01078, weakrand, 330, false, false, pass +BenchmarkTest01079, weakrand, 330, false, false, pass +BenchmarkTest01080, trustbound, 501, false, false, pass +BenchmarkTest01081, trustbound, 501, true, true, pass +BenchmarkTest01082, trustbound, 501, true, true, pass +BenchmarkTest01083, sqli, 89, true, true, pass +BenchmarkTest01084, sqli, 89, true, true, pass +BenchmarkTest01085, sqli, 89, false, false, pass +BenchmarkTest01086, sqli, 89, false, false, pass +BenchmarkTest01087, sqli, 89, true, true, pass +BenchmarkTest01088, sqli, 89, true, true, pass +BenchmarkTest01089, sqli, 89, false, false, pass +BenchmarkTest01090, sqli, 89, true, true, pass +BenchmarkTest01091, sqli, 89, true, true, pass +BenchmarkTest01092, sqli, 89, false, false, pass +BenchmarkTest01093, sqli, 89, true, true, pass +BenchmarkTest01094, sqli, 89, true, true, pass +BenchmarkTest01095, sqli, 89, false, false, pass +BenchmarkTest01096, sqli, 89, false, false, pass +BenchmarkTest01097, sqli, 89, true, true, pass +BenchmarkTest01098, sqli, 89, false, false, pass +BenchmarkTest01099, crypto, 327, true, true, pass +BenchmarkTest01100, crypto, 327, false, false, pass +BenchmarkTest01101, crypto, 327, false, false, pass +BenchmarkTest01102, crypto, 327, true, true, pass +BenchmarkTest01103, crypto, 327, true, true, pass +BenchmarkTest01104, crypto, 327, false, false, pass +BenchmarkTest01105, crypto, 327, true, true, pass +BenchmarkTest01106, crypto, 327, true, true, pass +BenchmarkTest01107, crypto, 327, true, true, pass +BenchmarkTest01108, crypto, 327, false, false, pass +BenchmarkTest01109, pathtraver, 22, false, false, pass +BenchmarkTest01110, pathtraver, 22, false, false, pass +BenchmarkTest01111, pathtraver, 22, true, true, pass +BenchmarkTest01112, pathtraver, 22, true, true, pass +BenchmarkTest01113, pathtraver, 22, false, false, pass +BenchmarkTest01114, pathtraver, 22, false, false, pass +BenchmarkTest01115, pathtraver, 22, false, false, pass +BenchmarkTest01116, pathtraver, 22, true, true, pass +BenchmarkTest01117, pathtraver, 22, true, true, pass +BenchmarkTest01118, pathtraver, 22, false, false, pass +BenchmarkTest01119, weakrand, 330, true, true, pass +BenchmarkTest01120, hash, 328, false, false, pass +BenchmarkTest01121, hash, 328, false, false, pass +BenchmarkTest01122, hash, 328, false, false, pass +BenchmarkTest01123, hash, 328, true, true, pass +BenchmarkTest01124, hash, 328, true, true, pass +BenchmarkTest01125, hash, 328, false, false, pass +BenchmarkTest01126, hash, 328, false, false, pass +BenchmarkTest01127, weakrand, 330, true, true, pass +BenchmarkTest01128, weakrand, 330, true, true, pass +BenchmarkTest01129, weakrand, 330, true, true, pass +BenchmarkTest01130, weakrand, 330, true, true, pass +BenchmarkTest01131, weakrand, 330, true, true, pass +BenchmarkTest01132, weakrand, 330, true, true, pass +BenchmarkTest01133, weakrand, 330, true, true, pass +BenchmarkTest01134, securecookie, 614, true, true, pass +BenchmarkTest01135, weakrand, 330, false, false, pass +BenchmarkTest01136, weakrand, 330, false, false, pass +BenchmarkTest01137, weakrand, 330, false, false, pass +BenchmarkTest01138, weakrand, 330, false, false, pass +BenchmarkTest01139, weakrand, 330, false, false, pass +BenchmarkTest01140, weakrand, 330, false, false, pass +BenchmarkTest01141, weakrand, 330, false, false, pass +BenchmarkTest01142, trustbound, 501, false, false, pass +BenchmarkTest01143, trustbound, 501, true, true, pass +BenchmarkTest01144, trustbound, 501, false, false, pass +BenchmarkTest01145, trustbound, 501, false, false, pass +BenchmarkTest01146, trustbound, 501, false, false, pass +BenchmarkTest01147, crypto, 327, false, false, pass +BenchmarkTest01148, crypto, 327, true, true, pass +BenchmarkTest01149, crypto, 327, true, true, pass +BenchmarkTest01150, crypto, 327, true, true, pass +BenchmarkTest01151, crypto, 327, false, false, pass +BenchmarkTest01152, crypto, 327, false, false, pass +BenchmarkTest01153, crypto, 327, false, false, pass +BenchmarkTest01154, ldapi, 90, false, false, pass +BenchmarkTest01155, pathtraver, 22, true, true, pass +BenchmarkTest01156, pathtraver, 22, true, true, pass +BenchmarkTest01157, pathtraver, 22, true, true, pass +BenchmarkTest01158, pathtraver, 22, false, false, pass +BenchmarkTest01159, pathtraver, 22, false, false, pass +BenchmarkTest01160, pathtraver, 22, false, false, pass +BenchmarkTest01161, pathtraver, 22, true, true, pass +BenchmarkTest01162, weakrand, 330, true, true, pass +BenchmarkTest01163, weakrand, 330, true, true, pass +BenchmarkTest01164, hash, 328, false, false, pass +BenchmarkTest01165, hash, 328, true, true, pass +BenchmarkTest01166, hash, 328, true, true, pass +BenchmarkTest01167, hash, 328, true, true, pass +BenchmarkTest01168, hash, 328, true, true, pass +BenchmarkTest01169, hash, 328, false, false, pass +BenchmarkTest01170, hash, 328, false, false, pass +BenchmarkTest01171, xss, 79, true, true, pass +BenchmarkTest01172, xss, 79, true, true, pass +BenchmarkTest01173, xss, 79, true, true, pass +BenchmarkTest01174, xss, 79, true, true, pass +BenchmarkTest01175, xss, 79, false, false, pass +BenchmarkTest01176, xss, 79, false, false, pass +BenchmarkTest01177, xss, 79, true, true, pass +BenchmarkTest01178, xss, 79, true, true, pass +BenchmarkTest01179, xss, 79, true, true, pass +BenchmarkTest01180, xss, 79, false, false, pass +BenchmarkTest01181, xss, 79, true, true, pass +BenchmarkTest01182, cmdi, 78, false, false, pass +BenchmarkTest01183, weakrand, 330, true, true, pass +BenchmarkTest01184, weakrand, 330, true, true, pass +BenchmarkTest01185, securecookie, 614, true, true, pass +BenchmarkTest01186, securecookie, 614, true, true, pass +BenchmarkTest01187, securecookie, 614, true, true, pass +BenchmarkTest01188, xss, 79, false, false, pass +BenchmarkTest01189, cmdi, 78, false, false, pass +BenchmarkTest01190, cmdi, 78, true, true, pass +BenchmarkTest01191, cmdi, 78, true, true, pass +BenchmarkTest01192, cmdi, 78, true, true, pass +BenchmarkTest01193, cmdi, 78, false, false, pass +BenchmarkTest01194, cmdi, 78, true, true, pass +BenchmarkTest01195, weakrand, 330, false, false, pass +BenchmarkTest01196, weakrand, 330, false, false, pass +BenchmarkTest01197, weakrand, 330, false, false, pass +BenchmarkTest01198, weakrand, 330, false, false, pass +BenchmarkTest01199, weakrand, 330, false, false, pass +BenchmarkTest01200, weakrand, 330, false, false, pass +BenchmarkTest01201, weakrand, 330, false, false, pass +BenchmarkTest01202, weakrand, 330, false, false, pass +BenchmarkTest01203, trustbound, 501, true, true, pass +BenchmarkTest01204, trustbound, 501, true, true, pass +BenchmarkTest01205, trustbound, 501, false, false, pass +BenchmarkTest01206, trustbound, 501, true, true, pass +BenchmarkTest01207, trustbound, 501, false, false, pass +BenchmarkTest01208, sqli, 89, true, true, pass +BenchmarkTest01209, sqli, 89, true, true, pass +BenchmarkTest01210, sqli, 89, true, true, pass +BenchmarkTest01211, sqli, 89, true, true, pass +BenchmarkTest01212, sqli, 89, false, false, pass +BenchmarkTest01213, sqli, 89, false, false, pass +BenchmarkTest01214, sqli, 89, true, true, pass +BenchmarkTest01215, sqli, 89, false, false, pass +BenchmarkTest01216, sqli, 89, false, false, pass +BenchmarkTest01217, sqli, 89, false, false, pass +BenchmarkTest01218, sqli, 89, false, false, pass +BenchmarkTest01219, sqli, 89, false, false, pass +BenchmarkTest01220, sqli, 89, false, false, pass +BenchmarkTest01221, sqli, 89, true, true, pass +BenchmarkTest01222, sqli, 89, true, true, pass +BenchmarkTest01223, xpathi, 643, true, true, pass +BenchmarkTest01224, xpathi, 643, true, true, pass +BenchmarkTest01225, xpathi, 643, false, false, pass +BenchmarkTest01226, crypto, 327, false, false, pass +BenchmarkTest01227, crypto, 327, false, false, pass +BenchmarkTest01228, crypto, 327, true, true, pass +BenchmarkTest01229, crypto, 327, true, true, pass +BenchmarkTest01230, crypto, 327, true, true, pass +BenchmarkTest01231, pathtraver, 22, true, true, pass +BenchmarkTest01232, pathtraver, 22, true, true, pass +BenchmarkTest01233, pathtraver, 22, false, false, pass +BenchmarkTest01234, pathtraver, 22, true, true, pass +BenchmarkTest01235, pathtraver, 22, true, true, pass +BenchmarkTest01236, pathtraver, 22, true, true, pass +BenchmarkTest01237, pathtraver, 22, false, false, pass +BenchmarkTest01238, pathtraver, 22, true, true, pass +BenchmarkTest01239, pathtraver, 22, false, false, pass +BenchmarkTest01240, pathtraver, 22, false, false, pass +BenchmarkTest01241, ldapi, 90, true, true, pass +BenchmarkTest01242, ldapi, 90, true, true, pass +BenchmarkTest01243, ldapi, 90, true, true, pass +BenchmarkTest01244, hash, 328, true, true, pass +BenchmarkTest01245, hash, 328, false, false, pass +BenchmarkTest01246, hash, 328, true, true, pass +BenchmarkTest01247, hash, 328, true, true, pass +BenchmarkTest01248, hash, 328, true, true, pass +BenchmarkTest01249, hash, 328, false, false, pass +BenchmarkTest01250, hash, 328, false, false, pass +BenchmarkTest01251, xss, 79, false, false, pass +BenchmarkTest01252, xss, 79, false, false, pass +BenchmarkTest01253, xss, 79, true, true, pass +BenchmarkTest01254, xss, 79, true, true, pass +BenchmarkTest01255, xss, 79, false, false, pass +BenchmarkTest01256, xss, 79, false, false, pass +BenchmarkTest01257, xss, 79, true, true, pass +BenchmarkTest01258, xss, 79, true, true, pass +BenchmarkTest01259, xss, 79, true, true, pass +BenchmarkTest01260, xss, 79, true, true, pass +BenchmarkTest01261, xss, 79, true, true, pass +BenchmarkTest01262, xss, 79, true, true, pass +BenchmarkTest01263, xss, 79, true, true, pass +BenchmarkTest01264, xss, 79, false, false, pass +BenchmarkTest01265, xss, 79, false, false, pass +BenchmarkTest01266, xss, 79, true, true, pass +BenchmarkTest01267, xss, 79, true, true, pass +BenchmarkTest01268, xss, 79, true, true, pass +BenchmarkTest01269, cmdi, 78, false, false, pass +BenchmarkTest01270, cmdi, 78, true, true, pass +BenchmarkTest01271, weakrand, 330, true, true, pass +BenchmarkTest01272, weakrand, 330, true, true, pass +BenchmarkTest01273, weakrand, 330, true, true, pass +BenchmarkTest01274, weakrand, 330, true, true, pass +BenchmarkTest01275, weakrand, 330, true, true, pass +BenchmarkTest01276, weakrand, 330, true, true, pass +BenchmarkTest01277, weakrand, 330, true, true, pass +BenchmarkTest01278, weakrand, 330, true, true, pass +BenchmarkTest01279, weakrand, 330, true, true, pass +BenchmarkTest01280, securecookie, 614, true, true, pass +BenchmarkTest01281, securecookie, 614, true, true, pass +BenchmarkTest01282, securecookie, 614, true, true, pass +BenchmarkTest01283, securecookie, 614, true, true, pass +BenchmarkTest01284, xss, 79, true, true, pass +BenchmarkTest01285, cmdi, 78, true, true, pass +BenchmarkTest01286, cmdi, 78, true, true, pass +BenchmarkTest01287, cmdi, 78, true, true, pass +BenchmarkTest01288, cmdi, 78, true, true, pass +BenchmarkTest01289, cmdi, 78, false, false, pass +BenchmarkTest01290, cmdi, 78, false, false, pass +BenchmarkTest01291, weakrand, 330, false, false, pass +BenchmarkTest01292, weakrand, 330, false, false, pass +BenchmarkTest01293, weakrand, 330, false, false, pass +BenchmarkTest01294, weakrand, 330, false, false, pass +BenchmarkTest01295, weakrand, 330, false, false, pass +BenchmarkTest01296, weakrand, 330, false, false, pass +BenchmarkTest01297, weakrand, 330, false, false, pass +BenchmarkTest01298, weakrand, 330, false, false, pass +BenchmarkTest01299, trustbound, 501, true, true, pass +BenchmarkTest01300, trustbound, 501, false, false, pass +BenchmarkTest01301, sqli, 89, false, false, pass +BenchmarkTest01302, sqli, 89, true, true, pass +BenchmarkTest01303, sqli, 89, false, false, pass +BenchmarkTest01304, sqli, 89, true, true, pass +BenchmarkTest01305, sqli, 89, false, false, pass +BenchmarkTest01306, sqli, 89, true, true, pass +BenchmarkTest01307, sqli, 89, false, false, pass +BenchmarkTest01308, sqli, 89, true, true, pass +BenchmarkTest01309, sqli, 89, false, false, pass +BenchmarkTest01310, sqli, 89, false, false, pass +BenchmarkTest01311, sqli, 89, true, true, pass +BenchmarkTest01312, sqli, 89, true, true, pass +BenchmarkTest01313, sqli, 89, true, true, pass +BenchmarkTest01314, sqli, 89, true, true, pass +BenchmarkTest01315, sqli, 89, false, false, pass +BenchmarkTest01316, xpathi, 643, true, true, pass +BenchmarkTest01317, crypto, 327, true, true, pass +BenchmarkTest01318, crypto, 327, true, true, pass +BenchmarkTest01319, crypto, 327, false, false, pass +BenchmarkTest01320, crypto, 327, true, true, pass +BenchmarkTest01321, crypto, 327, false, false, pass +BenchmarkTest01322, crypto, 327, true, true, pass +BenchmarkTest01323, crypto, 327, true, true, pass +BenchmarkTest01324, crypto, 327, false, false, pass +BenchmarkTest01325, crypto, 327, true, true, pass +BenchmarkTest01326, ldapi, 90, true, true, pass +BenchmarkTest01327, ldapi, 90, false, false, pass +BenchmarkTest01328, pathtraver, 22, false, false, pass +BenchmarkTest01329, pathtraver, 22, true, true, pass +BenchmarkTest01330, pathtraver, 22, true, true, pass +BenchmarkTest01331, pathtraver, 22, false, false, pass +BenchmarkTest01332, hash, 328, false, false, pass +BenchmarkTest01333, hash, 328, true, true, pass +BenchmarkTest01334, hash, 328, true, true, pass +BenchmarkTest01335, xss, 79, true, true, pass +BenchmarkTest01336, xss, 79, false, false, pass +BenchmarkTest01337, xss, 79, true, true, pass +BenchmarkTest01338, xss, 79, false, false, pass +BenchmarkTest01339, xss, 79, false, false, pass +BenchmarkTest01340, xss, 79, false, false, pass +BenchmarkTest01341, xss, 79, false, false, pass +BenchmarkTest01342, xss, 79, false, false, pass +BenchmarkTest01343, xss, 79, false, false, pass +BenchmarkTest01344, xss, 79, false, false, pass +BenchmarkTest01345, xss, 79, false, false, pass +BenchmarkTest01346, xss, 79, true, true, pass +BenchmarkTest01347, xss, 79, true, true, pass +BenchmarkTest01348, xss, 79, false, false, pass +BenchmarkTest01349, xss, 79, true, true, pass +BenchmarkTest01350, xss, 79, true, true, pass +BenchmarkTest01351, xss, 79, false, false, pass +BenchmarkTest01352, xss, 79, false, false, pass +BenchmarkTest01353, cmdi, 78, false, false, pass +BenchmarkTest01354, weakrand, 330, true, true, pass +BenchmarkTest01355, weakrand, 330, true, true, pass +BenchmarkTest01356, weakrand, 330, true, true, pass +BenchmarkTest01357, weakrand, 330, true, true, pass +BenchmarkTest01358, weakrand, 330, true, true, pass +BenchmarkTest01359, securecookie, 614, false, false, pass +BenchmarkTest01360, cmdi, 78, true, true, pass +BenchmarkTest01361, cmdi, 78, true, true, pass +BenchmarkTest01362, cmdi, 78, true, true, pass +BenchmarkTest01363, cmdi, 78, true, true, pass +BenchmarkTest01364, cmdi, 78, false, false, pass +BenchmarkTest01365, cmdi, 78, false, false, pass +BenchmarkTest01366, weakrand, 330, false, false, pass +BenchmarkTest01367, weakrand, 330, false, false, pass +BenchmarkTest01368, weakrand, 330, false, false, pass +BenchmarkTest01369, weakrand, 330, false, false, pass +BenchmarkTest01370, weakrand, 330, false, false, pass +BenchmarkTest01371, weakrand, 330, false, false, pass +BenchmarkTest01372, weakrand, 330, false, false, pass +BenchmarkTest01373, weakrand, 330, false, false, pass +BenchmarkTest01374, trustbound, 501, true, true, pass +BenchmarkTest01375, trustbound, 501, true, true, pass +BenchmarkTest01376, trustbound, 501, true, true, pass +BenchmarkTest01377, trustbound, 501, false, false, pass +BenchmarkTest01378, sqli, 89, false, false, pass +BenchmarkTest01379, sqli, 89, true, true, pass +BenchmarkTest01380, sqli, 89, false, false, pass +BenchmarkTest01381, sqli, 89, true, true, pass +BenchmarkTest01382, sqli, 89, true, true, pass +BenchmarkTest01383, sqli, 89, true, true, pass +BenchmarkTest01384, sqli, 89, true, true, pass +BenchmarkTest01385, sqli, 89, false, false, pass +BenchmarkTest01386, sqli, 89, false, false, pass +BenchmarkTest01387, sqli, 89, false, false, pass +BenchmarkTest01388, sqli, 89, true, true, pass +BenchmarkTest01389, sqli, 89, false, false, pass +BenchmarkTest01390, sqli, 89, true, true, pass +BenchmarkTest01391, sqli, 89, true, true, pass +BenchmarkTest01392, sqli, 89, false, false, pass +BenchmarkTest01393, sqli, 89, false, false, pass +BenchmarkTest01394, sqli, 89, true, true, pass +BenchmarkTest01395, sqli, 89, true, true, pass +BenchmarkTest01396, sqli, 89, true, true, pass +BenchmarkTest01397, xpathi, 643, false, false, pass +BenchmarkTest01398, crypto, 327, true, true, pass +BenchmarkTest01399, crypto, 327, false, false, pass +BenchmarkTest01400, crypto, 327, false, false, pass +BenchmarkTest01401, crypto, 327, false, false, pass +BenchmarkTest01402, ldapi, 90, false, false, pass +BenchmarkTest01403, pathtraver, 22, true, true, pass +BenchmarkTest01404, pathtraver, 22, false, false, pass +BenchmarkTest01405, pathtraver, 22, true, true, pass +BenchmarkTest01406, pathtraver, 22, false, false, pass +BenchmarkTest01407, pathtraver, 22, false, false, pass +BenchmarkTest01408, pathtraver, 22, true, true, pass +BenchmarkTest01409, pathtraver, 22, false, false, pass +BenchmarkTest01410, hash, 328, false, false, pass +BenchmarkTest01411, hash, 328, true, true, pass +BenchmarkTest01412, hash, 328, false, false, pass +BenchmarkTest01413, hash, 328, false, false, pass +BenchmarkTest01414, hash, 328, true, true, pass +BenchmarkTest01415, hash, 328, true, true, pass +BenchmarkTest01416, hash, 328, true, true, pass +BenchmarkTest01417, xss, 79, true, true, pass +BenchmarkTest01418, xss, 79, true, true, pass +BenchmarkTest01419, xss, 79, false, false, pass +BenchmarkTest01420, xss, 79, false, false, pass +BenchmarkTest01421, xss, 79, false, false, pass +BenchmarkTest01422, xss, 79, false, false, pass +BenchmarkTest01423, xss, 79, true, true, pass +BenchmarkTest01424, xss, 79, true, true, pass +BenchmarkTest01425, xss, 79, false, false, pass +BenchmarkTest01426, xss, 79, true, true, pass +BenchmarkTest01427, xss, 79, true, true, pass +BenchmarkTest01428, xss, 79, true, true, pass +BenchmarkTest01429, xss, 79, true, true, pass +BenchmarkTest01430, cmdi, 78, true, true, pass +BenchmarkTest01431, weakrand, 330, true, true, pass +BenchmarkTest01432, weakrand, 330, true, true, pass +BenchmarkTest01433, weakrand, 330, true, true, pass +BenchmarkTest01434, weakrand, 330, true, true, pass +BenchmarkTest01435, weakrand, 330, true, true, pass +BenchmarkTest01436, securecookie, 614, false, false, pass +BenchmarkTest01437, xss, 79, true, true, pass +BenchmarkTest01438, xss, 79, true, true, pass +BenchmarkTest01439, xss, 79, false, false, pass +BenchmarkTest01440, cmdi, 78, false, false, pass +BenchmarkTest01441, cmdi, 78, true, true, pass +BenchmarkTest01442, cmdi, 78, true, true, pass +BenchmarkTest01443, cmdi, 78, false, false, pass +BenchmarkTest01444, cmdi, 78, false, false, pass +BenchmarkTest01445, cmdi, 78, false, false, pass +BenchmarkTest01446, cmdi, 78, true, true, pass +BenchmarkTest01447, weakrand, 330, false, false, pass +BenchmarkTest01448, weakrand, 330, false, false, pass +BenchmarkTest01449, weakrand, 330, false, false, pass +BenchmarkTest01450, weakrand, 330, false, false, pass +BenchmarkTest01451, weakrand, 330, false, false, pass +BenchmarkTest01452, weakrand, 330, false, false, pass +BenchmarkTest01453, weakrand, 330, false, false, pass +BenchmarkTest01454, trustbound, 501, false, false, pass +BenchmarkTest01455, trustbound, 501, true, true, pass +BenchmarkTest01456, trustbound, 501, true, true, pass +BenchmarkTest01457, trustbound, 501, true, true, pass +BenchmarkTest01458, trustbound, 501, true, true, pass +BenchmarkTest01459, sqli, 89, false, false, pass +BenchmarkTest01460, sqli, 89, true, true, pass +BenchmarkTest01461, sqli, 89, false, false, pass +BenchmarkTest01462, sqli, 89, true, true, pass +BenchmarkTest01463, sqli, 89, true, true, pass +BenchmarkTest01464, sqli, 89, true, true, pass +BenchmarkTest01465, sqli, 89, true, true, pass +BenchmarkTest01466, sqli, 89, true, true, pass +BenchmarkTest01467, sqli, 89, false, false, pass +BenchmarkTest01468, sqli, 89, false, false, pass +BenchmarkTest01469, sqli, 89, false, false, pass +BenchmarkTest01470, sqli, 89, true, true, pass +BenchmarkTest01471, sqli, 89, true, true, pass +BenchmarkTest01472, sqli, 89, false, false, pass +BenchmarkTest01473, sqli, 89, true, true, pass +BenchmarkTest01474, sqli, 89, true, true, pass +BenchmarkTest01475, sqli, 89, true, true, pass +BenchmarkTest01476, sqli, 89, true, true, pass +BenchmarkTest01477, sqli, 89, true, true, pass +BenchmarkTest01478, xpathi, 643, true, true, pass +BenchmarkTest01479, xpathi, 643, false, false, pass +BenchmarkTest01480, crypto, 327, true, true, pass +BenchmarkTest01481, crypto, 327, false, false, pass +BenchmarkTest01482, crypto, 327, false, false, pass +BenchmarkTest01483, crypto, 327, true, true, pass +BenchmarkTest01484, crypto, 327, true, true, pass +BenchmarkTest01485, crypto, 327, false, false, pass +BenchmarkTest01486, crypto, 327, true, true, pass +BenchmarkTest01487, crypto, 327, false, false, pass +BenchmarkTest01488, crypto, 327, false, false, pass +BenchmarkTest01489, crypto, 327, true, true, pass +BenchmarkTest01490, ldapi, 90, true, true, pass +BenchmarkTest01491, ldapi, 90, false, false, pass +BenchmarkTest01492, ldapi, 90, false, false, pass +BenchmarkTest01493, pathtraver, 22, false, false, pass +BenchmarkTest01494, pathtraver, 22, true, true, pass +BenchmarkTest01495, pathtraver, 22, true, true, pass +BenchmarkTest01496, pathtraver, 22, true, true, pass +BenchmarkTest01497, pathtraver, 22, true, true, pass +BenchmarkTest01498, pathtraver, 22, true, true, pass +BenchmarkTest01499, pathtraver, 22, false, false, pass +BenchmarkTest01500, pathtraver, 22, true, true, pass +BenchmarkTest01501, ldapi, 90, true, true, pass +BenchmarkTest01502, weakrand, 330, true, true, pass +BenchmarkTest01503, hash, 328, true, true, pass +BenchmarkTest01504, hash, 328, true, true, pass +BenchmarkTest01505, xss, 79, true, true, pass +BenchmarkTest01506, xss, 79, true, true, pass +BenchmarkTest01507, xss, 79, true, true, pass +BenchmarkTest01508, xss, 79, false, false, pass +BenchmarkTest01509, xss, 79, true, true, pass +BenchmarkTest01510, xss, 79, true, true, pass +BenchmarkTest01511, xss, 79, true, true, pass +BenchmarkTest01512, xss, 79, true, true, pass +BenchmarkTest01513, xss, 79, false, false, pass +BenchmarkTest01514, xss, 79, false, false, pass +BenchmarkTest01515, xss, 79, false, false, pass +BenchmarkTest01516, cmdi, 78, false, false, pass +BenchmarkTest01517, cmdi, 78, true, true, pass +BenchmarkTest01518, weakrand, 330, true, true, pass +BenchmarkTest01519, weakrand, 330, true, true, pass +BenchmarkTest01520, weakrand, 330, true, true, pass +BenchmarkTest01521, securecookie, 614, true, true, pass +BenchmarkTest01522, securecookie, 614, false, false, pass +BenchmarkTest01523, securecookie, 614, false, false, pass +BenchmarkTest01524, securecookie, 614, false, false, pass +BenchmarkTest01525, xss, 79, true, true, pass +BenchmarkTest01526, cmdi, 78, false, false, pass +BenchmarkTest01527, cmdi, 78, false, false, pass +BenchmarkTest01528, cmdi, 78, false, false, pass +BenchmarkTest01529, cmdi, 78, false, false, pass +BenchmarkTest01530, cmdi, 78, false, false, pass +BenchmarkTest01531, cmdi, 78, true, true, pass +BenchmarkTest01532, cmdi, 78, false, false, pass +BenchmarkTest01533, cmdi, 78, true, true, pass +BenchmarkTest01534, weakrand, 330, false, false, pass +BenchmarkTest01535, weakrand, 330, false, false, pass +BenchmarkTest01536, weakrand, 330, false, false, pass +BenchmarkTest01537, weakrand, 330, false, false, pass +BenchmarkTest01538, weakrand, 330, false, false, pass +BenchmarkTest01539, weakrand, 330, false, false, pass +BenchmarkTest01540, weakrand, 330, false, false, pass +BenchmarkTest01541, weakrand, 330, false, false, pass +BenchmarkTest01542, weakrand, 330, false, false, pass +BenchmarkTest01543, weakrand, 330, false, false, pass +BenchmarkTest01544, weakrand, 330, false, false, pass +BenchmarkTest01545, weakrand, 330, false, false, pass +BenchmarkTest01546, trustbound, 501, true, true, pass +BenchmarkTest01547, trustbound, 501, true, true, pass +BenchmarkTest01548, trustbound, 501, true, true, pass +BenchmarkTest01549, trustbound, 501, true, true, pass +BenchmarkTest01550, trustbound, 501, true, true, pass +BenchmarkTest01551, trustbound, 501, true, true, pass +BenchmarkTest01552, sqli, 89, true, true, pass +BenchmarkTest01553, sqli, 89, false, false, pass +BenchmarkTest01554, sqli, 89, true, true, pass +BenchmarkTest01555, sqli, 89, false, false, pass +BenchmarkTest01556, sqli, 89, false, false, pass +BenchmarkTest01557, sqli, 89, true, true, pass +BenchmarkTest01558, sqli, 89, true, true, pass +BenchmarkTest01559, sqli, 89, true, true, pass +BenchmarkTest01560, sqli, 89, true, true, pass +BenchmarkTest01561, xpathi, 643, true, true, pass +BenchmarkTest01562, xpathi, 643, false, false, pass +BenchmarkTest01563, crypto, 327, false, false, pass +BenchmarkTest01564, crypto, 327, false, false, pass +BenchmarkTest01565, crypto, 327, true, true, pass +BenchmarkTest01566, crypto, 327, true, true, pass +BenchmarkTest01567, crypto, 327, false, false, pass +BenchmarkTest01568, ldapi, 90, true, true, pass +BenchmarkTest01569, ldapi, 90, false, false, pass +BenchmarkTest01570, pathtraver, 22, false, false, pass +BenchmarkTest01571, pathtraver, 22, true, true, pass +BenchmarkTest01572, pathtraver, 22, true, true, pass +BenchmarkTest01573, pathtraver, 22, false, false, pass +BenchmarkTest01574, pathtraver, 22, false, false, pass +BenchmarkTest01575, weakrand, 330, true, true, pass +BenchmarkTest01576, hash, 328, false, false, pass +BenchmarkTest01577, hash, 328, true, true, pass +BenchmarkTest01578, hash, 328, false, false, pass +BenchmarkTest01579, hash, 328, true, true, pass +BenchmarkTest01580, hash, 328, true, true, pass +BenchmarkTest01581, hash, 328, false, false, pass +BenchmarkTest01582, hash, 328, false, false, pass +BenchmarkTest01583, xss, 79, true, true, pass +BenchmarkTest01584, xss, 79, true, true, pass +BenchmarkTest01585, xss, 79, false, false, pass +BenchmarkTest01586, xss, 79, false, false, pass +BenchmarkTest01587, xss, 79, true, true, pass +BenchmarkTest01588, xss, 79, false, false, pass +BenchmarkTest01589, xss, 79, true, true, pass +BenchmarkTest01590, xss, 79, true, true, pass +BenchmarkTest01591, xss, 79, false, false, pass +BenchmarkTest01592, xss, 79, true, true, pass +BenchmarkTest01593, xss, 79, false, false, pass +BenchmarkTest01594, xss, 79, true, true, pass +BenchmarkTest01595, xss, 79, false, false, pass +BenchmarkTest01596, xss, 79, true, true, pass +BenchmarkTest01597, xss, 79, true, true, pass +BenchmarkTest01598, xss, 79, true, true, pass +BenchmarkTest01599, xss, 79, false, false, pass +BenchmarkTest01600, cmdi, 78, false, false, pass +BenchmarkTest01601, cmdi, 78, true, true, pass +BenchmarkTest01602, weakrand, 330, true, true, pass +BenchmarkTest01603, weakrand, 330, true, true, pass +BenchmarkTest01604, securecookie, 614, false, false, pass +BenchmarkTest01605, securecookie, 614, false, false, pass +BenchmarkTest01606, cmdi, 78, false, false, pass +BenchmarkTest01607, cmdi, 78, false, false, pass +BenchmarkTest01608, cmdi, 78, false, false, pass +BenchmarkTest01609, cmdi, 78, true, true, pass +BenchmarkTest01610, cmdi, 78, true, true, pass +BenchmarkTest01611, weakrand, 330, false, false, pass +BenchmarkTest01612, weakrand, 330, false, false, pass +BenchmarkTest01613, weakrand, 330, false, false, pass +BenchmarkTest01614, weakrand, 330, false, false, pass +BenchmarkTest01615, trustbound, 501, true, true, pass +BenchmarkTest01616, trustbound, 501, true, true, pass +BenchmarkTest01617, trustbound, 501, true, true, pass +BenchmarkTest01618, trustbound, 501, true, true, pass +BenchmarkTest01619, trustbound, 501, true, true, pass +BenchmarkTest01620, sqli, 89, true, true, pass +BenchmarkTest01621, sqli, 89, true, true, pass +BenchmarkTest01622, sqli, 89, false, false, pass +BenchmarkTest01623, sqli, 89, true, true, pass +BenchmarkTest01624, sqli, 89, true, true, pass +BenchmarkTest01625, sqli, 89, true, true, pass +BenchmarkTest01626, sqli, 89, true, true, pass +BenchmarkTest01627, sqli, 89, true, true, pass +BenchmarkTest01628, sqli, 89, false, false, pass +BenchmarkTest01629, sqli, 89, false, false, pass +BenchmarkTest01630, sqli, 89, true, true, pass +BenchmarkTest01631, sqli, 89, true, true, pass +BenchmarkTest01632, xpathi, 643, false, false, pass +BenchmarkTest01633, xpathi, 643, false, false, pass +BenchmarkTest01634, crypto, 327, true, true, pass +BenchmarkTest01635, crypto, 327, false, false, pass +BenchmarkTest01636, crypto, 327, false, false, pass +BenchmarkTest01637, crypto, 327, true, true, pass +BenchmarkTest01638, crypto, 327, true, true, pass +BenchmarkTest01639, crypto, 327, true, true, pass +BenchmarkTest01640, crypto, 327, false, false, pass +BenchmarkTest01641, crypto, 327, true, true, pass +BenchmarkTest01642, pathtraver, 22, true, true, pass +BenchmarkTest01643, pathtraver, 22, true, true, pass +BenchmarkTest01644, pathtraver, 22, false, false, pass +BenchmarkTest01645, pathtraver, 22, true, true, pass +BenchmarkTest01646, pathtraver, 22, false, false, pass +BenchmarkTest01647, pathtraver, 22, true, true, pass +BenchmarkTest01648, weakrand, 330, true, true, pass +BenchmarkTest01649, hash, 328, true, true, pass +BenchmarkTest01650, hash, 328, true, true, pass +BenchmarkTest01651, hash, 328, true, true, pass +BenchmarkTest01652, hash, 328, false, false, pass +BenchmarkTest01653, hash, 328, true, true, pass +BenchmarkTest01654, hash, 328, true, true, pass +BenchmarkTest01655, hash, 328, false, false, pass +BenchmarkTest01656, hash, 328, false, false, pass +BenchmarkTest01657, xss, 79, true, true, pass +BenchmarkTest01658, xss, 79, true, true, pass +BenchmarkTest01659, xss, 79, false, false, pass +BenchmarkTest01660, xss, 79, true, true, pass +BenchmarkTest01661, xss, 79, false, false, pass +BenchmarkTest01662, xss, 79, true, true, pass +BenchmarkTest01663, xss, 79, false, false, pass +BenchmarkTest01664, xss, 79, false, false, pass +BenchmarkTest01665, xss, 79, true, true, pass +BenchmarkTest01666, xss, 79, true, true, pass +BenchmarkTest01667, xss, 79, true, true, pass +BenchmarkTest01668, xss, 79, false, false, pass +BenchmarkTest01669, xss, 79, false, false, pass +BenchmarkTest01670, xss, 79, true, true, pass +BenchmarkTest01671, xss, 79, false, false, pass +BenchmarkTest01672, cmdi, 78, false, false, pass +BenchmarkTest01673, cmdi, 78, true, true, pass +BenchmarkTest01674, cmdi, 78, true, true, pass +BenchmarkTest01675, weakrand, 330, true, true, pass +BenchmarkTest01676, weakrand, 330, true, true, pass +BenchmarkTest01677, weakrand, 330, true, true, pass +BenchmarkTest01678, weakrand, 330, true, true, pass +BenchmarkTest01679, weakrand, 330, true, true, pass +BenchmarkTest01680, weakrand, 330, true, true, pass +BenchmarkTest01681, weakrand, 330, true, true, pass +BenchmarkTest01682, securecookie, 614, true, true, pass +BenchmarkTest01683, securecookie, 614, true, true, pass +BenchmarkTest01684, securecookie, 614, false, false, pass +BenchmarkTest01685, cmdi, 78, true, true, pass +BenchmarkTest01686, cmdi, 78, false, false, pass +BenchmarkTest01687, cmdi, 78, false, false, pass +BenchmarkTest01688, cmdi, 78, false, false, pass +BenchmarkTest01689, cmdi, 78, true, true, pass +BenchmarkTest01690, cmdi, 78, true, true, pass +BenchmarkTest01691, cmdi, 78, true, true, pass +BenchmarkTest01692, cmdi, 78, false, false, pass +BenchmarkTest01693, cmdi, 78, false, false, pass +BenchmarkTest01694, weakrand, 330, false, false, pass +BenchmarkTest01695, weakrand, 330, false, false, pass +BenchmarkTest01696, weakrand, 330, false, false, pass +BenchmarkTest01697, weakrand, 330, false, false, pass +BenchmarkTest01698, weakrand, 330, false, false, pass +BenchmarkTest01699, weakrand, 330, false, false, pass +BenchmarkTest01700, weakrand, 330, false, false, pass +BenchmarkTest01701, weakrand, 330, false, false, pass +BenchmarkTest01702, weakrand, 330, false, false, pass +BenchmarkTest01703, weakrand, 330, false, false, pass +BenchmarkTest01704, weakrand, 330, false, false, pass +BenchmarkTest01705, weakrand, 330, false, false, pass +BenchmarkTest01706, weakrand, 330, false, false, pass +BenchmarkTest01707, weakrand, 330, false, false, pass +BenchmarkTest01708, trustbound, 501, true, true, pass +BenchmarkTest01709, trustbound, 501, true, true, pass +BenchmarkTest01710, trustbound, 501, true, true, pass +BenchmarkTest01711, trustbound, 501, true, true, pass +BenchmarkTest01712, sqli, 89, true, true, pass +BenchmarkTest01713, sqli, 89, false, false, pass +BenchmarkTest01714, sqli, 89, false, false, pass +BenchmarkTest01715, sqli, 89, true, true, pass +BenchmarkTest01716, sqli, 89, true, true, pass +BenchmarkTest01717, sqli, 89, false, false, pass +BenchmarkTest01718, sqli, 89, true, true, pass +BenchmarkTest01719, sqli, 89, false, false, pass +BenchmarkTest01720, sqli, 89, true, true, pass +BenchmarkTest01721, sqli, 89, true, true, pass +BenchmarkTest01722, sqli, 89, false, false, pass +BenchmarkTest01723, sqli, 89, true, true, pass +BenchmarkTest01724, sqli, 89, true, true, pass +BenchmarkTest01725, sqli, 89, true, true, pass +BenchmarkTest01726, sqli, 89, true, true, pass +BenchmarkTest01727, sqli, 89, true, true, pass +BenchmarkTest01728, sqli, 89, true, true, pass +BenchmarkTest01729, sqli, 89, false, false, pass +BenchmarkTest01730, sqli, 89, true, true, pass +BenchmarkTest01731, sqli, 89, true, true, pass +BenchmarkTest01732, sqli, 89, false, false, pass +BenchmarkTest01733, sqli, 89, true, true, pass +BenchmarkTest01734, xpathi, 643, true, true, pass +BenchmarkTest01735, xpathi, 643, false, false, pass +BenchmarkTest01736, xpathi, 643, true, true, pass +BenchmarkTest01737, crypto, 327, false, false, pass +BenchmarkTest01738, crypto, 327, false, false, pass +BenchmarkTest01739, crypto, 327, false, false, pass +BenchmarkTest01740, crypto, 327, true, true, pass +BenchmarkTest01741, crypto, 327, true, true, pass +BenchmarkTest01742, crypto, 327, true, true, pass +BenchmarkTest01743, ldapi, 90, false, false, pass +BenchmarkTest01744, pathtraver, 22, false, false, pass +BenchmarkTest01745, pathtraver, 22, false, false, pass +BenchmarkTest01746, pathtraver, 22, false, false, pass +BenchmarkTest01747, pathtraver, 22, false, false, pass +BenchmarkTest01748, pathtraver, 22, false, false, pass +BenchmarkTest01749, pathtraver, 22, false, false, pass +BenchmarkTest01750, pathtraver, 22, false, false, pass +BenchmarkTest01751, pathtraver, 22, false, false, pass +BenchmarkTest01752, pathtraver, 22, false, false, pass +BenchmarkTest01753, ldapi, 90, false, false, pass +BenchmarkTest01754, ldapi, 90, false, false, pass +BenchmarkTest01755, ldapi, 90, false, false, pass +BenchmarkTest01756, ldapi, 90, false, false, pass +BenchmarkTest01757, hash, 328, true, true, pass +BenchmarkTest01758, hash, 328, false, false, pass +BenchmarkTest01759, hash, 328, false, false, pass +BenchmarkTest01760, hash, 328, false, false, pass +BenchmarkTest01761, hash, 328, true, true, pass +BenchmarkTest01762, hash, 328, false, false, pass +BenchmarkTest01763, hash, 328, false, false, pass +BenchmarkTest01764, hash, 328, false, false, pass +BenchmarkTest01765, hash, 328, true, true, pass +BenchmarkTest01766, hash, 328, true, true, pass +BenchmarkTest01767, xss, 79, false, false, pass +BenchmarkTest01768, xss, 79, false, false, pass +BenchmarkTest01769, xss, 79, false, false, pass +BenchmarkTest01770, xss, 79, false, false, pass +BenchmarkTest01771, xss, 79, false, false, pass +BenchmarkTest01772, xss, 79, false, false, pass +BenchmarkTest01773, xss, 79, false, false, pass +BenchmarkTest01774, xss, 79, false, false, pass +BenchmarkTest01775, xss, 79, false, false, pass +BenchmarkTest01776, xss, 79, false, false, pass +BenchmarkTest01777, xss, 79, false, false, pass +BenchmarkTest01778, cmdi, 78, false, false, pass +BenchmarkTest01779, cmdi, 78, false, false, pass +BenchmarkTest01780, cmdi, 78, false, false, pass +BenchmarkTest01781, weakrand, 330, true, true, pass +BenchmarkTest01782, weakrand, 330, true, true, pass +BenchmarkTest01783, weakrand, 330, true, true, pass +BenchmarkTest01784, weakrand, 330, true, true, pass +BenchmarkTest01785, weakrand, 330, true, true, pass +BenchmarkTest01786, weakrand, 330, true, true, pass +BenchmarkTest01787, weakrand, 330, true, true, pass +BenchmarkTest01788, weakrand, 330, true, true, pass +BenchmarkTest01789, securecookie, 614, true, true, pass +BenchmarkTest01790, xss, 79, false, false, pass +BenchmarkTest01791, cmdi, 78, false, false, pass +BenchmarkTest01792, cmdi, 78, false, false, pass +BenchmarkTest01793, cmdi, 78, false, false, pass +BenchmarkTest01794, cmdi, 78, false, false, pass +BenchmarkTest01795, cmdi, 78, false, false, pass +BenchmarkTest01796, cmdi, 78, false, false, pass +BenchmarkTest01797, weakrand, 330, false, false, pass +BenchmarkTest01798, weakrand, 330, false, false, pass +BenchmarkTest01799, weakrand, 330, false, false, pass +BenchmarkTest01800, weakrand, 330, false, false, pass +BenchmarkTest01801, weakrand, 330, false, false, pass +BenchmarkTest01802, trustbound, 501, false, false, pass +BenchmarkTest01803, sqli, 89, false, false, pass +BenchmarkTest01804, sqli, 89, false, false, pass +BenchmarkTest01805, sqli, 89, false, false, pass +BenchmarkTest01806, sqli, 89, false, false, pass +BenchmarkTest01807, sqli, 89, false, false, pass +BenchmarkTest01808, sqli, 89, false, false, pass +BenchmarkTest01809, sqli, 89, false, false, pass +BenchmarkTest01810, sqli, 89, false, false, pass +BenchmarkTest01811, sqli, 89, false, false, pass +BenchmarkTest01812, sqli, 89, false, false, pass +BenchmarkTest01813, sqli, 89, false, false, pass +BenchmarkTest01814, sqli, 89, false, false, pass +BenchmarkTest01815, sqli, 89, false, false, pass +BenchmarkTest01816, sqli, 89, false, false, pass +BenchmarkTest01817, sqli, 89, false, false, pass +BenchmarkTest01818, sqli, 89, false, false, pass +BenchmarkTest01819, sqli, 89, false, false, pass +BenchmarkTest01820, sqli, 89, false, false, pass +BenchmarkTest01821, xpathi, 643, false, false, pass +BenchmarkTest01822, crypto, 327, true, true, pass +BenchmarkTest01823, crypto, 327, true, true, pass +BenchmarkTest01824, crypto, 327, false, false, pass +BenchmarkTest01825, crypto, 327, false, false, pass +BenchmarkTest01826, crypto, 327, false, false, pass +BenchmarkTest01827, crypto, 327, false, false, pass +BenchmarkTest01828, crypto, 327, false, false, pass +BenchmarkTest01829, crypto, 327, true, true, pass +BenchmarkTest01830, crypto, 327, true, true, pass +BenchmarkTest01831, ldapi, 90, true, true, pass +BenchmarkTest01832, ldapi, 90, true, true, pass +BenchmarkTest01833, pathtraver, 22, true, true, pass +BenchmarkTest01834, pathtraver, 22, false, false, pass +BenchmarkTest01835, pathtraver, 22, true, true, pass +BenchmarkTest01836, pathtraver, 22, true, true, pass +BenchmarkTest01837, pathtraver, 22, false, false, pass +BenchmarkTest01838, pathtraver, 22, false, false, pass +BenchmarkTest01839, pathtraver, 22, true, true, pass +BenchmarkTest01840, pathtraver, 22, true, true, pass +BenchmarkTest01841, pathtraver, 22, false, false, pass +BenchmarkTest01842, weakrand, 330, true, true, pass +BenchmarkTest01843, weakrand, 330, true, true, pass +BenchmarkTest01844, hash, 328, true, true, pass +BenchmarkTest01845, hash, 328, true, true, pass +BenchmarkTest01846, hash, 328, true, true, pass +BenchmarkTest01847, hash, 328, false, false, pass +BenchmarkTest01848, hash, 328, false, false, pass +BenchmarkTest01849, hash, 328, false, false, pass +BenchmarkTest01850, cmdi, 78, true, true, pass +BenchmarkTest01851, cmdi, 78, true, true, pass +BenchmarkTest01852, cmdi, 78, true, true, pass +BenchmarkTest01853, weakrand, 330, true, true, pass +BenchmarkTest01854, weakrand, 330, true, true, pass +BenchmarkTest01855, weakrand, 330, true, true, pass +BenchmarkTest01856, weakrand, 330, true, true, pass +BenchmarkTest01857, weakrand, 330, true, true, pass +BenchmarkTest01858, weakrand, 330, true, true, pass +BenchmarkTest01859, weakrand, 330, true, true, pass +BenchmarkTest01860, weakrand, 330, true, true, pass +BenchmarkTest01861, securecookie, 614, true, true, pass +BenchmarkTest01862, securecookie, 614, false, false, pass +BenchmarkTest01863, securecookie, 614, false, false, pass +BenchmarkTest01864, cmdi, 78, true, true, pass +BenchmarkTest01865, cmdi, 78, false, false, pass +BenchmarkTest01866, weakrand, 330, false, false, pass +BenchmarkTest01867, weakrand, 330, false, false, pass +BenchmarkTest01868, weakrand, 330, false, false, pass +BenchmarkTest01869, weakrand, 330, false, false, pass +BenchmarkTest01870, weakrand, 330, false, false, pass +BenchmarkTest01871, weakrand, 330, false, false, pass +BenchmarkTest01872, trustbound, 501, true, true, pass +BenchmarkTest01873, trustbound, 501, false, false, pass +BenchmarkTest01874, trustbound, 501, true, true, pass +BenchmarkTest01875, trustbound, 501, true, true, pass +BenchmarkTest01876, trustbound, 501, true, true, pass +BenchmarkTest01877, sqli, 89, false, false, pass +BenchmarkTest01878, sqli, 89, false, false, pass +BenchmarkTest01879, sqli, 89, false, false, pass +BenchmarkTest01880, sqli, 89, false, false, pass +BenchmarkTest01881, sqli, 89, true, true, pass +BenchmarkTest01882, sqli, 89, true, true, pass +BenchmarkTest01883, sqli, 89, true, true, pass +BenchmarkTest01884, sqli, 89, false, false, pass +BenchmarkTest01885, sqli, 89, false, false, pass +BenchmarkTest01886, sqli, 89, false, false, pass +BenchmarkTest01887, sqli, 89, true, true, pass +BenchmarkTest01888, sqli, 89, true, true, pass +BenchmarkTest01889, sqli, 89, true, true, pass +BenchmarkTest01890, sqli, 89, true, true, pass +BenchmarkTest01891, sqli, 89, true, true, pass +BenchmarkTest01892, xpathi, 643, true, true, pass +BenchmarkTest01893, xpathi, 643, false, false, pass +BenchmarkTest01894, xpathi, 643, true, true, pass +BenchmarkTest01895, crypto, 327, true, true, pass +BenchmarkTest01896, crypto, 327, false, false, pass +BenchmarkTest01897, crypto, 327, true, true, pass +BenchmarkTest01898, crypto, 327, true, true, pass +BenchmarkTest01899, crypto, 327, false, false, pass +BenchmarkTest01900, crypto, 327, true, true, pass +BenchmarkTest01901, crypto, 327, false, false, pass +BenchmarkTest01902, ldapi, 90, true, true, pass +BenchmarkTest01903, ldapi, 90, false, false, pass +BenchmarkTest01904, pathtraver, 22, true, true, pass +BenchmarkTest01905, pathtraver, 22, false, false, pass +BenchmarkTest01906, pathtraver, 22, true, true, pass +BenchmarkTest01907, pathtraver, 22, true, true, pass +BenchmarkTest01908, pathtraver, 22, true, true, pass +BenchmarkTest01909, ldapi, 90, false, false, pass +BenchmarkTest01910, weakrand, 330, true, true, pass +BenchmarkTest01911, hash, 328, true, true, pass +BenchmarkTest01912, hash, 328, false, false, pass +BenchmarkTest01913, hash, 328, false, false, pass +BenchmarkTest01914, xss, 79, false, false, pass +BenchmarkTest01915, xss, 79, false, false, pass +BenchmarkTest01916, xss, 79, true, true, pass +BenchmarkTest01917, xss, 79, false, false, pass +BenchmarkTest01918, xss, 79, false, false, pass +BenchmarkTest01919, xss, 79, true, true, pass +BenchmarkTest01920, xss, 79, true, true, pass +BenchmarkTest01921, xss, 79, true, true, pass +BenchmarkTest01922, xss, 79, true, true, pass +BenchmarkTest01923, xss, 79, true, true, pass +BenchmarkTest01924, xss, 79, false, false, pass +BenchmarkTest01925, xss, 79, true, true, pass +BenchmarkTest01926, xss, 79, true, true, pass +BenchmarkTest01927, xss, 79, true, true, pass +BenchmarkTest01928, cmdi, 78, true, true, pass +BenchmarkTest01929, cmdi, 78, true, true, pass +BenchmarkTest01930, weakrand, 330, true, true, pass +BenchmarkTest01931, weakrand, 330, true, true, pass +BenchmarkTest01932, weakrand, 330, true, true, pass +BenchmarkTest01933, weakrand, 330, true, true, pass +BenchmarkTest01934, weakrand, 330, true, true, pass +BenchmarkTest01935, securecookie, 614, false, false, pass +BenchmarkTest01936, cmdi, 78, true, true, pass +BenchmarkTest01937, cmdi, 78, false, false, pass +BenchmarkTest01938, cmdi, 78, true, true, pass +BenchmarkTest01939, cmdi, 78, false, false, pass +BenchmarkTest01940, cmdi, 78, true, true, pass +BenchmarkTest01941, cmdi, 78, false, false, pass +BenchmarkTest01942, cmdi, 78, true, true, pass +BenchmarkTest01943, cmdi, 78, false, false, pass +BenchmarkTest01944, cmdi, 78, true, true, pass +BenchmarkTest01945, weakrand, 330, false, false, pass +BenchmarkTest01946, weakrand, 330, false, false, pass +BenchmarkTest01947, weakrand, 330, false, false, pass +BenchmarkTest01948, weakrand, 330, false, false, pass +BenchmarkTest01949, weakrand, 330, false, false, pass +BenchmarkTest01950, weakrand, 330, false, false, pass +BenchmarkTest01951, weakrand, 330, false, false, pass +BenchmarkTest01952, weakrand, 330, false, false, pass +BenchmarkTest01953, weakrand, 330, false, false, pass +BenchmarkTest01954, weakrand, 330, false, false, pass +BenchmarkTest01955, trustbound, 501, true, true, pass +BenchmarkTest01956, trustbound, 501, false, false, pass +BenchmarkTest01957, trustbound, 501, false, false, pass +BenchmarkTest01958, trustbound, 501, true, true, pass +BenchmarkTest01959, trustbound, 501, false, false, pass +BenchmarkTest01960, trustbound, 501, true, true, pass +BenchmarkTest01961, sqli, 89, false, false, pass +BenchmarkTest01962, sqli, 89, true, true, pass +BenchmarkTest01963, sqli, 89, true, true, pass +BenchmarkTest01964, sqli, 89, true, true, pass +BenchmarkTest01965, sqli, 89, false, false, pass +BenchmarkTest01966, sqli, 89, false, false, pass +BenchmarkTest01967, sqli, 89, false, false, pass +BenchmarkTest01968, sqli, 89, false, false, pass +BenchmarkTest01969, sqli, 89, false, false, pass +BenchmarkTest01970, sqli, 89, true, true, pass +BenchmarkTest01971, sqli, 89, true, true, pass +BenchmarkTest01972, sqli, 89, true, true, pass +BenchmarkTest01973, sqli, 89, false, false, pass +BenchmarkTest01974, xpathi, 643, true, true, pass +BenchmarkTest01975, crypto, 327, false, false, pass +BenchmarkTest01976, crypto, 327, false, false, pass +BenchmarkTest01977, crypto, 327, false, false, pass +BenchmarkTest01978, crypto, 327, true, true, pass +BenchmarkTest01979, crypto, 327, false, false, pass +BenchmarkTest01980, crypto, 327, true, true, pass +BenchmarkTest01981, crypto, 327, true, true, pass +BenchmarkTest01982, crypto, 327, false, false, pass +BenchmarkTest01983, pathtraver, 22, true, true, pass +BenchmarkTest01984, pathtraver, 22, false, false, pass +BenchmarkTest01985, pathtraver, 22, true, true, pass +BenchmarkTest01986, pathtraver, 22, false, false, pass +BenchmarkTest01987, pathtraver, 22, true, true, pass +BenchmarkTest01988, pathtraver, 22, true, true, pass +BenchmarkTest01989, pathtraver, 22, true, true, pass +BenchmarkTest01990, pathtraver, 22, false, false, pass +BenchmarkTest01991, pathtraver, 22, false, false, pass +BenchmarkTest01992, weakrand, 330, true, true, pass +BenchmarkTest01993, hash, 328, false, false, pass +BenchmarkTest01994, hash, 328, false, false, pass +BenchmarkTest01995, hash, 328, false, false, pass +BenchmarkTest01996, hash, 328, true, true, pass +BenchmarkTest01997, hash, 328, true, true, pass +BenchmarkTest01998, hash, 328, false, false, pass +BenchmarkTest01999, weakrand, 330, true, true, pass +BenchmarkTest02000, weakrand, 330, true, true, pass +BenchmarkTest02001, weakrand, 330, true, true, pass +BenchmarkTest02002, weakrand, 330, true, true, pass +BenchmarkTest02003, weakrand, 330, true, true, pass +BenchmarkTest02004, weakrand, 330, true, true, pass +BenchmarkTest02005, securecookie, 614, true, true, pass +BenchmarkTest02006, securecookie, 614, false, false, pass +BenchmarkTest02007, weakrand, 330, false, false, pass +BenchmarkTest02008, weakrand, 330, false, false, pass +BenchmarkTest02009, weakrand, 330, false, false, pass +BenchmarkTest02010, weakrand, 330, false, false, pass +BenchmarkTest02011, weakrand, 330, false, false, pass +BenchmarkTest02012, weakrand, 330, false, false, pass +BenchmarkTest02013, weakrand, 330, false, false, pass +BenchmarkTest02014, weakrand, 330, false, false, pass +BenchmarkTest02015, trustbound, 501, true, true, pass +BenchmarkTest02016, trustbound, 501, true, true, pass +BenchmarkTest02017, crypto, 327, true, true, pass +BenchmarkTest02018, crypto, 327, true, true, pass +BenchmarkTest02019, crypto, 327, true, true, pass +BenchmarkTest02020, crypto, 327, true, true, pass +BenchmarkTest02021, crypto, 327, false, false, pass +BenchmarkTest02022, crypto, 327, true, true, pass +BenchmarkTest02023, crypto, 327, true, true, pass +BenchmarkTest02024, crypto, 327, false, false, pass +BenchmarkTest02025, ldapi, 90, false, false, pass +BenchmarkTest02026, pathtraver, 22, false, false, pass +BenchmarkTest02027, pathtraver, 22, true, true, pass +BenchmarkTest02028, pathtraver, 22, false, false, pass +BenchmarkTest02029, pathtraver, 22, false, false, pass +BenchmarkTest02030, pathtraver, 22, false, false, pass +BenchmarkTest02031, pathtraver, 22, false, false, pass +BenchmarkTest02032, pathtraver, 22, true, true, pass +BenchmarkTest02033, pathtraver, 22, false, false, pass +BenchmarkTest02034, pathtraver, 22, true, true, pass +BenchmarkTest02035, pathtraver, 22, false, false, pass +BenchmarkTest02036, ldapi, 90, true, true, pass +BenchmarkTest02037, ldapi, 90, true, true, pass +BenchmarkTest02038, weakrand, 330, true, true, pass +BenchmarkTest02039, weakrand, 330, true, true, pass +BenchmarkTest02040, weakrand, 330, true, true, pass +BenchmarkTest02041, hash, 328, false, false, pass +BenchmarkTest02042, hash, 328, true, true, pass +BenchmarkTest02043, hash, 328, false, false, pass +BenchmarkTest02044, hash, 328, false, false, pass +BenchmarkTest02045, xss, 79, false, false, pass +BenchmarkTest02046, xss, 79, true, true, pass +BenchmarkTest02047, xss, 79, true, true, pass +BenchmarkTest02048, xss, 79, false, false, pass +BenchmarkTest02049, xss, 79, false, false, pass +BenchmarkTest02050, xss, 79, true, true, pass +BenchmarkTest02051, xss, 79, true, true, pass +BenchmarkTest02052, xss, 79, false, false, pass +BenchmarkTest02053, xss, 79, false, false, pass +BenchmarkTest02054, xss, 79, true, true, pass +BenchmarkTest02055, xss, 79, true, true, pass +BenchmarkTest02056, xss, 79, true, true, pass +BenchmarkTest02057, xss, 79, true, true, pass +BenchmarkTest02058, cmdi, 78, false, false, pass +BenchmarkTest02059, cmdi, 78, true, true, pass +BenchmarkTest02060, weakrand, 330, true, true, pass +BenchmarkTest02061, weakrand, 330, true, true, pass +BenchmarkTest02062, weakrand, 330, true, true, pass +BenchmarkTest02063, weakrand, 330, true, true, pass +BenchmarkTest02064, securecookie, 614, false, false, pass +BenchmarkTest02065, securecookie, 614, false, false, pass +BenchmarkTest02066, securecookie, 614, false, false, pass +BenchmarkTest02067, cmdi, 78, false, false, pass +BenchmarkTest02068, cmdi, 78, false, false, pass +BenchmarkTest02069, cmdi, 78, false, false, pass +BenchmarkTest02070, cmdi, 78, true, true, pass +BenchmarkTest02071, weakrand, 330, false, false, pass +BenchmarkTest02072, weakrand, 330, false, false, pass +BenchmarkTest02073, weakrand, 330, false, false, pass +BenchmarkTest02074, weakrand, 330, false, false, pass +BenchmarkTest02075, weakrand, 330, false, false, pass +BenchmarkTest02076, weakrand, 330, false, false, pass +BenchmarkTest02077, weakrand, 330, false, false, pass +BenchmarkTest02078, weakrand, 330, false, false, pass +BenchmarkTest02079, weakrand, 330, false, false, pass +BenchmarkTest02080, weakrand, 330, false, false, pass +BenchmarkTest02081, weakrand, 330, false, false, pass +BenchmarkTest02082, weakrand, 330, false, false, pass +BenchmarkTest02083, weakrand, 330, false, false, pass +BenchmarkTest02084, trustbound, 501, true, true, pass +BenchmarkTest02085, trustbound, 501, false, false, pass +BenchmarkTest02086, trustbound, 501, false, false, pass +BenchmarkTest02087, sqli, 89, true, true, pass +BenchmarkTest02088, sqli, 89, true, true, pass +BenchmarkTest02089, sqli, 89, false, false, pass +BenchmarkTest02090, sqli, 89, true, true, pass +BenchmarkTest02091, sqli, 89, true, true, pass +BenchmarkTest02092, sqli, 89, true, true, pass +BenchmarkTest02093, sqli, 89, false, false, pass +BenchmarkTest02094, sqli, 89, true, true, pass +BenchmarkTest02095, sqli, 89, false, false, pass +BenchmarkTest02096, sqli, 89, true, true, pass +BenchmarkTest02097, sqli, 89, false, false, pass +BenchmarkTest02098, sqli, 89, false, false, pass +BenchmarkTest02099, sqli, 89, true, true, pass +BenchmarkTest02100, xpathi, 643, true, true, pass +BenchmarkTest02101, crypto, 327, true, true, pass +BenchmarkTest02102, crypto, 327, false, false, pass +BenchmarkTest02103, crypto, 327, false, false, pass +BenchmarkTest02104, ldapi, 90, false, false, pass +BenchmarkTest02105, pathtraver, 22, true, true, pass +BenchmarkTest02106, pathtraver, 22, true, true, pass +BenchmarkTest02107, pathtraver, 22, false, false, pass +BenchmarkTest02108, pathtraver, 22, false, false, pass +BenchmarkTest02109, pathtraver, 22, true, true, pass +BenchmarkTest02110, pathtraver, 22, false, false, pass +BenchmarkTest02111, pathtraver, 22, false, false, pass +BenchmarkTest02112, pathtraver, 22, true, true, pass +BenchmarkTest02113, pathtraver, 22, true, true, pass +BenchmarkTest02114, ldapi, 90, false, false, pass +BenchmarkTest02115, ldapi, 90, false, false, pass +BenchmarkTest02116, ldapi, 90, false, false, pass +BenchmarkTest02117, weakrand, 330, true, true, pass +BenchmarkTest02118, hash, 328, true, true, pass +BenchmarkTest02119, hash, 328, false, false, pass +BenchmarkTest02120, hash, 328, false, false, pass +BenchmarkTest02121, hash, 328, true, true, pass +BenchmarkTest02122, xss, 79, false, false, pass +BenchmarkTest02123, xss, 79, true, true, pass +BenchmarkTest02124, xss, 79, true, true, pass +BenchmarkTest02125, xss, 79, false, false, pass +BenchmarkTest02126, xss, 79, true, true, pass +BenchmarkTest02127, xss, 79, true, true, pass +BenchmarkTest02128, xss, 79, true, true, pass +BenchmarkTest02129, xss, 79, true, true, pass +BenchmarkTest02130, xss, 79, true, true, pass +BenchmarkTest02131, xss, 79, true, true, pass +BenchmarkTest02132, xss, 79, true, true, pass +BenchmarkTest02133, xss, 79, true, true, pass +BenchmarkTest02134, xss, 79, true, true, pass +BenchmarkTest02135, xss, 79, false, false, pass +BenchmarkTest02136, xss, 79, true, true, pass +BenchmarkTest02137, cmdi, 78, true, true, pass +BenchmarkTest02138, weakrand, 330, true, true, pass +BenchmarkTest02139, weakrand, 330, true, true, pass +BenchmarkTest02140, weakrand, 330, true, true, pass +BenchmarkTest02141, weakrand, 330, true, true, pass +BenchmarkTest02142, securecookie, 614, true, true, pass +BenchmarkTest02143, securecookie, 614, false, false, pass +BenchmarkTest02144, securecookie, 614, false, false, pass +BenchmarkTest02145, xss, 79, true, true, pass +BenchmarkTest02146, cmdi, 78, true, true, pass +BenchmarkTest02147, cmdi, 78, true, true, pass +BenchmarkTest02148, cmdi, 78, false, false, pass +BenchmarkTest02149, cmdi, 78, false, false, pass +BenchmarkTest02150, cmdi, 78, true, true, pass +BenchmarkTest02151, cmdi, 78, true, true, pass +BenchmarkTest02152, cmdi, 78, true, true, pass +BenchmarkTest02153, cmdi, 78, false, false, pass +BenchmarkTest02154, cmdi, 78, true, true, pass +BenchmarkTest02155, cmdi, 78, true, true, pass +BenchmarkTest02156, cmdi, 78, false, false, pass +BenchmarkTest02157, weakrand, 330, false, false, pass +BenchmarkTest02158, weakrand, 330, false, false, pass +BenchmarkTest02159, weakrand, 330, false, false, pass +BenchmarkTest02160, weakrand, 330, false, false, pass +BenchmarkTest02161, weakrand, 330, false, false, pass +BenchmarkTest02162, weakrand, 330, false, false, pass +BenchmarkTest02163, weakrand, 330, false, false, pass +BenchmarkTest02164, weakrand, 330, false, false, pass +BenchmarkTest02165, trustbound, 501, true, true, pass +BenchmarkTest02166, trustbound, 501, false, false, pass +BenchmarkTest02167, trustbound, 501, true, true, pass +BenchmarkTest02168, trustbound, 501, false, false, pass +BenchmarkTest02169, sqli, 89, true, true, pass +BenchmarkTest02170, sqli, 89, true, true, pass +BenchmarkTest02171, sqli, 89, true, true, pass +BenchmarkTest02172, sqli, 89, false, false, pass +BenchmarkTest02173, sqli, 89, false, false, pass +BenchmarkTest02174, sqli, 89, false, false, pass +BenchmarkTest02175, sqli, 89, false, false, pass +BenchmarkTest02176, sqli, 89, false, false, pass +BenchmarkTest02177, sqli, 89, true, true, pass +BenchmarkTest02178, sqli, 89, true, true, pass +BenchmarkTest02179, sqli, 89, true, true, pass +BenchmarkTest02180, sqli, 89, false, false, pass +BenchmarkTest02181, sqli, 89, true, true, pass +BenchmarkTest02182, sqli, 89, true, true, pass +BenchmarkTest02183, sqli, 89, false, false, pass +BenchmarkTest02184, sqli, 89, false, false, pass +BenchmarkTest02185, sqli, 89, false, false, pass +BenchmarkTest02186, sqli, 89, true, true, pass +BenchmarkTest02187, sqli, 89, true, true, pass +BenchmarkTest02188, sqli, 89, false, false, pass +BenchmarkTest02189, xpathi, 643, true, true, pass +BenchmarkTest02190, crypto, 327, false, false, pass +BenchmarkTest02191, crypto, 327, false, false, pass +BenchmarkTest02192, crypto, 327, true, true, pass +BenchmarkTest02193, crypto, 327, true, true, pass +BenchmarkTest02194, crypto, 327, true, true, pass +BenchmarkTest02195, crypto, 327, true, true, pass +BenchmarkTest02196, ldapi, 90, true, true, pass +BenchmarkTest02197, pathtraver, 22, true, true, pass +BenchmarkTest02198, pathtraver, 22, true, true, pass +BenchmarkTest02199, pathtraver, 22, true, true, pass +BenchmarkTest02200, pathtraver, 22, false, false, pass +BenchmarkTest02201, pathtraver, 22, false, false, pass +BenchmarkTest02202, pathtraver, 22, false, false, pass +BenchmarkTest02203, pathtraver, 22, false, false, pass +BenchmarkTest02204, pathtraver, 22, false, false, pass +BenchmarkTest02205, pathtraver, 22, true, true, pass +BenchmarkTest02206, pathtraver, 22, false, false, pass +BenchmarkTest02207, pathtraver, 22, false, false, pass +BenchmarkTest02208, ldapi, 90, true, true, pass +BenchmarkTest02209, weakrand, 330, true, true, pass +BenchmarkTest02210, hash, 328, false, false, pass +BenchmarkTest02211, hash, 328, true, true, pass +BenchmarkTest02212, hash, 328, true, true, pass +BenchmarkTest02213, hash, 328, true, true, pass +BenchmarkTest02214, hash, 328, false, false, pass +BenchmarkTest02215, hash, 328, false, false, pass +BenchmarkTest02216, hash, 328, false, false, pass +BenchmarkTest02217, hash, 328, true, true, pass +BenchmarkTest02218, hash, 328, false, false, pass +BenchmarkTest02219, hash, 328, true, true, pass +BenchmarkTest02220, hash, 328, false, false, pass +BenchmarkTest02221, xss, 79, true, true, pass +BenchmarkTest02222, xss, 79, false, false, pass +BenchmarkTest02223, xss, 79, true, true, pass +BenchmarkTest02224, xss, 79, true, true, pass +BenchmarkTest02225, xss, 79, true, true, pass +BenchmarkTest02226, xss, 79, false, false, pass +BenchmarkTest02227, xss, 79, true, true, pass +BenchmarkTest02228, xss, 79, true, true, pass +BenchmarkTest02229, xss, 79, false, false, pass +BenchmarkTest02230, xss, 79, true, true, pass +BenchmarkTest02231, xss, 79, false, false, pass +BenchmarkTest02232, xss, 79, true, true, pass +BenchmarkTest02233, xss, 79, false, false, pass +BenchmarkTest02234, xss, 79, true, true, pass +BenchmarkTest02235, xss, 79, false, false, pass +BenchmarkTest02236, xss, 79, false, false, pass +BenchmarkTest02237, xss, 79, false, false, pass +BenchmarkTest02238, xss, 79, false, false, pass +BenchmarkTest02239, xss, 79, false, false, pass +BenchmarkTest02240, xss, 79, false, false, pass +BenchmarkTest02241, xss, 79, true, true, pass +BenchmarkTest02242, cmdi, 78, false, false, pass +BenchmarkTest02243, cmdi, 78, true, true, pass +BenchmarkTest02244, cmdi, 78, true, true, pass +BenchmarkTest02245, weakrand, 330, true, true, pass +BenchmarkTest02246, weakrand, 330, true, true, pass +BenchmarkTest02247, securecookie, 614, false, false, pass +BenchmarkTest02248, securecookie, 614, false, false, pass +BenchmarkTest02249, cmdi, 78, true, true, pass +BenchmarkTest02250, cmdi, 78, true, true, pass +BenchmarkTest02251, cmdi, 78, true, true, pass +BenchmarkTest02252, cmdi, 78, false, false, pass +BenchmarkTest02253, cmdi, 78, false, false, pass +BenchmarkTest02254, weakrand, 330, false, false, pass +BenchmarkTest02255, weakrand, 330, false, false, pass +BenchmarkTest02256, weakrand, 330, false, false, pass +BenchmarkTest02257, weakrand, 330, false, false, pass +BenchmarkTest02258, weakrand, 330, false, false, pass +BenchmarkTest02259, weakrand, 330, false, false, pass +BenchmarkTest02260, weakrand, 330, false, false, pass +BenchmarkTest02261, trustbound, 501, true, true, pass +BenchmarkTest02262, trustbound, 501, true, true, pass +BenchmarkTest02263, trustbound, 501, true, true, pass +BenchmarkTest02264, sqli, 89, true, true, pass +BenchmarkTest02265, sqli, 89, false, false, pass +BenchmarkTest02266, sqli, 89, false, false, pass +BenchmarkTest02267, sqli, 89, false, false, pass +BenchmarkTest02268, sqli, 89, false, false, pass +BenchmarkTest02269, sqli, 89, true, true, pass +BenchmarkTest02270, sqli, 89, true, true, pass +BenchmarkTest02271, sqli, 89, false, false, pass +BenchmarkTest02272, sqli, 89, true, true, pass +BenchmarkTest02273, sqli, 89, true, true, pass +BenchmarkTest02274, sqli, 89, false, false, pass +BenchmarkTest02275, sqli, 89, true, true, pass +BenchmarkTest02276, sqli, 89, false, false, pass +BenchmarkTest02277, sqli, 89, true, true, pass +BenchmarkTest02278, sqli, 89, false, false, pass +BenchmarkTest02279, sqli, 89, false, false, pass +BenchmarkTest02280, sqli, 89, false, false, pass +BenchmarkTest02281, sqli, 89, true, true, pass +BenchmarkTest02282, sqli, 89, false, false, pass +BenchmarkTest02283, sqli, 89, false, false, pass +BenchmarkTest02284, sqli, 89, true, true, pass +BenchmarkTest02285, sqli, 89, false, false, pass +BenchmarkTest02286, sqli, 89, true, true, pass +BenchmarkTest02287, sqli, 89, true, true, pass +BenchmarkTest02288, sqli, 89, true, true, pass +BenchmarkTest02289, crypto, 327, false, false, pass +BenchmarkTest02290, crypto, 327, true, true, pass +BenchmarkTest02291, crypto, 327, true, true, pass +BenchmarkTest02292, crypto, 327, true, true, pass +BenchmarkTest02293, crypto, 327, true, true, pass +BenchmarkTest02294, crypto, 327, true, true, pass +BenchmarkTest02295, crypto, 327, true, true, pass +BenchmarkTest02296, crypto, 327, false, false, pass +BenchmarkTest02297, crypto, 327, false, false, pass +BenchmarkTest02298, crypto, 327, false, false, pass +BenchmarkTest02299, ldapi, 90, true, true, pass +BenchmarkTest02300, pathtraver, 22, false, false, pass +BenchmarkTest02301, pathtraver, 22, false, false, pass +BenchmarkTest02302, pathtraver, 22, true, true, pass +BenchmarkTest02303, pathtraver, 22, true, true, pass +BenchmarkTest02304, pathtraver, 22, true, true, pass +BenchmarkTest02305, ldapi, 90, true, true, pass +BenchmarkTest02306, ldapi, 90, true, true, pass +BenchmarkTest02307, hash, 328, true, true, pass +BenchmarkTest02308, hash, 328, true, true, pass +BenchmarkTest02309, hash, 328, false, false, pass +BenchmarkTest02310, hash, 328, false, false, pass +BenchmarkTest02311, hash, 328, true, true, pass +BenchmarkTest02312, hash, 328, false, false, pass +BenchmarkTest02313, xss, 79, false, false, pass +BenchmarkTest02314, xss, 79, true, true, pass +BenchmarkTest02315, xss, 79, true, true, pass +BenchmarkTest02316, xss, 79, true, true, pass +BenchmarkTest02317, xss, 79, true, true, pass +BenchmarkTest02318, xss, 79, false, false, pass +BenchmarkTest02319, xss, 79, false, false, pass +BenchmarkTest02320, xss, 79, false, false, pass +BenchmarkTest02321, xss, 79, true, true, pass +BenchmarkTest02322, xss, 79, true, true, pass +BenchmarkTest02323, xss, 79, true, true, pass +BenchmarkTest02324, xss, 79, true, true, pass +BenchmarkTest02325, xss, 79, false, false, pass +BenchmarkTest02326, xss, 79, true, true, pass +BenchmarkTest02327, xss, 79, true, true, pass +BenchmarkTest02328, xss, 79, true, true, pass +BenchmarkTest02329, xss, 79, false, false, pass +BenchmarkTest02330, xss, 79, false, false, pass +BenchmarkTest02331, xss, 79, false, false, pass +BenchmarkTest02332, xss, 79, true, true, pass +BenchmarkTest02333, cmdi, 78, true, true, pass +BenchmarkTest02334, cmdi, 78, true, true, pass +BenchmarkTest02335, cmdi, 78, false, false, pass +BenchmarkTest02336, cmdi, 78, false, false, pass +BenchmarkTest02337, weakrand, 330, true, true, pass +BenchmarkTest02338, weakrand, 330, true, true, pass +BenchmarkTest02339, securecookie, 614, true, true, pass +BenchmarkTest02340, cmdi, 78, false, false, pass +BenchmarkTest02341, cmdi, 78, false, false, pass +BenchmarkTest02342, cmdi, 78, true, true, pass +BenchmarkTest02343, cmdi, 78, true, true, pass +BenchmarkTest02344, cmdi, 78, true, true, pass +BenchmarkTest02345, weakrand, 330, false, false, pass +BenchmarkTest02346, weakrand, 330, false, false, pass +BenchmarkTest02347, weakrand, 330, false, false, pass +BenchmarkTest02348, weakrand, 330, false, false, pass +BenchmarkTest02349, weakrand, 330, false, false, pass +BenchmarkTest02350, weakrand, 330, false, false, pass +BenchmarkTest02351, weakrand, 330, false, false, pass +BenchmarkTest02352, trustbound, 501, true, true, pass +BenchmarkTest02353, sqli, 89, false, false, pass +BenchmarkTest02354, sqli, 89, true, true, pass +BenchmarkTest02355, sqli, 89, true, true, pass +BenchmarkTest02356, sqli, 89, true, true, pass +BenchmarkTest02357, sqli, 89, true, true, pass +BenchmarkTest02358, sqli, 89, true, true, pass +BenchmarkTest02359, sqli, 89, true, true, pass +BenchmarkTest02360, sqli, 89, true, true, pass +BenchmarkTest02361, sqli, 89, false, false, pass +BenchmarkTest02362, sqli, 89, true, true, pass +BenchmarkTest02363, sqli, 89, false, false, pass +BenchmarkTest02364, sqli, 89, true, true, pass +BenchmarkTest02365, sqli, 89, false, false, pass +BenchmarkTest02366, sqli, 89, false, false, pass +BenchmarkTest02367, sqli, 89, false, false, pass +BenchmarkTest02368, sqli, 89, false, false, pass +BenchmarkTest02369, sqli, 89, true, true, pass +BenchmarkTest02370, xpathi, 643, false, false, pass +BenchmarkTest02371, crypto, 327, false, false, pass +BenchmarkTest02372, crypto, 327, false, false, pass +BenchmarkTest02373, crypto, 327, true, true, pass +BenchmarkTest02374, crypto, 327, true, true, pass +BenchmarkTest02375, crypto, 327, true, true, pass +BenchmarkTest02376, ldapi, 90, false, false, pass +BenchmarkTest02377, pathtraver, 22, true, true, pass +BenchmarkTest02378, pathtraver, 22, true, true, pass +BenchmarkTest02379, pathtraver, 22, false, false, pass +BenchmarkTest02380, pathtraver, 22, false, false, pass +BenchmarkTest02381, pathtraver, 22, false, false, pass +BenchmarkTest02382, pathtraver, 22, false, false, pass +BenchmarkTest02383, pathtraver, 22, true, true, pass +BenchmarkTest02384, ldapi, 90, false, false, pass +BenchmarkTest02385, hash, 328, true, true, pass +BenchmarkTest02386, hash, 328, true, true, pass +BenchmarkTest02387, hash, 328, true, true, pass +BenchmarkTest02388, hash, 328, true, true, pass +BenchmarkTest02389, hash, 328, false, false, pass +BenchmarkTest02390, hash, 328, false, false, pass +BenchmarkTest02391, hash, 328, true, true, pass +BenchmarkTest02392, hash, 328, true, true, pass +BenchmarkTest02393, hash, 328, true, true, pass +BenchmarkTest02394, xss, 79, false, false, pass +BenchmarkTest02395, xss, 79, true, true, pass +BenchmarkTest02396, xss, 79, true, true, pass +BenchmarkTest02397, xss, 79, true, true, pass +BenchmarkTest02398, xss, 79, false, false, pass +BenchmarkTest02399, xss, 79, true, true, pass +BenchmarkTest02400, xss, 79, true, true, pass +BenchmarkTest02401, xss, 79, false, false, pass +BenchmarkTest02402, xss, 79, true, true, pass +BenchmarkTest02403, xss, 79, true, true, pass +BenchmarkTest02404, xss, 79, false, false, pass +BenchmarkTest02405, xss, 79, true, true, pass +BenchmarkTest02406, xss, 79, false, false, pass +BenchmarkTest02407, xss, 79, true, true, pass +BenchmarkTest02408, xss, 79, false, false, pass +BenchmarkTest02409, xss, 79, true, true, pass +BenchmarkTest02410, xss, 79, true, true, pass +BenchmarkTest02411, cmdi, 78, true, true, pass +BenchmarkTest02412, cmdi, 78, true, true, pass +BenchmarkTest02413, cmdi, 78, false, false, pass +BenchmarkTest02414, cmdi, 78, true, true, pass +BenchmarkTest02415, weakrand, 330, true, true, pass +BenchmarkTest02416, weakrand, 330, true, true, pass +BenchmarkTest02417, weakrand, 330, true, true, pass +BenchmarkTest02418, weakrand, 330, true, true, pass +BenchmarkTest02419, weakrand, 330, true, true, pass +BenchmarkTest02420, weakrand, 330, true, true, pass +BenchmarkTest02421, weakrand, 330, true, true, pass +BenchmarkTest02422, weakrand, 330, true, true, pass +BenchmarkTest02423, weakrand, 330, true, true, pass +BenchmarkTest02424, weakrand, 330, true, true, pass +BenchmarkTest02425, weakrand, 330, true, true, pass +BenchmarkTest02426, weakrand, 330, true, true, pass +BenchmarkTest02427, securecookie, 614, true, true, pass +BenchmarkTest02428, cmdi, 78, false, false, pass +BenchmarkTest02429, cmdi, 78, true, true, pass +BenchmarkTest02430, cmdi, 78, true, true, pass +BenchmarkTest02431, cmdi, 78, true, true, pass +BenchmarkTest02432, cmdi, 78, true, true, pass +BenchmarkTest02433, cmdi, 78, true, true, pass +BenchmarkTest02434, weakrand, 330, false, false, pass +BenchmarkTest02435, weakrand, 330, false, false, pass +BenchmarkTest02436, weakrand, 330, false, false, pass +BenchmarkTest02437, weakrand, 330, false, false, pass +BenchmarkTest02438, weakrand, 330, false, false, pass +BenchmarkTest02439, weakrand, 330, false, false, pass +BenchmarkTest02440, weakrand, 330, false, false, pass +BenchmarkTest02441, weakrand, 330, false, false, pass +BenchmarkTest02442, weakrand, 330, false, false, pass +BenchmarkTest02443, weakrand, 330, false, false, pass +BenchmarkTest02444, weakrand, 330, false, false, pass +BenchmarkTest02445, weakrand, 330, false, false, pass +BenchmarkTest02446, trustbound, 501, true, true, pass +BenchmarkTest02447, trustbound, 501, false, false, pass +BenchmarkTest02448, trustbound, 501, true, true, pass +BenchmarkTest02449, sqli, 89, true, true, pass +BenchmarkTest02450, sqli, 89, false, false, pass +BenchmarkTest02451, sqli, 89, true, true, pass +BenchmarkTest02452, sqli, 89, false, false, pass +BenchmarkTest02453, sqli, 89, true, true, pass +BenchmarkTest02454, sqli, 89, true, true, pass +BenchmarkTest02455, sqli, 89, true, true, pass +BenchmarkTest02456, sqli, 89, false, false, pass +BenchmarkTest02457, xpathi, 643, false, false, pass +BenchmarkTest02458, crypto, 327, true, true, pass +BenchmarkTest02459, crypto, 327, false, false, pass +BenchmarkTest02460, crypto, 327, false, false, pass +BenchmarkTest02461, crypto, 327, false, false, pass +BenchmarkTest02462, pathtraver, 22, false, false, pass +BenchmarkTest02463, pathtraver, 22, true, true, pass +BenchmarkTest02464, pathtraver, 22, false, false, pass +BenchmarkTest02465, pathtraver, 22, true, true, pass +BenchmarkTest02466, pathtraver, 22, true, true, pass +BenchmarkTest02467, pathtraver, 22, false, false, pass +BenchmarkTest02468, pathtraver, 22, false, false, pass +BenchmarkTest02469, pathtraver, 22, true, true, pass +BenchmarkTest02470, pathtraver, 22, false, false, pass +BenchmarkTest02471, pathtraver, 22, false, false, pass +BenchmarkTest02472, ldapi, 90, true, true, pass +BenchmarkTest02473, weakrand, 330, true, true, pass +BenchmarkTest02474, hash, 328, true, true, pass +BenchmarkTest02475, hash, 328, true, true, pass +BenchmarkTest02476, hash, 328, true, true, pass +BenchmarkTest02477, hash, 328, false, false, pass +BenchmarkTest02478, hash, 328, true, true, pass +BenchmarkTest02479, hash, 328, false, false, pass +BenchmarkTest02480, xss, 79, true, true, pass +BenchmarkTest02481, xss, 79, false, false, pass +BenchmarkTest02482, xss, 79, false, false, pass +BenchmarkTest02483, xss, 79, true, true, pass +BenchmarkTest02484, xss, 79, false, false, pass +BenchmarkTest02485, xss, 79, false, false, pass +BenchmarkTest02486, xss, 79, true, true, pass +BenchmarkTest02487, xss, 79, true, true, pass +BenchmarkTest02488, xss, 79, false, false, pass +BenchmarkTest02489, xss, 79, true, true, pass +BenchmarkTest02490, xss, 79, false, false, pass +BenchmarkTest02491, xss, 79, false, false, pass +BenchmarkTest02492, xss, 79, false, false, pass +BenchmarkTest02493, xss, 79, true, true, pass +BenchmarkTest02494, xss, 79, true, true, pass +BenchmarkTest02495, xss, 79, false, false, pass +BenchmarkTest02496, cmdi, 78, true, true, pass +BenchmarkTest02497, weakrand, 330, true, true, pass +BenchmarkTest02498, weakrand, 330, true, true, pass +BenchmarkTest02499, weakrand, 330, true, true, pass +BenchmarkTest02500, weakrand, 330, true, true, pass +BenchmarkTest02501, weakrand, 330, true, true, pass +BenchmarkTest02502, weakrand, 330, true, true, pass +BenchmarkTest02503, weakrand, 330, true, true, pass +BenchmarkTest02504, weakrand, 330, true, true, pass +BenchmarkTest02505, weakrand, 330, true, true, pass +BenchmarkTest02506, weakrand, 330, true, true, pass +BenchmarkTest02507, securecookie, 614, true, true, pass +BenchmarkTest02508, securecookie, 614, false, false, pass +BenchmarkTest02509, xss, 79, false, false, pass +BenchmarkTest02510, cmdi, 78, false, false, pass +BenchmarkTest02511, cmdi, 78, true, true, pass +BenchmarkTest02512, cmdi, 78, true, true, pass +BenchmarkTest02513, cmdi, 78, false, false, pass +BenchmarkTest02514, cmdi, 78, true, true, pass +BenchmarkTest02515, cmdi, 78, true, true, pass +BenchmarkTest02516, cmdi, 78, true, true, pass +BenchmarkTest02517, cmdi, 78, true, true, pass +BenchmarkTest02518, cmdi, 78, false, false, pass +BenchmarkTest02519, weakrand, 330, false, false, pass +BenchmarkTest02520, weakrand, 330, false, false, pass +BenchmarkTest02521, weakrand, 330, false, false, pass +BenchmarkTest02522, weakrand, 330, false, false, pass +BenchmarkTest02523, trustbound, 501, false, false, pass +BenchmarkTest02524, trustbound, 501, true, true, pass +BenchmarkTest02525, trustbound, 501, true, true, pass +BenchmarkTest02526, trustbound, 501, true, true, pass +BenchmarkTest02527, trustbound, 501, true, true, pass +BenchmarkTest02528, sqli, 89, true, true, pass +BenchmarkTest02529, sqli, 89, false, false, pass +BenchmarkTest02530, sqli, 89, true, true, pass +BenchmarkTest02531, sqli, 89, true, true, pass +BenchmarkTest02532, sqli, 89, true, true, pass +BenchmarkTest02533, sqli, 89, true, true, pass +BenchmarkTest02534, sqli, 89, true, true, pass +BenchmarkTest02535, sqli, 89, true, true, pass +BenchmarkTest02536, sqli, 89, false, false, pass +BenchmarkTest02537, sqli, 89, true, true, pass +BenchmarkTest02538, sqli, 89, false, false, pass +BenchmarkTest02539, sqli, 89, false, false, pass +BenchmarkTest02540, sqli, 89, false, false, pass +BenchmarkTest02541, sqli, 89, false, false, pass +BenchmarkTest02542, sqli, 89, true, true, pass +BenchmarkTest02543, sqli, 89, true, true, pass +BenchmarkTest02544, sqli, 89, false, false, pass +BenchmarkTest02545, sqli, 89, true, true, pass +BenchmarkTest02546, sqli, 89, false, false, pass +BenchmarkTest02547, crypto, 327, false, false, pass +BenchmarkTest02548, crypto, 327, true, true, pass +BenchmarkTest02549, crypto, 327, true, true, pass +BenchmarkTest02550, crypto, 327, true, true, pass +BenchmarkTest02551, crypto, 327, false, false, pass +BenchmarkTest02552, crypto, 327, false, false, pass +BenchmarkTest02553, ldapi, 90, false, false, pass +BenchmarkTest02554, pathtraver, 22, false, false, pass +BenchmarkTest02555, pathtraver, 22, true, true, pass +BenchmarkTest02556, pathtraver, 22, true, true, pass +BenchmarkTest02557, pathtraver, 22, false, false, pass +BenchmarkTest02558, pathtraver, 22, false, false, pass +BenchmarkTest02559, pathtraver, 22, true, true, pass +BenchmarkTest02560, pathtraver, 22, true, true, pass +BenchmarkTest02561, pathtraver, 22, true, true, pass +BenchmarkTest02562, pathtraver, 22, true, true, pass +BenchmarkTest02563, pathtraver, 22, false, false, pass +BenchmarkTest02564, pathtraver, 22, true, true, pass +BenchmarkTest02565, pathtraver, 22, true, true, pass +BenchmarkTest02566, pathtraver, 22, false, false, pass +BenchmarkTest02567, pathtraver, 22, true, true, pass +BenchmarkTest02568, pathtraver, 22, false, false, pass +BenchmarkTest02569, pathtraver, 22, true, true, pass +BenchmarkTest02570, pathtraver, 22, false, false, pass +BenchmarkTest02571, ldapi, 90, false, false, pass +BenchmarkTest02572, ldapi, 90, false, false, pass +BenchmarkTest02573, hash, 328, true, true, pass +BenchmarkTest02574, hash, 328, true, true, pass +BenchmarkTest02575, hash, 328, true, true, pass +BenchmarkTest02576, hash, 328, false, false, pass +BenchmarkTest02577, hash, 328, true, true, pass +BenchmarkTest02578, xss, 79, true, true, pass +BenchmarkTest02579, xss, 79, true, true, pass +BenchmarkTest02580, xss, 79, true, true, pass +BenchmarkTest02581, xss, 79, false, false, pass +BenchmarkTest02582, xss, 79, true, true, pass +BenchmarkTest02583, xss, 79, true, true, pass +BenchmarkTest02584, xss, 79, true, true, pass +BenchmarkTest02585, xss, 79, true, true, pass +BenchmarkTest02586, xss, 79, true, true, pass +BenchmarkTest02587, xss, 79, true, true, pass +BenchmarkTest02588, xss, 79, true, true, pass +BenchmarkTest02589, xss, 79, false, false, pass +BenchmarkTest02590, xss, 79, false, false, pass +BenchmarkTest02591, xss, 79, true, true, pass +BenchmarkTest02592, xss, 79, true, true, pass +BenchmarkTest02593, xss, 79, false, false, pass +BenchmarkTest02594, xss, 79, false, false, pass +BenchmarkTest02595, xss, 79, true, true, pass +BenchmarkTest02596, xss, 79, false, false, pass +BenchmarkTest02597, xss, 79, true, true, pass +BenchmarkTest02598, xss, 79, true, true, pass +BenchmarkTest02599, xss, 79, false, false, pass +BenchmarkTest02600, xss, 79, true, true, pass +BenchmarkTest02601, xss, 79, false, false, pass +BenchmarkTest02602, weakrand, 330, true, true, pass +BenchmarkTest02603, weakrand, 330, true, true, pass +BenchmarkTest02604, weakrand, 330, true, true, pass +BenchmarkTest02605, weakrand, 330, true, true, pass +BenchmarkTest02606, weakrand, 330, true, true, pass +BenchmarkTest02607, securecookie, 614, false, false, pass +BenchmarkTest02608, xss, 79, true, true, pass +BenchmarkTest02609, xss, 79, false, false, pass +BenchmarkTest02610, cmdi, 78, false, false, pass +BenchmarkTest02611, cmdi, 78, true, true, pass +BenchmarkTest02612, cmdi, 78, true, true, pass +BenchmarkTest02613, cmdi, 78, true, true, pass +BenchmarkTest02614, weakrand, 330, false, false, pass +BenchmarkTest02615, weakrand, 330, false, false, pass +BenchmarkTest02616, weakrand, 330, false, false, pass +BenchmarkTest02617, weakrand, 330, false, false, pass +BenchmarkTest02618, weakrand, 330, false, false, pass +BenchmarkTest02619, weakrand, 330, false, false, pass +BenchmarkTest02620, weakrand, 330, false, false, pass +BenchmarkTest02621, weakrand, 330, false, false, pass +BenchmarkTest02622, trustbound, 501, true, true, pass +BenchmarkTest02623, trustbound, 501, true, true, pass +BenchmarkTest02624, trustbound, 501, true, true, pass +BenchmarkTest02625, sqli, 89, true, true, pass +BenchmarkTest02626, sqli, 89, false, false, pass +BenchmarkTest02627, sqli, 89, true, true, pass +BenchmarkTest02628, sqli, 89, true, true, pass +BenchmarkTest02629, sqli, 89, false, false, pass +BenchmarkTest02630, sqli, 89, true, true, pass +BenchmarkTest02631, sqli, 89, false, false, pass +BenchmarkTest02632, sqli, 89, true, true, pass +BenchmarkTest02633, sqli, 89, false, false, pass +BenchmarkTest02634, sqli, 89, false, false, pass +BenchmarkTest02635, sqli, 89, true, true, pass +BenchmarkTest02636, sqli, 89, false, false, pass +BenchmarkTest02637, sqli, 89, false, false, pass +BenchmarkTest02638, sqli, 89, true, true, pass +BenchmarkTest02639, sqli, 89, false, false, pass +BenchmarkTest02640, sqli, 89, false, false, pass +BenchmarkTest02641, sqli, 89, true, true, pass +BenchmarkTest02642, sqli, 89, true, true, pass +BenchmarkTest02643, sqli, 89, true, true, pass +BenchmarkTest02644, sqli, 89, true, true, pass +BenchmarkTest02645, sqli, 89, true, true, pass +BenchmarkTest02646, sqli, 89, true, true, pass +BenchmarkTest02647, sqli, 89, true, true, pass +BenchmarkTest02648, sqli, 89, false, false, pass +BenchmarkTest02649, sqli, 89, true, true, pass +BenchmarkTest02650, sqli, 89, true, true, pass +BenchmarkTest02651, sqli, 89, true, true, pass +BenchmarkTest02652, sqli, 89, false, false, pass +BenchmarkTest02653, sqli, 89, true, true, pass +BenchmarkTest02654, sqli, 89, true, true, pass +BenchmarkTest02655, sqli, 89, true, true, pass +BenchmarkTest02656, sqli, 89, true, true, pass +BenchmarkTest02657, sqli, 89, false, false, pass +BenchmarkTest02658, crypto, 327, true, true, pass +BenchmarkTest02659, crypto, 327, false, false, pass +BenchmarkTest02660, crypto, 327, true, true, pass +BenchmarkTest02661, crypto, 327, true, true, pass +BenchmarkTest02662, crypto, 327, false, false, pass +BenchmarkTest02663, crypto, 327, true, true, pass +BenchmarkTest02664, pathtraver, 22, false, false, pass +BenchmarkTest02665, pathtraver, 22, false, false, pass +BenchmarkTest02666, pathtraver, 22, false, false, pass +BenchmarkTest02667, pathtraver, 22, false, false, pass +BenchmarkTest02668, pathtraver, 22, false, false, pass +BenchmarkTest02669, pathtraver, 22, false, false, pass +BenchmarkTest02670, hash, 328, true, true, pass +BenchmarkTest02671, hash, 328, true, true, pass +BenchmarkTest02672, hash, 328, false, false, pass +BenchmarkTest02673, hash, 328, false, false, pass +BenchmarkTest02674, hash, 328, true, true, pass +BenchmarkTest02675, hash, 328, true, true, pass +BenchmarkTest02676, hash, 328, false, false, pass +BenchmarkTest02677, hash, 328, true, true, pass +BenchmarkTest02678, hash, 328, false, false, pass +BenchmarkTest02679, xss, 79, false, false, pass +BenchmarkTest02680, xss, 79, false, false, pass +BenchmarkTest02681, xss, 79, false, false, pass +BenchmarkTest02682, xss, 79, false, false, pass +BenchmarkTest02683, xss, 79, false, false, pass +BenchmarkTest02684, xss, 79, false, false, pass +BenchmarkTest02685, xss, 79, false, false, pass +BenchmarkTest02686, xss, 79, false, false, pass +BenchmarkTest02687, xss, 79, false, false, pass +BenchmarkTest02688, xss, 79, false, false, pass +BenchmarkTest02689, xss, 79, false, false, pass +BenchmarkTest02690, xss, 79, false, false, pass +BenchmarkTest02691, xss, 79, false, false, pass +BenchmarkTest02692, xss, 79, false, false, pass +BenchmarkTest02693, xss, 79, false, false, pass +BenchmarkTest02694, xss, 79, false, false, pass +BenchmarkTest02695, xss, 79, false, false, pass +BenchmarkTest02696, xss, 79, false, false, pass +BenchmarkTest02697, cmdi, 78, false, false, pass +BenchmarkTest02698, cmdi, 78, false, false, pass +BenchmarkTest02699, cmdi, 78, false, false, pass +BenchmarkTest02700, weakrand, 330, true, true, pass +BenchmarkTest02701, weakrand, 330, true, true, pass +BenchmarkTest02702, weakrand, 330, true, true, pass +BenchmarkTest02703, weakrand, 330, true, true, pass +BenchmarkTest02704, weakrand, 330, true, true, pass +BenchmarkTest02705, weakrand, 330, true, true, pass +BenchmarkTest02706, weakrand, 330, true, true, pass +BenchmarkTest02707, weakrand, 330, true, true, pass +BenchmarkTest02708, weakrand, 330, true, true, pass +BenchmarkTest02709, securecookie, 614, true, true, pass +BenchmarkTest02710, securecookie, 614, true, true, pass +BenchmarkTest02711, securecookie, 614, false, false, pass +BenchmarkTest02712, xss, 79, false, false, pass +BenchmarkTest02713, cmdi, 78, false, false, pass +BenchmarkTest02714, cmdi, 78, false, false, pass +BenchmarkTest02715, weakrand, 330, false, false, pass +BenchmarkTest02716, weakrand, 330, false, false, pass +BenchmarkTest02717, weakrand, 330, false, false, pass +BenchmarkTest02718, weakrand, 330, false, false, pass +BenchmarkTest02719, weakrand, 330, false, false, pass +BenchmarkTest02720, weakrand, 330, false, false, pass +BenchmarkTest02721, weakrand, 330, false, false, pass +BenchmarkTest02722, trustbound, 501, false, false, pass +BenchmarkTest02723, trustbound, 501, false, false, pass +BenchmarkTest02724, trustbound, 501, false, false, pass +BenchmarkTest02725, trustbound, 501, false, false, pass +BenchmarkTest02726, trustbound, 501, false, false, pass +BenchmarkTest02727, sqli, 89, false, false, pass +BenchmarkTest02728, sqli, 89, false, false, pass +BenchmarkTest02729, sqli, 89, false, false, pass +BenchmarkTest02730, sqli, 89, false, false, pass +BenchmarkTest02731, sqli, 89, false, false, pass +BenchmarkTest02732, sqli, 89, false, false, pass +BenchmarkTest02733, sqli, 89, false, false, pass +BenchmarkTest02734, sqli, 89, false, false, pass +BenchmarkTest02735, sqli, 89, false, false, pass +BenchmarkTest02736, sqli, 89, false, false, pass +BenchmarkTest02737, sqli, 89, false, false, pass +BenchmarkTest02738, sqli, 89, false, false, pass +BenchmarkTest02739, sqli, 89, false, false, pass +BenchmarkTest02740, sqli, 89, false, false, pass diff --git a/scorecard/Benchmark_v1.2_Scorecard_for_SiteShadow_v1.0.0.html b/scorecard/Benchmark_v1.2_Scorecard_for_SiteShadow_v1.0.0.html new file mode 100644 index 0000000000..226b4039e6 --- /dev/null +++ b/scorecard/Benchmark_v1.2_Scorecard_for_SiteShadow_v1.0.0.html @@ -0,0 +1,188 @@ + + + + + + + + + + + +OWASP Benchmark Scorecard for SiteShadow v1.0.0 (SAST) + + + + + + + + + + + + + + + +
+ +
+ +
empty
+
empty
+ +

OWASP Benchmark Scorecard for SiteShadow v1.0.0 (SAST)

+ +

OWASP Benchmark is a test suite designed to evaluate the speed, coverage, and accuracy of automated vulnerability detection tools. Without the ability to measure these tools, it is difficult to understand their strengths and weaknesses, and compare them to each other. OWASP Benchmark contains thousands of test cases that are fully runnable and exploitable. The following is the scorecard for the tool SiteShadow against version 1.2 of OWASP Benchmark. It shows how well this tool finds true positives and avoids false positives in the OWASP Benchmark test cases.

+

+ For more information, please visit the OWASP Benchmark Project Site. +

+ +

+ Legend: Each line of the scorecard in the upper right has a category, followed by this tool's overall score in that category. After each % is this tool's TPR - FPR used to calculate this score. See the table below for more precise scoring details. +

+

Statistics

+ + + + + + + + + + + + + + + + + +
Tool elapsed analysis time0:39:14
Tool overall score (0-100)100.00%
Total test cases2740
Download raw resultsActual Results
+ +

+

+ +

Detailed Results

+ + + + + + + + + + + + + + + +
CategoryCWE #TPFNTNFPTotalTPRFPRScore
Command Injection7812601250251100.00%0.00%100.00%
Insecure Cookie61436031067100.00%0.00%100.00%
LDAP Injection9027032059100.00%0.00%100.00%
Path Traversal2213301350268100.00%0.00%100.00%
SQL Injection8927202320504100.00%0.00%100.00%
Trust Boundary501830430126100.00%0.00%100.00%
Weak Encryption Algorithm32713001160246100.00%0.00%100.00%
Weak Hashing Algorithm32812901070236100.00%0.00%100.00%
Weak Randomness33021802750493100.00%0.00%100.00%
XPath Injection64315020035100.00%0.00%100.00%
XSS (Cross-Site Scripting)7924602090455100.00%0.00%100.00%
Totals14150132502740
Overall Results*100.00%0.00%100.00%

*-The Overall Results are averages across all the vulnerability categories. You can't compute these averages by simply calculating the TPR and FPR rates using the values in the Totals row. If you did that, categories with larger number of tests would carry more weight than categories with less tests. The proper calculation of the Overall Results is to add up the values of each of these per row, then divide by the number of rows, which is how they are calculated.

+

+ + +

Key

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Common Weakness Enumeration (CWE)The primary MITRE CWE number for this vulnerability category.
True Positive (TP)Tests with real vulnerabilities that were correctly reported as vulnerable by the tool.
False Negative (FN)Tests with real vulnerabilities that were not correctly reported as vulnerable by the tool.
True Negative (TN)Tests with fake vulnerabilities that were correctly not reported as vulnerable by the tool.
False Positive (FP)Tests with fake vulnerabilities that were incorrectly reported as vulnerable by the tool.
True Positive Rate (TPR) = TP / ( TP + FN )The rate at which the tool correctly reports real vulnerabilities. Also referred to as Recall, as defined at Wikipedia. +
False Positive Rate (FPR) = FP / ( FP + TN )The rate at which the tool incorrectly reports fake vulnerabilities as real.
Score = TPR - FPRHow good the tool is at finding true positives and avoiding false positives.
+ + +
+ +
+ + + + + + + + + + diff --git a/scorecard/Benchmark_v1.2_Scorecard_for_SiteShadow_v1.0.0.png b/scorecard/Benchmark_v1.2_Scorecard_for_SiteShadow_v1.0.0.png new file mode 100644 index 0000000000..5be2a6099a Binary files /dev/null and b/scorecard/Benchmark_v1.2_Scorecard_for_SiteShadow_v1.0.0.png differ