Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions script/yarn_audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,12 @@ YARN_IGNORE+=(GHSA-r6q2-hw4h-h46w)
YARN_IGNORE+=(GHSA-34x7-hfp2-rc4v)
# Arbitrary File Read/Write via Hardlink Target Escape Through Symlink Chain in node-tar Extraction
YARN_IGNORE+=(GHSA-83g3-92jg-28cx)
# minimatch has a ReDoS via repeated wildcards with non-matching literal in pattern
YARN_IGNORE+=(GHSA-3ppc-4f35-3m26)
# tar has Hardlink Path Traversal via Drive-Relative Linkpath
YARN_IGNORE+=(GHSA-qffp-2rhf-9h96)
# node-tar Symlink Path Traversal via Drive-Relative Linkpath
YARN_IGNORE+=(GHSA-9ppj-qmqm-q256)
# Serialize JavaScript is Vulnerable to RCE via RegExp.flags and Date.prototype.toISOString()
YARN_IGNORE+=(GHSA-5c6j-r48x-rmvq)

YARN_IGNORE_JSON="`echo ${YARN_IGNORE[@]} | sed -e 's/^/"/' -e 's/$/"/' -e 's/ /", "/g'`"
echo "yarn audit --no-progress --level high --json"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/npm-packages-offline-cache/acorn-8.15.0.tgz
Binary file not shown.
Binary file not shown.
Binary file removed vendor/npm-packages-offline-cache/ajv-6.12.6.tgz
Binary file not shown.
Binary file added vendor/npm-packages-offline-cache/ajv-6.14.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/npm-packages-offline-cache/bn.js-4.12.2.tgz
Binary file not shown.
Binary file not shown.
Binary file removed vendor/npm-packages-offline-cache/bn.js-5.2.2.tgz
Binary file not shown.
Binary file added vendor/npm-packages-offline-cache/bn.js-5.2.3.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/npm-packages-offline-cache/flatted-3.3.3.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/npm-packages-offline-cache/pump-3.0.3.tgz
Binary file not shown.
Binary file added vendor/npm-packages-offline-cache/pump-3.0.4.tgz
Binary file not shown.
Binary file removed vendor/npm-packages-offline-cache/sass-1.97.3.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
162 changes: 74 additions & 88 deletions yarn.lock

Large diffs are not rendered by default.

Loading