@@ -109,15 +109,15 @@ audited 1 package in 0s
109
109
110
110
@npmcli/arborist@1.0.14 (https://verdaccio-clone.org)
111
111
112
- Someone might have tampered with the package since it was published on the registry (monster-in-the-middle attack) !
112
+ Someone might have tampered with this package since it was published on the registry!
113
113
114
114
`
115
115
116
116
exports [ `test/lib/commands/audit.js TAP audit signatures third-party registry with keys and missing signatures errors > must match snapshot 1` ] = `
117
117
audited 1 package in 0s
118
118
119
119
1 package has a missing registry signature but the registry is providing signing keys
120
- run \`npm audit signatures --missing\` for details
120
+ run \`npm audit signatures --log- missing-names \` for details
121
121
`
122
122
123
123
exports [ `test/lib/commands/audit.js TAP audit signatures third-party registry with keys and signatures > must match snapshot 1` ] = `
@@ -133,13 +133,13 @@ exports[`test/lib/commands/audit.js TAP audit signatures with both invalid and m
133
133
audited 2 packages in xxx
134
134
135
135
1 package has a missing registry signature but the registry is providing signing keys
136
- run \`npm audit signatures --missing\` for details
136
+ run \`npm audit signatures --log- missing-names \` for details
137
137
138
138
1 package has an invalid registry signature:
139
139
140
140
kms-demo@1.0.0
141
141
142
- Someone might have tampered with the package since it was published on the registry (monster-in-the-middle attack) !
142
+ Someone might have tampered with this package since it was published on the registry!
143
143
144
144
`
145
145
@@ -151,10 +151,10 @@ verified registry signatures, audited 1 package in 0s
151
151
exports [ `test/lib/commands/audit.js TAP audit signatures with color output enabled with both valid and missing signatures > must match snapshot 1` ] = `
152
152
audited 2 packages in xxx
153
153
154
- 1 packages have [1mverified[22m registry signatures
154
+ 1 package has a [1mverified[22m registry signature
155
155
156
156
1 package has a [1m[35mmissing[39m[22m registry signature but the registry is providing signing keys
157
- run \`npm audit signatures --missing\` for details
157
+ run \`npm audit signatures --log- missing-names \` for details
158
158
`
159
159
160
160
exports [ `test/lib/commands/audit.js TAP audit signatures with color output enabled with invalid signatures > must match snapshot 1` ] = `
@@ -164,7 +164,7 @@ audited 1 package in 0s
164
164
165
165
[31mkms-demo@1.0.0[39m
166
166
167
- Someone might have tampered with the package since it was published on the registry (monster-in-the-middle attack) !
167
+ Someone might have tampered with this package since it was published on the registry!
168
168
169
169
`
170
170
@@ -176,15 +176,15 @@ audited 2 packages in xxx
176
176
[31masync@1.1.1[39m
177
177
[31mkms-demo@1.0.0[39m
178
178
179
- Someone might have tampered with the packages since it was published on the registry (monster-in-the-middle attack) !
179
+ Someone might have tampered with these packages since they where published on the registry!
180
180
181
181
`
182
182
183
183
exports [ `test/lib/commands/audit.js TAP audit signatures with color output enabled with multiple missing signatures > must match snapshot 1` ] = `
184
184
audited 2 packages in xxx
185
185
186
186
2 packages have [1m[35mmissing[39m[22m registry signatures but the registry is providing signing keys
187
- run \`npm audit signatures --missing\` for details
187
+ run \`npm audit signatures --log- missing-names \` for details
188
188
`
189
189
190
190
exports [ `test/lib/commands/audit.js TAP audit signatures with invalid signatures > must match snapshot 1` ] = `
@@ -194,15 +194,15 @@ audited 1 package in 0s
194
194
195
195
kms-demo@1.0.0
196
196
197
- Someone might have tampered with the package since it was published on the registry (monster-in-the-middle attack) !
197
+ Someone might have tampered with this package since it was published on the registry!
198
198
199
199
`
200
200
201
201
exports [ `test/lib/commands/audit.js TAP audit signatures with keys but missing signature > must match snapshot 1` ] = `
202
202
audited 1 package in 0s
203
203
204
204
1 package has a missing registry signature but the registry is providing signing keys
205
- run \`npm audit signatures --missing\` for details
205
+ run \`npm audit signatures --log- missing-names \` for details
206
206
`
207
207
208
208
exports [ `test/lib/commands/audit.js TAP audit signatures with multiple invalid signatures > must match snapshot 1` ] = `
@@ -213,24 +213,37 @@ audited 2 packages in xxx
213
213
async@1.1.1
214
214
kms-demo@1.0.0
215
215
216
- Someone might have tampered with the packages since it was published on the registry (monster-in-the-middle attack) !
216
+ Someone might have tampered with these packages since they where published on the registry!
217
217
218
218
`
219
219
220
220
exports [ `test/lib/commands/audit.js TAP audit signatures with multiple missing signatures > must match snapshot 1` ] = `
221
221
audited 2 packages in xxx
222
222
223
223
2 packages have missing registry signatures but the registry is providing signing keys
224
- run \`npm audit signatures --missing\` for details
224
+ run \`npm audit signatures --log-missing-names\` for details
225
+ `
226
+
227
+ exports [ `test/lib/commands/audit.js TAP audit signatures with multiple valid signatures and one invalid > must match snapshot 1` ] = `
228
+ audited 3 packages in xxx
229
+
230
+ 2 packages have verified registry signatures
231
+
232
+ 1 package has an invalid registry signature:
233
+
234
+ node-fetch@1.6.0
235
+
236
+ Someone might have tampered with this package since it was published on the registry!
237
+
225
238
`
226
239
227
240
exports [ `test/lib/commands/audit.js TAP audit signatures with valid and missing signatures > must match snapshot 1` ] = `
228
241
audited 2 packages in xxx
229
242
230
- 1 packages have verified registry signatures
243
+ 1 package has a verified registry signature
231
244
232
245
1 package has a missing registry signature but the registry is providing signing keys
233
- run \`npm audit signatures --missing\` for details
246
+ run \`npm audit signatures --log- missing-names \` for details
234
247
`
235
248
236
249
exports [ `test/lib/commands/audit.js TAP audit signatures with valid signatures > must match snapshot 1` ] = `
0 commit comments