Skip to content

Commit 906af93

Browse files
chore: upgrade shell-quote to ^1.10.0 to address CVE-2026-13311 (#1469)
* chore: upgrade shell-quote to ^1.10.0 to address CVE-2026-13311 Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com> * chore: fix changelog PR link Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com> * chore: align shell-quote changelog entry --------- Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com> Co-authored-by: Jack Minnetian <270441393+BlueBottleLatte@users.noreply.github.com>
1 parent 8618ed2 commit 906af93

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- [EE] Classified code host permission sync failures by provider context before clearing cached repository permissions. [#1482](https://github.com/sourcebot-dev/sourcebot/pull/1482)
1414
- [EE] Added action-required warnings and guided recovery when permission syncing clears cached repository access. [#1484](https://github.com/sourcebot-dev/sourcebot/pull/1484)
1515
- Upgraded `brace-expansion` to `^1.1.16`/`^2.1.2`/`^5.0.7` to address CVE-2026-13149. [#1471](https://github.com/sourcebot-dev/sourcebot/pull/1471)
16+
- Upgraded `shell-quote` to `^1.10.0`. [#1469](https://github.com/sourcebot-dev/sourcebot/pull/1469)
1617

1718
### Changed
1819
- Reduced Sentry span sampling to 10% outside development. [#1475](https://github.com/sourcebot-dev/sourcebot/pull/1475)

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21946,9 +21946,9 @@ __metadata:
2194621946
linkType: hard
2194721947

2194821948
"shell-quote@npm:^1.6.1, shell-quote@npm:^1.8.4":
21949-
version: 1.8.4
21950-
resolution: "shell-quote@npm:1.8.4"
21951-
checksum: 10c0/86c93678bc394cb81f5ddcdc87df9c95d279ef9652775cd1cd1eed361404169a8d8cbaacaeed232ab09919e36ee1e5363863570390d78571f8c22b7f6312fb40
21949+
version: 1.10.0
21950+
resolution: "shell-quote@npm:1.10.0"
21951+
checksum: 10c0/46ee59bfd972ce6a45500c44ed130dff2d0a7d6fbac9841e59d548518cad8060a06393c9a5dcbc0cede294ad80b2a2cd8c904679e09265f53efc0a0879f30961
2195221952
languageName: node
2195321953
linkType: hard
2195421954

0 commit comments

Comments
 (0)