Commit 1966102
committed
add dev-dependency: improved-yarn-audit
"improved-yarn-audit" (license: MIT), complements plain "yarn audit",
making audits easier to integrate in CI pipelines. The output is short
and to-the-point, making it useful immediately.
Simple usage examples:
$> yarn run improved-yarn-audit
$> yarn run improved-yarn-audit --ignore-dev-deps
Here's the currint output for the Theia repo (with this PR in):
$> yarn run improved-yarn-audit
Improved Yarn Audit - v3.0.0
Minimum severity level to report: low
Running yarn audit...
Found 2 vulnerabilities
Vulnerability Found:
Severity: MODERATE
Modules: jsdom
URL: GHSA-f4c9-cqv8-9v98
Vulnerability Found:
Severity: HIGH
Modules: lerna>nx>axios
URL: GHSA-cph5-m8f7-6c5x
Signed-off-by: Marc Dumais <[email protected]>1 parent 062ae18 commit 1966102
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6879 | 6879 | | |
6880 | 6880 | | |
6881 | 6881 | | |
| 6882 | + | |
| 6883 | + | |
| 6884 | + | |
| 6885 | + | |
| 6886 | + | |
6882 | 6887 | | |
6883 | 6888 | | |
6884 | 6889 | | |
| |||
0 commit comments