|
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 | }, |
|
129 | 162 | "filename": "client/docs/WorkspaceAPI.md", |
130 | 163 | "hashed_secret": "a971ecb6f8d59edcdb891d80bc3965504aa1f6ec", |
131 | 164 | "is_verified": false, |
132 | | - "line_number": 333 |
133 | | - } |
134 | | - ], |
135 | | - "client/model_pat_creation_item.go": [ |
136 | | - { |
137 | | - "type": "Secret Keyword", |
138 | | - "filename": "client/model_pat_creation_item.go", |
139 | | - "hashed_secret": "e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4", |
140 | | - "is_verified": false, |
141 | | - "line_number": 54 |
142 | | - }, |
143 | | - { |
144 | | - "type": "Secret Keyword", |
145 | | - "filename": "client/model_pat_creation_item.go", |
146 | | - "hashed_secret": "a4e598507eef10354f3836a8bd7235dfed8e08b9", |
147 | | - "is_verified": false, |
148 | | - "line_number": 227 |
| 165 | + "line_number": 505 |
149 | 166 | } |
150 | 167 | ] |
151 | 168 | }, |
152 | | - "generated_at": "2025-09-15T10:49:33Z" |
| 169 | + "generated_at": "2025-10-17T16:43:56Z" |
153 | 170 | } |
0 commit comments