Skip to content

Commit 93f08ea

Browse files
authored
Merge pull request #9170 from BitGo/yashvanthbl137/cgd-2015-fix-sigstore-high-vulnerability-ghsa-52v5-jr5w-gjxr-in
fix(root): bump sigstore to 4.1.1 to fix GHSA-52v5-jr5w-gjxr
2 parents 6a38723 + c9236b7 commit 93f08ea

3 files changed

Lines changed: 106 additions & 203 deletions

File tree

.iyarc

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,6 @@ GHSA-9ppj-qmqm-q256
6767
# - No patched version of sjcl exists upstream (first_patched_version: null)
6868
GHSA-2w8x-224x-785m
6969

70-
# Excluded because:
71-
# - XSS via xmp raw-text passthrough in sanitize-html (severity: critical, CVE-2026-44990)
72-
# - patched_versions: "<0.0.0" — no upstream fix exists yet
73-
# - Used in @bitgo/sdk-api to strip all HTML from API error response text (allowedTags: [])
74-
# - Output is appended to a JavaScript error string server-side, never rendered as HTML in a browser
75-
# - The xmp bypass produces live HTML markup in output, but since we discard all tags and use
76-
# the result as plain text in Error messages, there is no DOM rendering path and no XSS risk
77-
GHSA-rpr9-rxv7-x643
78-
79-
# Excluded because:
80-
# - CVE affects esbuild's Deno distribution only: binary downloads without SHA-256 integrity verification
81-
# - BitGoJS is a Node.js project; the Node.js esbuild distribution already includes binaryIntegrityCheck()
82-
# - esbuild is a dev-time build tool (via babylonlabs-io-btc-staking-ts), not runtime production code
83-
# - The attacker-controlled NPM_CONFIG_REGISTRY vector does not apply to our controlled CI environment
84-
GHSA-gv7w-rqvm-qjhr
85-
8670
# Excluded because:
8771
# - ws: Memory exhaustion DoS by sending many tiny fragments/data chunks to exhaust server memory
8872
# - Transitive dependency via @cosmjs/socket, @ethersproject/providers, @polkadot/rpc-provider,

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@
133133
"@babel/plugin-transform-modules-systemjs": "7.29.4",
134134
"protobufjs": "7.5.8",
135135
"@protobufjs/fetch": "1.1.0",
136-
"@protobufjs/inquire": "1.1.0"
136+
"@protobufjs/inquire": "1.1.0",
137+
"sigstore": "4.1.1"
137138
},
138139
"workspaces": [
139140
"modules/*"

0 commit comments

Comments
 (0)