Commit Graph

55 Commits

Author SHA1 Message Date
Tim Tong
a12d1a0113 fix: audit should throw a meaningful error message when no audit endpoint was found (#5246)
close #5200
2022-08-24 01:44:20 +03:00
Simon Schmid
af79b6184c fix(audit): add authentication to pnpm-audit (#5053)
Adds authentication to pnpm-audit for private registries

close #5038
2022-07-18 17:09:25 +03:00
那里好脏不可以
0453e21823 style(*): typo (#4573)
Co-authored-by: Zoltan Kochan <z@kochan.io>
2022-04-15 02:53:14 +03:00
Zoltan Kochan
ecbc907a63 test(audit): mock responses from audit endpoint (#4354) 2022-02-18 18:09:48 +02:00
Brandon Cheng
47d66bdca1 test(audit): fix (#4340) 2022-02-15 11:55:37 +02:00
Zoltan Kochan
c894e048b8 test(audit): fix 2022-02-10 00:36:35 +02:00
Zoltan Kochan
d90e668421 test(audit): fix 2022-01-22 22:00:43 +02:00
Zoltan Kochan
a4e25abdbe test(audit): fix 2022-01-13 13:41:51 +02:00
Zoltan Kochan
bb38db152e test(audit): fix 2022-01-07 16:12:05 +02:00
Zoltan Kochan
5956069599 test(audit): fix 2022-01-05 02:28:55 +02:00
Zoltan Kochan
e4b9c4bc3a refactor: fixtures (#4182) 2021-12-31 16:59:58 +02:00
Zoltan Kochan
c0b02abb02 test(audit): fix 2021-12-10 21:36:58 +02:00
Zoltan Kochan
411b317ac6 test(audit): fix 2021-11-19 23:40:14 +02:00
Zoltan Kochan
29346c5672 test(audit): fix 2021-11-14 11:17:02 +02:00
Zoltan Kochan
4d40c120a4 test(audit): fix 2021-11-08 21:44:33 +02:00
Zoltan Kochan
34bfdeb25c test(plugin-commands-audit): fix 2021-10-26 21:03:00 +03:00
Zoltan Kochan
20336abb85 test: fix audit tests 2021-10-08 20:44:21 +03:00
Zoltan Kochan
ce9844590d test: fix audit tests 2021-10-07 23:38:30 +03:00
Zoltan Kochan
efad5d47d4 test: fix audit tests 2021-09-26 14:20:03 +03:00
Zoltan Kochan
bd4537c541 test(audit): update snapshots 2021-09-04 11:00:41 +03:00
Zoltan Kochan
5e0ab525f1 test(audit): update 2021-08-16 02:31:16 +03:00
Zoltan Kochan
92ed1272ef fix(audit): don't add package with no fixes to the overrides (#3649) 2021-08-06 20:04:46 +03:00
Zoltan Kochan
a5f698290c feat: pnpm audit --fix (#3598)
close #3067
2021-07-19 23:14:51 +03:00
Zoltan Kochan
691f647137 feat: save the metadata separately from the CAFS (#3578)
ref #2574
2021-07-04 19:35:53 +03:00
Zoltan Kochan
25ef252fed test(audit): fix 2021-06-08 16:09:13 +03:00
Zoltan Kochan
448710f88c feat(audit): --ignore-registry-errors (#3472)
* feat(audit): --ignore-registry-errors

* test: --ignore-registry-errors
2021-06-03 12:13:01 +03:00
Zoltan Kochan
7aa9f13a9b test(audit): fix 2021-05-26 16:40:54 +03:00
Zoltan Kochan
e073f39bae test(audit): fix 2021-05-15 14:54:25 +03:00
Zoltan Kochan
2f2dcce5b7 test(audit): fix 2021-05-07 13:09:34 +03:00
Zoltan Kochan
68491fbaa8 test(audit): fix 2021-05-06 15:16:06 +03:00
Zoltan Kochan
cab18bfcd4 test(audit): update snapshots 2021-03-30 23:40:55 +03:00
Zoltan Kochan
231c940cf3 fix(audit): auditing only a given type of dependencies (#3211)
close #3152
2021-03-02 01:36:40 +02:00
Zoltan Kochan
a97a23e6ac test(audit): update snapshot 2021-02-20 02:06:33 +02:00
Zoltan Kochan
d6d091f249 style: use es2015 imports (#3143) 2021-02-15 05:06:10 +02:00
Kinrany
db6c49b738 fix: end with \n when pnpm audit finds nothing (#3134)
* End with \n when `pnpm audit` finds nothing

* test: new line in the end of audit output

Co-authored-by: Zoltan Kochan <z@kochan.io>
2021-02-14 02:05:02 +02:00
Zoltan Kochan
6ddd9f1440 test: fix audit tests 2021-01-05 02:27:26 +02:00
Zoltan Kochan
0b97be9890 test: fix audit tests 2021-01-05 01:55:46 +02:00
Zoltan Kochan
a490288dcb test(plugins): migrate to Jest
PR #3011
ref #2858
2020-12-08 03:20:57 +02:00
Zoltan Kochan
755632720d test: fix audit tests 2020-09-10 00:16:36 +03:00
Zoltan Kochan
bfe4ec7b9d test: fix audit tests 2020-09-09 22:50:16 +03:00
Zoltan Kochan
1c8a02e996 style: use eslint instead of tslint
PR #2796
close #2300
2020-08-24 02:01:25 +03:00
Zoltan Kochan
8bb015059a fix(audit): don't error when the found vulnerabilities are allowed
close #2721
PR #2723
2020-07-29 02:08:58 +03:00
Zoltan Kochan
a64b7250c2 pnpm outdated|audit should exit with exit code 1 when issues are found
`pnpm outdated` should exit with 1, when outdated found

`pnpm audit` should exit with 1 when issues are found

ref #2706
PR (#2718)
2020-07-27 23:12:42 +03:00
Zoltan Kochan
e021934497 test: update audits 2020-07-11 14:52:05 +03:00
Zoltan Kochan
c0d800691c test: update audits 2020-07-09 01:28:29 +03:00
Zoltan Kochan
10d0055364 test: update audits 2020-07-02 12:00:12 +03:00
Zoltan Kochan
54676eae07 test: fix audit tests 2020-05-19 02:51:03 +03:00
Zoltan Kochan
656873aa7b test: update audit tests 2020-05-15 01:38:32 +03:00
Zoltan Kochan
57cf3dd7ff test: update audit tests 2020-03-18 23:38:19 +02:00
Zoltan Kochan
7c3b73166e test: update audit tests 2020-03-18 01:53:44 +02:00