Commit 7c8b5e1
chore(release): v0.4.1 - CI fixes, security updates & dependency refresh
Fix all GitHub Actions CI failures from the v0.4.0 release:
Security:
- Update bytes 1.10.1 -> 1.11.1 fixing RUSTSEC-2026-0007 (CVE-2026-25541):
integer overflow in BytesMut::reserve causing out-of-bounds memory access
- Add RUSTSEC-2026-0009 (CVE-2026-25727, time crate DoS via stack exhaustion)
to security audit ignore list -- time pinned at =0.3.45 by mac-notification-sys
(transitive via notify-rust 4.12.0); requires upstream release to unpin
CI/CD:
- Fix Windows DCC test failure (test_send_and_receive_file): on Windows, TCP
sends RST instead of FIN when sender drops connection with unread ACK data
in receive buffer, causing receive_file() to fail with "connection reset"
instead of clean EOF. Added #[cfg(not(windows))] -- test runs on Linux/macOS
- Update security audit advisory ignore lists in security-audit.yml defaults,
fallback, and comments, plus master-pipeline.yml workflow_call input
- Change security audit schedule from daily (0 0 * * *) to weekly on Mondays
(0 0 * * 1) to reduce unnecessary CI resource consumption
Version bump:
- All 7 Cargo.toml files: 0.4.0 -> 0.4.1
- README.md: version badges, release links, status section, added v0.4.1 notes
- CHANGELOG.md: added v0.4.1 entry with Fixed/Changed/Dependencies sections
- CLAUDE.md: updated development status header and added v0.4.1 line item
Dependencies (Cargo.lock refresh):
- bytes: 1.10.1 -> 1.11.1 (security fix)
- Multiple transitive dependency updates from crates.io index refresh
Verification: 266 tests passing, zero clippy warnings, zero fmt issues
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f1f39d9 commit 7c8b5e1
File tree
14 files changed
+950
-863
lines changed- .github/workflows
- crates
- rustirc-core
- src/dcc
- rustirc-gui
- rustirc-plugins
- rustirc-protocol
- rustirc-scripting
- rustirc-tui
14 files changed
+950
-863
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
| 415 | + | |
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
8 | 33 | | |
9 | 34 | | |
10 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments