Commit 98411b7
authored
fix(security): clear fuzz lockfile advisories and close the audit gap (#2293)
Refresh crates/bashkit/fuzz/Cargo.lock, clearing RUSTSEC-2026-0190
(unsound anyhow Error::downcast_mut, 1.0.102 -> 1.0.104) and the yanked
js-sys 0.3.88 and wasm-bindgen 0.2.111.
The fuzz workspace has its own lockfile and nothing watched it: CI's
cargo audit scanned only the root lockfile and Dependabot's cargo entry
only covered directory "/". CI now audits both lockfiles and Dependabot
has a matching /crates/bashkit/fuzz entry.
Fuzz-only build dependencies, never shipped in the library.1 parent 53b0d8e commit 98411b7
5 files changed
Lines changed: 239 additions & 398 deletions
File tree
- .github
- workflows
- crates/bashkit/fuzz
- knowledge
- security
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
42 | 58 | | |
43 | 59 | | |
44 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
151 | 157 | | |
152 | 158 | | |
153 | 159 | | |
| |||
0 commit comments