Skip to content

fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser#1015

Merged
gdams merged 3 commits into
actions:mainfrom
gdams:dev/gdams/deps
Jun 12, 2026
Merged

fix: resolve npm audit vulnerabilities in fast-xml-builder and fast-xml-parser#1015
gdams merged 3 commits into
actions:mainfrom
gdams:dev/gdams/deps

Conversation

@gdams

@gdams gdams commented Jun 12, 2026

Copy link
Copy Markdown
Member

Summary

Resolves 2 npm audit vulnerabilities by updating transitive dependencies and their license records.

Vulnerabilities Fixed

  • fast-xml-builder <=1.1.6 (high) — GHSA-5wm8-gmm8-39j9: attribute values with unwanted quotes bypass malicious attributes
  • fast-xml-parser <5.7.0 (moderate) — GHSA-gh4j-gqv2-49f6: XML Comment and CDATA Injection via unescaped delimiters

Changes

  • package-lock.json: updated via npm audit fix
  • .licenses/npm/fast-xml-builder.dep.yml: version 1.1.4 → 1.2.0
  • .licenses/npm/fast-xml-parser.dep.yml: version 5.5.10 → 5.8.0
  • .licenses/npm/strnum.dep.yml: version 2.2.3 → 2.4.0
  • .licenses/npm/path-expression-matcher.dep.yml: version 1.4.0 → 1.5.0
  • .licenses/npm/@nodable/entities.dep.yml: new (v2.2.0, MIT)
  • .licenses/npm/xml-naming.dep.yml: new (v0.1.0, MIT)

…ilities

- Bump fast-xml-builder 1.1.4 → 1.2.0 (GHSA-5wm8-gmm8-39j9)
- Bump fast-xml-parser 5.5.10 → 5.8.0 (GHSA-gh4j-gqv2-49f6)
- Bump strnum 2.2.3 → 2.4.0
- Bump path-expression-matcher 1.4.0 → 1.5.0
- Add license records for new deps @nodable/entities and xml-naming
Copilot AI review requested due to automatic review settings June 12, 2026 08:34
@gdams gdams requested a review from a team as a code owner June 12, 2026 08:34

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates npm transitive dependencies to address reported npm audit vulnerabilities in fast-xml-builder and fast-xml-parser, and refreshes the repository’s dependency license records to match the updated lockfile.

Changes:

  • Updated package-lock.json via npm audit fix, bumping fast-xml-builder and fast-xml-parser (and related transitive deps like strnum and path-expression-matcher).
  • Updated existing .licenses/npm/*.dep.yml records to match the new resolved versions.
  • Added new .licenses records for newly introduced transitive packages (@nodable/entities, xml-naming).
Show a summary per file
File Description
package-lock.json Updates resolved dependency graph to versions that remediate the reported vulnerabilities; introduces new transitive deps (e.g., anynum, xml-naming, @nodable/entities).
.licenses/npm/fast-xml-builder.dep.yml Updates license record version to match bumped fast-xml-builder.
.licenses/npm/fast-xml-parser.dep.yml Updates license record version to match bumped fast-xml-parser.
.licenses/npm/strnum.dep.yml Updates license record version to match bumped strnum.
.licenses/npm/path-expression-matcher.dep.yml Updates license record version to match bumped path-expression-matcher.
.licenses/npm/@nodable/entities.dep.yml Adds a new license record for a newly introduced transitive dependency.
.licenses/npm/xml-naming.dep.yml Adds a new license record for a newly introduced transitive dependency.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 7/10 changed files
  • Comments generated: 2

Comment thread .licenses/npm/xml-naming.dep.yml Outdated
Comment thread .licenses/npm/@nodable/entities.dep.yml
@gdams gdams merged commit 1071fc1 into actions:main Jun 12, 2026
380 checks passed
@gdams gdams deleted the dev/gdams/deps branch June 12, 2026 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants