Skip to content

Commit 7f1bc19

Browse files
Patch bytes advisory
1 parent 9f84927 commit 7f1bc19

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["staticlib"]
1414
[dependencies]
1515
libc = "=0.2.172"
1616
libsqlite3-sys = { version = "=0.33.0", features = ["bundled"] }
17-
bytes = "=1.10.1"
17+
bytes = "=1.11.1"
1818
futures = "=0.3.31"
1919
hyper = { version = "=1.6.0", features = ["http1", "http2", "client", "server"] }
2020
http-body-util = "=0.1.3"

TODO.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ Release-readiness backlog for the Zig compiler migration PR.
3333
- Deleted obsolete `platform/EnvDecoding.todoroc`, `platform/InternalDateTime.todoroc`, and `platform/Tcp.todoroc`.
3434
- `./ci/all_tests.sh` now fails if any `.todoroc` files are present: [#109](https://github.com/roc-lang/basic-webserver/issues/109).
3535

36-
- [ ] Triage the GitHub Dependabot alert before tagging.
36+
- [x] Triage the GitHub Dependabot alert before tagging.
3737
- GitHub reports one moderate vulnerability on the default branch: <https://github.com/roc-lang/basic-webserver/security/dependabot/4>
38+
- Alert is [GHSA-434x-w66g-qw3r](https://github.com/advisories/GHSA-434x-w66g-qw3r) / CVE-2026-25541 for `bytes < 1.11.1`.
39+
- `bytes` is now pinned to patched version `1.11.1`.
3840

3941
- [x] Return `Path.Path` from `Env.cwd!`, `Env.exe_path!`, and `Env.temp_dir!`.
4042
- `cwd!` and `exe_path!` now return byte-preserving `Path.Path` values from Unix bytes or Windows UTF-16 code units.

0 commit comments

Comments
 (0)