|
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 | }, |
| 93 | + { |
| 94 | + "path": "detect_secrets.filters.common.is_baseline_file", |
| 95 | + "filename": ".secrets.baseline" |
| 96 | + }, |
69 | 97 | { |
70 | 98 | "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", |
71 | 99 | "min_level": 2 |
|
76 | 104 | { |
77 | 105 | "path": "detect_secrets.filters.heuristic.is_likely_id_string" |
78 | 106 | }, |
| 107 | + { |
| 108 | + "path": "detect_secrets.filters.heuristic.is_lock_file" |
| 109 | + }, |
| 110 | + { |
| 111 | + "path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string" |
| 112 | + }, |
79 | 113 | { |
80 | 114 | "path": "detect_secrets.filters.heuristic.is_potential_uuid" |
81 | 115 | }, |
|
85 | 119 | { |
86 | 120 | "path": "detect_secrets.filters.heuristic.is_sequential_string" |
87 | 121 | }, |
| 122 | + { |
| 123 | + "path": "detect_secrets.filters.heuristic.is_swagger_file" |
| 124 | + }, |
88 | 125 | { |
89 | 126 | "path": "detect_secrets.filters.heuristic.is_templated_secret" |
90 | 127 | }, |
| 128 | + { |
| 129 | + "path": "detect_secrets.filters.HexHighEntropyString.should_exclude_file", |
| 130 | + "pattern": [ |
| 131 | + "release-please-config.json" |
| 132 | + ] |
| 133 | + }, |
91 | 134 | { |
92 | 135 | "path": "detect_secrets.filters.regex.should_exclude_file", |
93 | 136 | "pattern": [ |
94 | | - "gradle.properties" |
| 137 | + "release-please-config.json" |
95 | 138 | ] |
96 | 139 | } |
97 | 140 | ], |
98 | | - "results": { |
99 | | - "src\\main\\java\\com\\microsoft\\graph\\info\\Constants.java": [ |
100 | | - { |
101 | | - "type": "Secret Keyword", |
102 | | - "filename": "src\\main\\java\\com\\microsoft\\graph\\info\\Constants.java", |
103 | | - "hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8", |
104 | | - "is_verified": false, |
105 | | - "line_number": 15 |
106 | | - }, |
107 | | - { |
108 | | - "type": "Secret Keyword", |
109 | | - "filename": "src\\main\\java\\com\\microsoft\\graph\\info\\Constants.java", |
110 | | - "hashed_secret": "8b142a91cfb6e617618ad437cedf74a6745f8926", |
111 | | - "is_verified": false, |
112 | | - "line_number": 19 |
113 | | - } |
114 | | - ], |
115 | | - "src\\test\\java\\com\\microsoft\\graph\\functional\\OutlookTests.java": [ |
116 | | - { |
117 | | - "type": "Base64 High Entropy String", |
118 | | - "filename": "src\\test\\java\\com\\microsoft\\graph\\functional\\OutlookTests.java", |
119 | | - "hashed_secret": "aa77b4dc79cbcfe055b89fe82a7798b6a67257f8", |
120 | | - "is_verified": false, |
121 | | - "line_number": 367 |
122 | | - } |
123 | | - ], |
124 | | - "src\\test\\java\\com\\microsoft\\graph\\functional\\PlannerTests.java": [ |
125 | | - { |
126 | | - "type": "Base64 High Entropy String", |
127 | | - "filename": "src\\test\\java\\com\\microsoft\\graph\\functional\\PlannerTests.java", |
128 | | - "hashed_secret": "9606cd64700044d798023aef5dd6fef07852662f", |
129 | | - "is_verified": false, |
130 | | - "line_number": 410 |
131 | | - } |
132 | | - ], |
133 | | - "src\\test\\java\\com\\microsoft\\graph\\serialization\\DefaultSerializerTests.java": [ |
134 | | - { |
135 | | - "type": "Hex High Entropy String", |
136 | | - "filename": "src\\test\\java\\com\\microsoft\\graph\\serialization\\DefaultSerializerTests.java", |
137 | | - "hashed_secret": "a354361806d535abc1f2298adc8b1d245a99d249", |
138 | | - "is_verified": false, |
139 | | - "line_number": 55 |
140 | | - } |
141 | | - ] |
142 | | - }, |
143 | | - "generated_at": "2021-09-13T18:55:46Z" |
| 141 | + "results": {}, |
| 142 | + "generated_at": "2024-05-08T12:56:29Z" |
144 | 143 | } |
0 commit comments