|
1 | | -{ |
2 | | - "version": "1.0.3", |
3 | | - "plugins_used": [ |
4 | | - { |
5 | | - "name": "ArtifactoryDetector" |
6 | | - }, |
7 | | - { |
8 | | - "name": "AWSKeyDetector" |
9 | | - }, |
10 | | - { |
11 | | - "name": "AzureStorageKeyDetector" |
12 | | - }, |
13 | | - { |
14 | | - "name": "Base64HighEntropyString", |
15 | | - "limit": 4.5 |
16 | | - }, |
17 | | - { |
18 | | - "name": "BasicAuthDetector" |
19 | | - }, |
20 | | - { |
21 | | - "name": "CloudantDetector" |
22 | | - }, |
23 | | - { |
24 | | - "name": "HexHighEntropyString", |
25 | | - "limit": 3.0 |
26 | | - }, |
27 | | - { |
28 | | - "name": "IbmCloudIamDetector" |
29 | | - }, |
30 | | - { |
31 | | - "name": "IbmCosHmacDetector" |
32 | | - }, |
33 | | - { |
34 | | - "name": "JwtTokenDetector" |
35 | | - }, |
36 | | - { |
37 | | - "name": "KeywordDetector", |
38 | | - "keyword_exclude": "" |
39 | | - }, |
40 | | - { |
41 | | - "name": "MailchimpDetector" |
42 | | - }, |
43 | | - { |
44 | | - "name": "NpmDetector" |
45 | | - }, |
46 | | - { |
47 | | - "name": "PrivateKeyDetector" |
48 | | - }, |
49 | | - { |
50 | | - "name": "SlackDetector" |
51 | | - }, |
52 | | - { |
53 | | - "name": "SoftlayerDetector" |
54 | | - }, |
55 | | - { |
56 | | - "name": "SquareOAuthDetector" |
57 | | - }, |
58 | | - { |
59 | | - "name": "StripeDetector" |
60 | | - }, |
61 | | - { |
62 | | - "name": "TwilioKeyDetector" |
63 | | - } |
64 | | - ], |
65 | | - "filters_used": [ |
66 | | - { |
67 | | - "path": "detect_secrets.filters.allowlist.is_line_allowlisted" |
68 | | - }, |
69 | | - { |
70 | | - "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", |
71 | | - "min_level": 2 |
72 | | - }, |
73 | | - { |
74 | | - "path": "detect_secrets.filters.heuristic.is_indirect_reference" |
75 | | - }, |
76 | | - { |
77 | | - "path": "detect_secrets.filters.heuristic.is_likely_id_string" |
78 | | - }, |
79 | | - { |
80 | | - "path": "detect_secrets.filters.heuristic.is_potential_uuid" |
81 | | - }, |
82 | | - { |
83 | | - "path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign" |
84 | | - }, |
85 | | - { |
86 | | - "path": "detect_secrets.filters.heuristic.is_sequential_string" |
87 | | - }, |
88 | | - { |
89 | | - "path": "detect_secrets.filters.heuristic.is_templated_secret" |
90 | | - }, |
91 | | - { |
92 | | - "path": "detect_secrets.filters.regex.should_exclude_file", |
93 | | - "pattern": [ |
94 | | - "gradle.properties" |
95 | | - ] |
96 | | - } |
97 | | - ], |
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\\main\\java\\com\\microsoft\\graph\\models\\Windows10EndpointProtectionConfiguration.java": [ |
116 | | - { |
117 | | - "type": "Base64 High Entropy String", |
118 | | - "filename": "src\\main\\java\\com\\microsoft\\graph\\models\\Windows10EndpointProtectionConfiguration.java", |
119 | | - "hashed_secret": "a36d9ed54fd9866b6310deaf93e8bd0a3aa7d93a", |
120 | | - "is_verified": false, |
121 | | - "line_number": 1584 |
122 | | - }, |
123 | | - { |
124 | | - "type": "Base64 High Entropy String", |
125 | | - "filename": "src\\main\\java\\com\\microsoft\\graph\\models\\Windows10EndpointProtectionConfiguration.java", |
126 | | - "hashed_secret": "fa21832796c6aa8d214926f962440605f96ebd9f", |
127 | | - "is_verified": false, |
128 | | - "line_number": 1584 |
129 | | - }, |
130 | | - { |
131 | | - "type": "Base64 High Entropy String", |
132 | | - "filename": "src\\main\\java\\com\\microsoft\\graph\\models\\Windows10EndpointProtectionConfiguration.java", |
133 | | - "hashed_secret": "c53ad759c5c193a5f1b85edde1315c1267ee0952", |
134 | | - "is_verified": false, |
135 | | - "line_number": 1593 |
136 | | - } |
137 | | - ], |
138 | | - "src\\main\\java\\com\\microsoft\\graph\\models\\Windows10GeneralConfiguration.java": [ |
139 | | - { |
140 | | - "type": "Base64 High Entropy String", |
141 | | - "filename": "src\\main\\java\\com\\microsoft\\graph\\models\\Windows10GeneralConfiguration.java", |
142 | | - "hashed_secret": "91df51ff51a59099ee1fd1ff5601ed831d198a77", |
143 | | - "is_verified": false, |
144 | | - "line_number": 680 |
145 | | - } |
146 | | - ], |
147 | | - "src\\test\\java\\com\\microsoft\\graph\\functional\\OutlookTests.java": [ |
148 | | - { |
149 | | - "type": "Base64 High Entropy String", |
150 | | - "filename": "src\\test\\java\\com\\microsoft\\graph\\functional\\OutlookTests.java", |
151 | | - "hashed_secret": "aa77b4dc79cbcfe055b89fe82a7798b6a67257f8", |
152 | | - "is_verified": false, |
153 | | - "line_number": 367 |
154 | | - } |
155 | | - ], |
156 | | - "src\\test\\java\\com\\microsoft\\graph\\functional\\PlannerTests.java": [ |
157 | | - { |
158 | | - "type": "Base64 High Entropy String", |
159 | | - "filename": "src\\test\\java\\com\\microsoft\\graph\\functional\\PlannerTests.java", |
160 | | - "hashed_secret": "9606cd64700044d798023aef5dd6fef07852662f", |
161 | | - "is_verified": false, |
162 | | - "line_number": 410 |
163 | | - } |
164 | | - ], |
165 | | - "src\\test\\java\\com\\microsoft\\graph\\serialization\\DefaultSerializerTests.java": [ |
166 | | - { |
167 | | - "type": "Hex High Entropy String", |
168 | | - "filename": "src\\test\\java\\com\\microsoft\\graph\\serialization\\DefaultSerializerTests.java", |
169 | | - "hashed_secret": "a354361806d535abc1f2298adc8b1d245a99d249", |
170 | | - "is_verified": false, |
171 | | - "line_number": 55 |
172 | | - } |
173 | | - ] |
174 | | - }, |
175 | | - "generated_at": "2021-09-13T17:33:11Z" |
176 | | -} |
| 1 | +{ |
| 2 | + "version": "1.5.0", |
| 3 | + "plugins_used": [ |
| 4 | + { |
| 5 | + "name": "ArtifactoryDetector" |
| 6 | + }, |
| 7 | + { |
| 8 | + "name": "AWSKeyDetector" |
| 9 | + }, |
| 10 | + { |
| 11 | + "name": "AzureStorageKeyDetector" |
| 12 | + }, |
| 13 | + { |
| 14 | + "name": "Base64HighEntropyString", |
| 15 | + "limit": 4.5 |
| 16 | + }, |
| 17 | + { |
| 18 | + "name": "BasicAuthDetector" |
| 19 | + }, |
| 20 | + { |
| 21 | + "name": "CloudantDetector" |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "HexHighEntropyString", |
| 25 | + "limit": 3.0 |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "IbmCloudIamDetector" |
| 29 | + }, |
| 30 | + { |
| 31 | + "name": "IbmCosHmacDetector" |
| 32 | + }, |
| 33 | + { |
| 34 | + "name": "JwtTokenDetector" |
| 35 | + }, |
| 36 | + { |
| 37 | + "name": "KeywordDetector", |
| 38 | + "keyword_exclude": "" |
| 39 | + }, |
| 40 | + { |
| 41 | + "name": "MailchimpDetector" |
| 42 | + }, |
| 43 | + { |
| 44 | + "name": "NpmDetector" |
| 45 | + }, |
| 46 | + { |
| 47 | + "name": "PrivateKeyDetector" |
| 48 | + }, |
| 49 | + { |
| 50 | + "name": "SlackDetector" |
| 51 | + }, |
| 52 | + { |
| 53 | + "name": "SoftlayerDetector" |
| 54 | + }, |
| 55 | + { |
| 56 | + "name": "SquareOAuthDetector" |
| 57 | + }, |
| 58 | + { |
| 59 | + "name": "StripeDetector" |
| 60 | + }, |
| 61 | + { |
| 62 | + "name": "TwilioKeyDetector" |
| 63 | + } |
| 64 | + ], |
| 65 | + "filters_used": [ |
| 66 | + { |
| 67 | + "path": "detect_secrets.filters.allowlist.is_line_allowlisted" |
| 68 | + }, |
| 69 | + { |
| 70 | + "path": "detect_secrets.filters.common.is_baseline_file", |
| 71 | + "filename": ".secrets.baseline" |
| 72 | + }, |
| 73 | + { |
| 74 | + "path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies", |
| 75 | + "min_level": 2 |
| 76 | + }, |
| 77 | + { |
| 78 | + "path": "detect_secrets.filters.heuristic.is_indirect_reference" |
| 79 | + }, |
| 80 | + { |
| 81 | + "path": "detect_secrets.filters.heuristic.is_likely_id_string" |
| 82 | + }, |
| 83 | + { |
| 84 | + "path": "detect_secrets.filters.heuristic.is_lock_file" |
| 85 | + }, |
| 86 | + { |
| 87 | + "path": "detect_secrets.filters.heuristic.is_not_alphanumeric_string" |
| 88 | + }, |
| 89 | + { |
| 90 | + "path": "detect_secrets.filters.heuristic.is_potential_uuid" |
| 91 | + }, |
| 92 | + { |
| 93 | + "path": "detect_secrets.filters.heuristic.is_prefixed_with_dollar_sign" |
| 94 | + }, |
| 95 | + { |
| 96 | + "path": "detect_secrets.filters.heuristic.is_sequential_string" |
| 97 | + }, |
| 98 | + { |
| 99 | + "path": "detect_secrets.filters.heuristic.is_swagger_file" |
| 100 | + }, |
| 101 | + { |
| 102 | + "path": "detect_secrets.filters.heuristic.is_templated_secret" |
| 103 | + }, |
| 104 | + { |
| 105 | + "path": "detect_secrets.filters.regex.should_exclude_file", |
| 106 | + "pattern": [ |
| 107 | + "src/main/java/com/microsoft/graph/beta/generated/.*", |
| 108 | + "release-please-config.json" |
| 109 | + ] |
| 110 | + } |
| 111 | + ], |
| 112 | + "results": {}, |
| 113 | + "generated_at": "2024-08-13T13:13:56Z" |
| 114 | +} |
0 commit comments