|
1 | 1 | { |
2 | | - "version": "1.0.3", |
| 2 | + "version": "1.5.0", |
3 | 3 | "plugins_used": [ |
4 | 4 | { |
5 | 5 | "name": "ArtifactoryDetector" |
|
20 | 20 | { |
21 | 21 | "name": "CloudantDetector" |
22 | 22 | }, |
| 23 | + { |
| 24 | + "name": "DiscordBotTokenDetector" |
| 25 | + }, |
| 26 | + { |
| 27 | + "name": "GitHubTokenDetector" |
| 28 | + }, |
| 29 | + { |
| 30 | + "name": "GitLabTokenDetector" |
| 31 | + }, |
23 | 32 | { |
24 | 33 | "name": "HexHighEntropyString", |
25 | 34 | "limit": 3.0 |
|
30 | 39 | { |
31 | 40 | "name": "IbmCosHmacDetector" |
32 | 41 | }, |
| 42 | + { |
| 43 | + "name": "IPPublicDetector" |
| 44 | + }, |
33 | 45 | { |
34 | 46 | "name": "JwtTokenDetector" |
35 | 47 | }, |
|
43 | 55 | { |
44 | 56 | "name": "NpmDetector" |
45 | 57 | }, |
| 58 | + { |
| 59 | + "name": "OpenAIDetector" |
| 60 | + }, |
46 | 61 | { |
47 | 62 | "name": "PrivateKeyDetector" |
48 | 63 | }, |
| 64 | + { |
| 65 | + "name": "PypiTokenDetector" |
| 66 | + }, |
| 67 | + { |
| 68 | + "name": "SendGridDetector" |
| 69 | + }, |
49 | 70 | { |
50 | 71 | "name": "SlackDetector" |
51 | 72 | }, |
|
58 | 79 | { |
59 | 80 | "name": "StripeDetector" |
60 | 81 | }, |
| 82 | + { |
| 83 | + "name": "TelegramBotTokenDetector" |
| 84 | + }, |
61 | 85 | { |
62 | 86 | "name": "TwilioKeyDetector" |
63 | 87 | } |
|
66 | 90 | { |
67 | 91 | "path": "detect_secrets.filters.allowlist.is_line_allowlisted" |
68 | 92 | }, |
69 | | - { |
70 | | - "path": "detect_secrets.filters.common.is_baseline_file", |
71 | | - "filename": ".secrets.baseline" |
72 | | - }, |
73 | 93 | { |
74 | 94 | "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", |
75 | 95 | "min_level": 2 |
76 | 96 | }, |
| 97 | + { |
| 98 | + "path": "detect_secrets.filters.gibberish.should_exclude_secret", |
| 99 | + "limit": 3.7 |
| 100 | + }, |
77 | 101 | { |
78 | 102 | "path": "detect_secrets.filters.heuristic.is_indirect_reference" |
79 | 103 | }, |
80 | 104 | { |
81 | 105 | "path": "detect_secrets.filters.heuristic.is_likely_id_string" |
82 | 106 | }, |
| 107 | + { |
| 108 | + "path": "detect_secrets.filters.heuristic.is_lock_file" |
| 109 | + }, |
| 110 | + { |
| 111 | + "path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string" |
| 112 | + }, |
83 | 113 | { |
84 | 114 | "path": "detect_secrets.filters.heuristic.is_potential_uuid" |
85 | 115 | }, |
|
89 | 119 | { |
90 | 120 | "path": "detect_secrets.filters.heuristic.is_sequential_string" |
91 | 121 | }, |
| 122 | + { |
| 123 | + "path": "detect_secrets.filters.heuristic.is_swagger_file" |
| 124 | + }, |
92 | 125 | { |
93 | 126 | "path": "detect_secrets.filters.heuristic.is_templated_secret" |
94 | 127 | }, |
95 | 128 | { |
96 | 129 | "path": "detect_secrets.filters.regex.should_exclude_file", |
97 | 130 | "pattern": [ |
98 | | - ".*go\\.sum$", |
99 | 131 | ".*\\.html$", |
100 | 132 | ".*\\.properties$", |
101 | | - "ci.yml", |
102 | | - "^workflows/.*", |
103 | | - "^\\.git[\\\\/]" |
| 133 | + "^\\.git[\\\\/]", |
| 134 | + ".*go\\.sum$", |
| 135 | + ".*codegen.*", |
| 136 | + "workflows/.*" |
104 | 137 | ] |
105 | 138 | } |
106 | 139 | ], |
107 | 140 | "results": { |
108 | | - "utils/config/fixtures/config-test.json": [ |
109 | | - { |
110 | | - "type": "Secret Keyword", |
111 | | - "filename": "utils/config/fixtures/config-test.json", |
112 | | - "hashed_secret": "e38ad214943daad1d64c102faec29de4afe9da3d", |
113 | | - "is_verified": false, |
114 | | - "line_number": 10 |
115 | | - }, |
116 | | - { |
117 | | - "type": "Secret Keyword", |
118 | | - "filename": "utils/config/fixtures/config-test.json", |
119 | | - "hashed_secret": "2aa60a8ff7fcd473d321e0146afd9e26df395147", |
120 | | - "is_verified": false, |
121 | | - "line_number": 19 |
122 | | - } |
123 | | - ], |
124 | | - "utils/config/service_configuration_test.go": [ |
125 | | - { |
126 | | - "type": "Secret Keyword", |
127 | | - "filename": "utils/config/service_configuration_test.go", |
128 | | - "hashed_secret": "ddcec2f503a5d58f432a0beee3fb9544fa581f54", |
129 | | - "is_verified": false, |
130 | | - "line_number": 37 |
131 | | - }, |
132 | | - { |
133 | | - "type": "Secret Keyword", |
134 | | - "filename": "utils/config/service_configuration_test.go", |
135 | | - "hashed_secret": "7ca1cc114e7e5f955880bb96a5bf391b4dc20ab6", |
136 | | - "is_verified": false, |
137 | | - "line_number": 535 |
138 | | - }, |
139 | | - { |
140 | | - "type": "Secret Keyword", |
141 | | - "filename": "utils/config/service_configuration_test.go", |
142 | | - "hashed_secret": "11519c144be4850d95b34220a40030cbd5a36b57", |
143 | | - "is_verified": false, |
144 | | - "line_number": 630 |
145 | | - }, |
146 | | - { |
147 | | - "type": "Secret Keyword", |
148 | | - "filename": "utils/config/service_configuration_test.go", |
149 | | - "hashed_secret": "15fae91d8fa7f2c531c1cf3ddc745e1f4473c02d", |
150 | | - "is_verified": false, |
151 | | - "line_number": 637 |
152 | | - } |
153 | | - ], |
154 | 141 | "utils/filesystem/filehash_test.go": [ |
155 | 142 | { |
156 | 143 | "type": "Hex High Entropy String", |
|
215 | 202 | "filename": "utils/hashing/hash_test.go", |
216 | 203 | "hashed_secret": "30f0cbefb37316806a7024caee994baf8365fa53", |
217 | 204 | "is_verified": false, |
218 | | - "line_number": 132 |
| 205 | + "line_number": 136 |
219 | 206 | } |
220 | 207 | ], |
221 | 208 | "utils/sharedcache/common.go": [ |
|
276 | 263 | } |
277 | 264 | ] |
278 | 265 | }, |
279 | | - "generated_at": "2025-09-26T12:33:39Z" |
| 266 | + "generated_at": "2025-10-27T11:47:07Z" |
280 | 267 | } |
0 commit comments