|
| 1 | +{ |
| 2 | + "version": "2.1.0", |
| 3 | + "$schema": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.json", |
| 4 | + "runs": [ |
| 5 | + { |
| 6 | + "invocations": [ |
| 7 | + { |
| 8 | + "executionSuccessful": true, |
| 9 | + "toolExecutionNotifications": [] |
| 10 | + } |
| 11 | + ], |
| 12 | + "results": [], |
| 13 | + "tool": { |
| 14 | + "driver": { |
| 15 | + "name": "Semgrep OSS", |
| 16 | + "rules": [ |
| 17 | + { |
| 18 | + "defaultConfiguration": { |
| 19 | + "level": "warning" |
| 20 | + }, |
| 21 | + "fullDescription": { |
| 22 | + "text": "Insecure HTTP URL in requests.get()" |
| 23 | + }, |
| 24 | + "help": { |
| 25 | + "markdown": "Insecure HTTP URL in requests.get()", |
| 26 | + "text": "Insecure HTTP URL in requests.get()" |
| 27 | + }, |
| 28 | + "id": "codacy.tools-configs.python.requests.security.no-http-url", |
| 29 | + "name": "codacy.tools-configs.python.requests.security.no-http-url", |
| 30 | + "properties": { |
| 31 | + "precision": "very-high", |
| 32 | + "tags": [] |
| 33 | + }, |
| 34 | + "shortDescription": { |
| 35 | + "text": "Semgrep Finding: codacy.tools-configs.python.requests.security.no-http-url" |
| 36 | + } |
| 37 | + }, |
| 38 | + { |
| 39 | + "defaultConfiguration": { |
| 40 | + "level": "warning" |
| 41 | + }, |
| 42 | + "fullDescription": { |
| 43 | + "text": "Use of assert statement in production code" |
| 44 | + }, |
| 45 | + "help": { |
| 46 | + "markdown": "Use of assert statement in production code", |
| 47 | + "text": "Use of assert statement in production code" |
| 48 | + }, |
| 49 | + "id": "codacy.tools-configs.python.security.audit.avoid-assert", |
| 50 | + "name": "codacy.tools-configs.python.security.audit.avoid-assert", |
| 51 | + "properties": { |
| 52 | + "precision": "very-high", |
| 53 | + "tags": [] |
| 54 | + }, |
| 55 | + "shortDescription": { |
| 56 | + "text": "Semgrep Finding: codacy.tools-configs.python.security.audit.avoid-assert" |
| 57 | + } |
| 58 | + }, |
| 59 | + { |
| 60 | + "defaultConfiguration": { |
| 61 | + "level": "warning" |
| 62 | + }, |
| 63 | + "fullDescription": { |
| 64 | + "text": "Using Fernet for encryption without proper key management" |
| 65 | + }, |
| 66 | + "help": { |
| 67 | + "markdown": "Using Fernet for encryption without proper key management", |
| 68 | + "text": "Using Fernet for encryption without proper key management" |
| 69 | + }, |
| 70 | + "id": "codacy.tools-configs.python.cryptography.bad-cryptography", |
| 71 | + "name": "codacy.tools-configs.python.cryptography.bad-cryptography", |
| 72 | + "properties": { |
| 73 | + "precision": "very-high", |
| 74 | + "tags": [] |
| 75 | + }, |
| 76 | + "shortDescription": { |
| 77 | + "text": "Semgrep Finding: codacy.tools-configs.python.cryptography.bad-cryptography" |
| 78 | + } |
| 79 | + } |
| 80 | + ], |
| 81 | + "semanticVersion": "1.78.0" |
| 82 | + } |
| 83 | + } |
| 84 | + } |
| 85 | + ] |
| 86 | +} |
0 commit comments