Skip to content

Commit a28b994

Browse files
fix: refresh yarn.lock to upgrade fast-xml-builder to ^1.2.0 (CVE-2026-44664, CVE-2026-44665)
Replaces the prior resolution-override approach with a lockfile refresh. The existing fast-xml-builder@^1.1.5 range already admits the patched 1.2.0; the lockfile was just stale. Also consolidates SOU-1073 / CVE-2026-44664 (previously #1185) into this PR — same package release fixes both sibling CVEs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4007390 commit a28b994

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Fixed blame gutter commit navigation to use the file path as it existed at the attributing commit, so clicking a blame line whose commit predates a rename resolves to the correct historical path. [#1178](https://github.com/sourcebot-dev/sourcebot/pull/1178)
1313
- Bumped transitive `fast-uri` dependency to `^3.1.2`. [#1181](https://github.com/sourcebot-dev/sourcebot/pull/1181)
1414
- Upgraded `simple-git` to `3.36.0` to address CVE-2026-6951. [#1183](https://github.com/sourcebot-dev/sourcebot/pull/1183)
15-
- Upgraded `fast-xml-builder` to `^1.1.7` to address CVE-2026-44665. [#1184](https://github.com/sourcebot-dev/sourcebot/pull/1184)
15+
- Upgraded `fast-xml-builder` to `^1.2.0` to address CVE-2026-44664, CVE-2026-44665. [#1184](https://github.com/sourcebot-dev/sourcebot/pull/1184)
1616

1717
### Changed
1818
- Reduced the log verbosity of the worker by changing various log messages from info to debug. [#1179](https://github.com/sourcebot-dev/sourcebot/pull/1179)

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"smol-toml@npm:^1.6.0": "^1.6.1",
6060
"teeny-request@npm:^10.0.0": "^10.1.2",
6161
"uuid": "^14.0.0",
62-
"fast-uri@npm:^3.0.1": "^3.1.2",
63-
"fast-xml-builder": "^1.1.7"
62+
"fast-uri@npm:^3.0.1": "^3.1.2"
6463
}
6564
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13677,7 +13677,7 @@ __metadata:
1367713677
languageName: node
1367813678
linkType: hard
1367913679

13680-
"fast-xml-builder@npm:^1.1.7":
13680+
"fast-xml-builder@npm:^1.1.5":
1368113681
version: 1.2.0
1368213682
resolution: "fast-xml-builder@npm:1.2.0"
1368313683
dependencies:

0 commit comments

Comments
 (0)