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: 8 additions & 0 deletions script/yarn_audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ YARN_IGNORE+=(GHSA-qffp-2rhf-9h96)
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)
# Forge has a basicConstraints bypass in its certificate chain verification (RFC 5280 violation)
YARN_IGNORE+=(GHSA-2328-f5f3-gj25)
# Forge has signature forgery in Ed25519 due to missing S > L check
YARN_IGNORE+=(GHSA-q67f-28xg-22rw)
# Forge has Denial of Service via Infinite Loop in BigInteger.modInverse() with Zero Input
YARN_IGNORE+=(GHSA-5m6q-g25r-mvwx)
# Forge has signature forgery in RSA-PKCS due to ASN.1 extra field
YARN_IGNORE+=(GHSA-ppp5-5v6c-4jwp)

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 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 not shown.
Binary file removed vendor/npm-packages-offline-cache/flatted-3.4.1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed vendor/npm-packages-offline-cache/nan-2.25.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 removed vendor/npm-packages-offline-cache/sass-1.98.0.tgz
Binary file not shown.
Binary file removed vendor/npm-packages-offline-cache/terser-5.46.0.tgz
Binary file not shown.
Binary file removed vendor/npm-packages-offline-cache/yaml-1.10.2.tgz
Binary file not shown.
214 changes: 107 additions & 107 deletions yarn.lock

Large diffs are not rendered by default.

Loading