Skip to content

fix(security): patch fast-uri, qs and @xmldom/xmldom audit advisories - #955

Merged
guilherme-santana-azion merged 1 commit into
mainfrom
fix/security-audit-overrides
Sep 3, 2026
Merged

fix(security): patch fast-uri, qs and @xmldom/xmldom audit advisories#955
guilherme-santana-azion merged 1 commit into
mainfrom
fix/security-audit-overrides

Conversation

@isaque-bock-azion

Copy link
Copy Markdown
Contributor

What

Clears the 7 findings (4 high, 3 moderate) that are currently failing the Security Scans job on every PR (e.g. #951):

PackageAdvisoriesPatchedFix
fast-uriGHSA-jqff-g426-hqxp, GHSA-5jgf-p345-68v8, GHSA-f65p-4m7j-42xc, GHSA-fph4-wmhf-6fwf (host confusion / SSRF)>=3.1.6bump existing override to >=3.1.6 <4
qsGHSA-4mjr-xmp4-gh2g (DoS via isBuffer), GHSA-x5fp-wj9c-mxmx (array-limit bypass)>=6.16.0new override >=6.16.0 <7
@xmldom/xmldomGHSA-6gmq-8vp8-gcm6 (XML fragment injection)>=0.9.12new override >=0.9.12 <0.10

All three are transitive-only (ajv/commitlint/stylelint, express/http-server, fantasticon>svg2ttf), so the fix follows the existing overrides pattern in pnpm-workspace.yaml and regenerates the lockfile.

Verification

pnpm audit now exits clean: No known vulnerabilities found.

Bump the fast-uri override to >=3.1.6 (GHSA-jqff-g426-hqxp,
GHSA-5jgf-p345-68v8, GHSA-f65p-4m7j-42xc, GHSA-fph4-wmhf-6fwf) and add
overrides for qs >=6.16.0 (GHSA-4mjr-xmp4-gh2g, GHSA-x5fp-wj9c-mxmx) and
@xmldom/xmldom >=0.9.12 (GHSA-6gmq-8vp8-gcm6), clearing the 7 findings
that were failing the Security Scans job.
@guilherme-santana-azion
guilherme-santana-azion merged commit 3abf334 into mainSep 3, 2026
18 checks passed
@guilherme-santana-azion
guilherme-santana-azion deleted the fix/security-audit-overrides branch September 3, 2026 13:24
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@isaque-bock-azion@guilherme-santana-azion@robson-junior-azion