|
1 | 1 | { |
2 | | - "exclude_regex": "test_data/.*|tests/.*|^.secrets.baseline$", |
3 | | - "generated_at": "2018-12-21T22:29:02Z", |
| 2 | + "generated_at": "2020-12-12T01:34:30Z", |
| 3 | + "version": "0.14.3", |
4 | 4 | "plugins_used": [ |
| 5 | + { |
| 6 | + "name": "ArtifactoryDetector" |
| 7 | + }, |
5 | 8 | { |
6 | 9 | "name": "AWSKeyDetector" |
7 | 10 | }, |
8 | 11 | { |
9 | | - "base64_limit": 4.5, |
| 12 | + "name": "AzureStorageKeyDetector" |
| 13 | + }, |
| 14 | + { |
| 15 | + "limit": 4.5, |
10 | 16 | "name": "Base64HighEntropyString" |
11 | 17 | }, |
12 | 18 | { |
13 | 19 | "name": "BasicAuthDetector" |
14 | 20 | }, |
15 | 21 | { |
16 | | - "hex_limit": 3, |
| 22 | + "name": "CloudantDetector" |
| 23 | + }, |
| 24 | + { |
| 25 | + "limit": 3.0, |
17 | 26 | "name": "HexHighEntropyString" |
18 | 27 | }, |
| 28 | + { |
| 29 | + "name": "IbmCloudIamDetector" |
| 30 | + }, |
| 31 | + { |
| 32 | + "name": "IbmCosHmacDetector" |
| 33 | + }, |
| 34 | + { |
| 35 | + "name": "JwtTokenDetector" |
| 36 | + }, |
| 37 | + { |
| 38 | + "keyword_exclude": "", |
| 39 | + "name": "KeywordDetector" |
| 40 | + }, |
| 41 | + { |
| 42 | + "name": "MailchimpDetector" |
| 43 | + }, |
| 44 | + { |
| 45 | + "name": "NpmDetector" |
| 46 | + }, |
19 | 47 | { |
20 | 48 | "name": "PrivateKeyDetector" |
| 49 | + }, |
| 50 | + { |
| 51 | + "name": "SlackDetector" |
| 52 | + }, |
| 53 | + { |
| 54 | + "name": "SoftlayerDetector" |
| 55 | + }, |
| 56 | + { |
| 57 | + "name": "StripeDetector" |
| 58 | + }, |
| 59 | + { |
| 60 | + "name": "TwilioKeyDetector" |
| 61 | + } |
| 62 | + ], |
| 63 | + "filters_used": [ |
| 64 | + { |
| 65 | + "path": "detect_secrets.filters.allowlist.is_line_allowlisted" |
| 66 | + }, |
| 67 | + { |
| 68 | + "path": "detect_secrets.filters.common.is_baseline_file", |
| 69 | + "filename": ".secrets.baseline" |
| 70 | + }, |
| 71 | + { |
| 72 | + "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", |
| 73 | + "min_level": 2 |
| 74 | + }, |
| 75 | + { |
| 76 | + "path": "detect_secrets.filters.heuristic.is_likely_id_string" |
| 77 | + }, |
| 78 | + { |
| 79 | + "path": "detect_secrets.filters.heuristic.is_potential_uuid" |
| 80 | + }, |
| 81 | + { |
| 82 | + "path": "detect_secrets.filters.heuristic.is_sequential_string" |
| 83 | + }, |
| 84 | + { |
| 85 | + "path": "detect_secrets.filters.regex.should_exclude_file", |
| 86 | + "pattern": "test*" |
21 | 87 | } |
22 | 88 | ], |
23 | 89 | "results": { |
24 | 90 | "README.md": [ |
25 | 91 | { |
26 | | - "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", |
27 | | - "line_number": 153, |
28 | | - "type": "Basic Auth Credentials" |
| 92 | + "type": "Secret Keyword", |
| 93 | + "filename": "README.md", |
| 94 | + "hashed_secret": "21aec83d523e5dcc7daa669d1d7de6cebe242426", |
| 95 | + "is_verified": false, |
| 96 | + "line_number": 371 |
29 | 97 | } |
30 | 98 | ], |
31 | | - "detect_secrets/plugins/high_entropy_strings.py": [ |
| 99 | + "detect_secrets/plugins/keyword.py": [ |
| 100 | + { |
| 101 | + "type": "Secret Keyword", |
| 102 | + "filename": "detect_secrets/plugins/keyword.py", |
| 103 | + "hashed_secret": "0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33", |
| 104 | + "is_verified": false, |
| 105 | + "line_number": 176 |
| 106 | + }, |
32 | 107 | { |
33 | | - "hashed_secret": "88a7b59d2e9172960b72b65f7839b9da2453f3e9", |
34 | | - "is_secret": false, |
35 | | - "line_number": 261, |
36 | | - "type": "Hex High Entropy String" |
| 108 | + "type": "Secret Keyword", |
| 109 | + "filename": "detect_secrets/plugins/keyword.py", |
| 110 | + "hashed_secret": "62cdb7020ff920e5aa642c3d4066950dd1f01f4d", |
| 111 | + "is_verified": false, |
| 112 | + "line_number": 186 |
| 113 | + }, |
| 114 | + { |
| 115 | + "type": "Secret Keyword", |
| 116 | + "filename": "detect_secrets/plugins/keyword.py", |
| 117 | + "hashed_secret": "1af17e73721dbe0c40011b82ed4bb1a7dbe3ce29", |
| 118 | + "is_verified": false, |
| 119 | + "line_number": 217 |
| 120 | + }, |
| 121 | + { |
| 122 | + "type": "Secret Keyword", |
| 123 | + "filename": "detect_secrets/plugins/keyword.py", |
| 124 | + "hashed_secret": "2a8951fc713e17840a8fe7e60050f66c66f58083", |
| 125 | + "is_verified": false, |
| 126 | + "line_number": 344 |
| 127 | + }, |
| 128 | + { |
| 129 | + "type": "Secret Keyword", |
| 130 | + "filename": "detect_secrets/plugins/keyword.py", |
| 131 | + "hashed_secret": "6346ef778712eda3bf9b52b3e57d79946bf2a6c9", |
| 132 | + "is_verified": false, |
| 133 | + "line_number": 346 |
37 | 134 | } |
38 | 135 | ], |
39 | 136 | "detect_secrets/plugins/private_key.py": [ |
40 | 137 | { |
41 | | - "hashed_secret": "be4fc4886bd949b369d5e092eb87494f12e57e5b", |
42 | | - "is_secret": false, |
43 | | - "line_number": 43, |
44 | | - "type": "Private Key" |
45 | | - }, |
46 | | - { |
| 138 | + "type": "Private Key", |
| 139 | + "filename": "detect_secrets/plugins/private_key.py", |
47 | 140 | "hashed_secret": "daefe0b4345a654580dcad25c7c11ff4c944a8c0", |
48 | | - "is_secret": false, |
49 | | - "line_number": 44, |
50 | | - "type": "Private Key" |
| 141 | + "is_verified": false, |
| 142 | + "line_number": 45 |
51 | 143 | }, |
52 | 144 | { |
| 145 | + "type": "Private Key", |
| 146 | + "filename": "detect_secrets/plugins/private_key.py", |
53 | 147 | "hashed_secret": "f0778f3e140a61d5bbbed5430773e52af2f5fba4", |
54 | | - "is_secret": false, |
55 | | - "line_number": 45, |
56 | | - "type": "Private Key" |
| 148 | + "is_verified": false, |
| 149 | + "line_number": 46 |
57 | 150 | }, |
58 | 151 | { |
| 152 | + "type": "Private Key", |
| 153 | + "filename": "detect_secrets/plugins/private_key.py", |
59 | 154 | "hashed_secret": "27c6929aef41ae2bcadac15ca6abcaff72cda9cd", |
60 | | - "is_secret": false, |
61 | | - "line_number": 46, |
62 | | - "type": "Private Key" |
| 155 | + "is_verified": false, |
| 156 | + "line_number": 47 |
63 | 157 | }, |
64 | 158 | { |
| 159 | + "type": "Private Key", |
| 160 | + "filename": "detect_secrets/plugins/private_key.py", |
| 161 | + "hashed_secret": "4ada9713ec27066b2ffe0b7bd9c9c8d635dc4ab2", |
| 162 | + "is_verified": false, |
| 163 | + "line_number": 48 |
| 164 | + }, |
| 165 | + { |
| 166 | + "type": "Private Key", |
| 167 | + "filename": "detect_secrets/plugins/private_key.py", |
65 | 168 | "hashed_secret": "1348b145fa1a555461c1b790a2f66614781091e9", |
66 | | - "is_secret": false, |
67 | | - "line_number": 47, |
68 | | - "type": "Private Key" |
| 169 | + "is_verified": false, |
| 170 | + "line_number": 49 |
69 | 171 | }, |
70 | 172 | { |
71 | | - "hashed_secret": "11200d1bf5e1eb358b5d823c443347d97e982a85", |
72 | | - "is_secret": false, |
73 | | - "line_number": 48, |
74 | | - "type": "Private Key" |
| 173 | + "type": "Private Key", |
| 174 | + "filename": "detect_secrets/plugins/private_key.py", |
| 175 | + "hashed_secret": "be4fc4886bd949b369d5e092eb87494f12e57e5b", |
| 176 | + "is_verified": false, |
| 177 | + "line_number": 50 |
75 | 178 | }, |
76 | 179 | { |
| 180 | + "type": "Private Key", |
| 181 | + "filename": "detect_secrets/plugins/private_key.py", |
77 | 182 | "hashed_secret": "9279619d0c9a9529b0b223e3b809f4df24b8ba8b", |
78 | | - "is_secret": false, |
79 | | - "line_number": 49, |
80 | | - "type": "Private Key" |
| 183 | + "is_verified": false, |
| 184 | + "line_number": 51 |
81 | 185 | }, |
82 | 186 | { |
83 | | - "hashed_secret": "4ada9713ec27066b2ffe0b7bd9c9c8d635dc4ab2", |
84 | | - "line_number": 50, |
85 | | - "type": "Private Key" |
| 187 | + "type": "Private Key", |
| 188 | + "filename": "detect_secrets/plugins/private_key.py", |
| 189 | + "hashed_secret": "11200d1bf5e1eb358b5d823c443347d97e982a85", |
| 190 | + "is_verified": false, |
| 191 | + "line_number": 52 |
| 192 | + } |
| 193 | + ], |
| 194 | + "detect_secrets/plugins/twilio.py": [ |
| 195 | + { |
| 196 | + "type": "Twilio API Key", |
| 197 | + "filename": "detect_secrets/plugins/twilio.py", |
| 198 | + "hashed_secret": "34c2246140bc39b1fce81d9be2124f713a06bdaf", |
| 199 | + "is_verified": false, |
| 200 | + "line_number": 17 |
| 201 | + } |
| 202 | + ], |
| 203 | + "docs/audit.md": [ |
| 204 | + { |
| 205 | + "type": "Hex High Entropy String", |
| 206 | + "filename": "docs/audit.md", |
| 207 | + "hashed_secret": "63e1b8ad9e948f948bc19035801e8529c4c94b13", |
| 208 | + "is_verified": false, |
| 209 | + "line_number": 25 |
| 210 | + }, |
| 211 | + { |
| 212 | + "type": "Secret Keyword", |
| 213 | + "filename": "docs/audit.md", |
| 214 | + "hashed_secret": "63e1b8ad9e948f948bc19035801e8529c4c94b13", |
| 215 | + "is_verified": false, |
| 216 | + "line_number": 25 |
| 217 | + } |
| 218 | + ], |
| 219 | + "docs/design.md": [ |
| 220 | + { |
| 221 | + "type": "Hex High Entropy String", |
| 222 | + "filename": "docs/design.md", |
| 223 | + "hashed_secret": "2785b2a1c217669b3bd8fbcb4516006e61181237", |
| 224 | + "is_verified": false, |
| 225 | + "line_number": 53 |
| 226 | + }, |
| 227 | + { |
| 228 | + "type": "Secret Keyword", |
| 229 | + "filename": "docs/design.md", |
| 230 | + "hashed_secret": "2785b2a1c217669b3bd8fbcb4516006e61181237", |
| 231 | + "is_verified": false, |
| 232 | + "line_number": 53 |
| 233 | + }, |
| 234 | + { |
| 235 | + "type": "Secret Keyword", |
| 236 | + "filename": "docs/design.md", |
| 237 | + "hashed_secret": "fc782b0875be9e076d80f5da1430d6ea501c87e5", |
| 238 | + "is_verified": false, |
| 239 | + "line_number": 54 |
| 240 | + }, |
| 241 | + { |
| 242 | + "type": "Base64 High Entropy String", |
| 243 | + "filename": "docs/design.md", |
| 244 | + "hashed_secret": "513e0a36963ae1e8431c041b744679ee578b7c44", |
| 245 | + "is_verified": false, |
| 246 | + "line_number": 200 |
86 | 247 | } |
87 | 248 | ] |
88 | | - }, |
89 | | - "version": "0.11.0" |
| 249 | + } |
90 | 250 | } |
0 commit comments