Skip to content

Commit ad7f9f6

Browse files
brendan-kellamcursoragentclaude
authored
fix: refresh yarn.lock to upgrade fast-xml-builder to ^1.2.0 (CVE-2026-44664, CVE-2026-44665) (#1184)
* fix: upgrade fast-xml-builder to ^1.1.7 to address CVE-2026-44665 Co-authored-by: Brendan Kellam <brendan@sourcebot.dev> * Update CHANGELOG.md for PR #1184 Co-authored-by: Brendan Kellam <brendan@sourcebot.dev> * 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> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9dbc3f9 commit ad7f9f6

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Upgraded `simple-git` to `3.36.0` to address CVE-2026-6951. [#1183](https://github.com/sourcebot-dev/sourcebot/pull/1183)
1515
- Upgraded `hono` to `^4.12.18` to address CVE-2026-44455, CVE-2026-44456, CVE-2026-44457, CVE-2026-44458. [#1186](https://github.com/sourcebot-dev/sourcebot/pull/1186)
1616
- Upgraded `ip-address` to `^10.2.0` to address CVE-2026-42338. [#1189](https://github.com/sourcebot-dev/sourcebot/pull/1189)
17+
- 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)
1718

1819
### Changed
1920
- 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)

yarn.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13678,11 +13678,12 @@ __metadata:
1367813678
linkType: hard
1367913679

1368013680
"fast-xml-builder@npm:^1.1.5":
13681-
version: 1.1.5
13682-
resolution: "fast-xml-builder@npm:1.1.5"
13681+
version: 1.2.0
13682+
resolution: "fast-xml-builder@npm:1.2.0"
1368313683
dependencies:
13684-
path-expression-matcher: "npm:^1.1.3"
13685-
checksum: 10c0/b814ba5559cb3140de46d2846045607ab4d4c0bfc312a49d22c91efb9f7cd7004971314841e5823eeb467a5bf403e3ade8371b7912200e111df027d42ae51715
13684+
path-expression-matcher: "npm:^1.5.0"
13685+
xml-naming: "npm:^0.1.0"
13686+
checksum: 10c0/84bb105cd04e91d6dcb746c4dbaeb12903b510e7ab9a06ffde55b5a582e005559a87d84467f18a655c6c4baf098f696fd74cee3cbe1aea9d01385907768ba32d
1368613687
languageName: node
1368713688
linkType: hard
1368813689

@@ -18036,13 +18037,6 @@ __metadata:
1803618037
languageName: node
1803718038
linkType: hard
1803818039

18039-
"path-expression-matcher@npm:^1.1.3":
18040-
version: 1.2.0
18041-
resolution: "path-expression-matcher@npm:1.2.0"
18042-
checksum: 10c0/86c661dfb265ed5dd1ddd9188f0dfbecf4ec4dc3ea6cabab081d3a2ba285054d9767a641a233bd6fd694fd89f7d0ef94913032feddf5365252700b02db4bf4e1
18043-
languageName: node
18044-
linkType: hard
18045-
1804618040
"path-expression-matcher@npm:^1.5.0":
1804718041
version: 1.5.0
1804818042
resolution: "path-expression-matcher@npm:1.5.0"
@@ -22593,6 +22587,13 @@ __metadata:
2259322587
languageName: node
2259422588
linkType: hard
2259522589

22590+
"xml-naming@npm:^0.1.0":
22591+
version: 0.1.0
22592+
resolution: "xml-naming@npm:0.1.0"
22593+
checksum: 10c0/8c7614865361bcb7e53e3e091dac21c567e2b92d447919b2f072775aa9dcfc94a5255bd52fbaa0fd53c93513e53a23a6a835218ad2af512451dbc678392f85fe
22594+
languageName: node
22595+
linkType: hard
22596+
2259622597
"xmlchars@npm:^2.2.0":
2259722598
version: 2.2.0
2259822599
resolution: "xmlchars@npm:2.2.0"

0 commit comments

Comments
 (0)