|
| 1 | +java: |
| 2 | + disallowed_patterns: |
| 3 | + - '.*-local' |
| 4 | + - '.*-experimental' |
| 5 | + disallowed_queries: |
| 6 | + - java/untrusted-data-to-external-api |
| 7 | + - java/log-injection |
| 8 | + - java/android/intent-redirection |
| 9 | + - java/improper-validation-of-array-construction |
| 10 | + - java/improper-validation-of-array-construction-code-specified |
| 11 | + - java/improper-validation-of-array-index |
| 12 | + - java/improper-validation-of-array-index-code-specified |
| 13 | + - java/tainted-format-string |
| 14 | + - java/tainted-arithmetic |
| 15 | + - java/uncontrolled-arithmetic |
| 16 | + - java/extreme-value-arithmetic |
| 17 | + - java/local-temp-file-or-directory-information-disclosure |
| 18 | + - java/non-https-url |
| 19 | + - java/weak-cryptographic-algorithm |
| 20 | + - java/potentially-weak-cryptographic-algorithm |
| 21 | + - java/missing-jwt-signature-check |
| 22 | + - java/sensitive-log |
| 23 | + - java/tainted-numeric-cast |
| 24 | + - java/hardcoded-credential-api-call |
| 25 | + - java/hardcoded-credential-sensitive-call |
| 26 | + - java/user-controlled-bypass |
| 27 | + - java/tainted-permissions-check |
| 28 | + - java/android/sensitive-communication |
| 29 | + - java/log4j-injection |
| 30 | + - java/spring-view-manipulation |
| 31 | + - java/server-side-template-injection |
| 32 | + - java/static-initialization-vector |
| 33 | + - java/sensitive-android-file-leak |
| 34 | + - java/possible-timing-attack-against-signature |
| 35 | + - java/timing-attack-against-headers-value |
| 36 | + - java/timing-attack-against-signature |
| 37 | + - java/disabled-certificate-revocation-checking |
| 38 | + - java/unsafe-tls-version |
| 39 | + - java/unvalidated-cors-origin-set |
| 40 | + - java/ip-address-spoofing |
| 41 | + - java/thread-resource-abuse |
| 42 | + - java/sensitive-query-with-get |
| 43 | + - java/uncaught-servlet-exception |
| 44 | + - java/xxe |
| 45 | + - java/xxe-with-experimental-sinks |
| 46 | + - java/xxe-local-experimental-sinks |
| 47 | + - java/android/nfe-local-android-dos |
| 48 | + - java/exec-tainted-environment |
| 49 | + |
| 50 | +ruby: |
| 51 | + disallowed_patterns: |
| 52 | + - '.*-local' |
| 53 | + - '.*-experimental' |
| 54 | + disallowed_queries: |
| 55 | + - rb/clear-text-logging-sensitive-data |
| 56 | + - rb/clear-text-storage-sensitive-data |
| 57 | + - rb/hardcoded-credentials |
| 58 | + - rb/insecure-download |
| 59 | + - rb/insecure-randomness |
| 60 | + - rb/log-injection |
| 61 | + - rb/overly-permissive-file |
| 62 | + - rb/sensitive-get-query |
| 63 | + - rb/stack-trace-exposure |
| 64 | + |
| 65 | +python: |
| 66 | + disallowed_patterns: |
| 67 | + - '.*-local' |
| 68 | + - '.*-experimental' |
| 69 | + disallowed_queries: |
| 70 | + - py/timing-attack-against-hash |
| 71 | + - py/timing-attack-sensitive-info |
| 72 | + - py/timing-attack-against-header-value |
| 73 | + - py/clear-text-logging-sensitive-data |
| 74 | + - py/ip-address-spoofing |
| 75 | + - py/log-injection |
| 76 | + - py/possible-timing-attack-against-hash |
| 77 | + - py/possible-timing-attack-sensitive-info |
| 78 | + - py/polynomial-redos |
| 79 | + - py/hardcoded-credentials |
| 80 | + - py/clear-text-storage-sensitive-data |
| 81 | + - py/untrusted-data-to-external-api |
| 82 | + - py/azure-storage/unsafe-client-side-encryption-in-us |
| 83 | + - py/xml-bomb # similar to xxe |
| 84 | + - py/weak-sensitive-data-hashing |
| 85 | + - py/partial-ssrf # similar to full-ssrf |
| 86 | + |
| 87 | +go: |
| 88 | + disallowed_patterns: |
| 89 | + - '.*-local' |
| 90 | + - '.*-experimental' |
| 91 | + disallowed_queries: |
| 92 | + - go/log-injection |
| 93 | + - go/insecure-hostkeycallback |
| 94 | + - go/incomplete-hostname-regexp |
| 95 | + - go/cookie-httponly-not-set |
| 96 | + - go/cookie-httponly-not-set |
| 97 | + - go/insecure-tls |
| 98 | + - go/constant-oauth2-state |
| 99 | + - go/untrusted-data-to-external-api |
| 100 | + - go/timing-attack |
| 101 | + - go/suspicious-character-in-regex |
| 102 | + - go/divide-by-zero |
| 103 | + - go/cookie-httponly-not-set |
| 104 | + - go/incorrect-integer-conversion |
| 105 | + - go/cookie-httponly-not-set |
| 106 | + - go/untrusted-data-to-unknown-external-api |
| 107 | + - go/allocation-size-overflow |
| 108 | + - go/wrong-usage-of-unsafe |
| 109 | + |
| 110 | +javascript: |
| 111 | + disallowed_patterns: |
| 112 | + - '.*-local' |
| 113 | + - '.*-experimental' |
| 114 | + |
| 115 | +cpp: |
| 116 | + disallowed_patterns: |
| 117 | + - '.*-local' |
| 118 | + - '.*-experimental' |
| 119 | + |
| 120 | +csharp: |
| 121 | + disallowed_patterns: |
| 122 | + - '.*-local' |
| 123 | + - '.*-experimental' |
| 124 | + disallowed_queries: |
| 125 | + - cs/inappropriate-encoding |
| 126 | + - cs/hash-without-salt |
| 127 | + - cs/stored-command-line-injection |
| 128 | + |
0 commit comments