Commit 4e1b7c8
ci: appease rustfmt; ignore RUSTSEC-2023-0071 with justification
Two fixes for the failed checks on the merge commit:
- cargo fmt --check flagged a line wrap in the new import --qr error
path; reformatted.
- cargo audit fails on RUSTSEC-2023-0071 (Marvin timing attack in the
rsa crate, no fixed release). keyroost-rsakey uses the crate only for
host-side key generation and PKCS#1/PKCS#8 serialization during
OpenPGP import — it never decrypts attacker-supplied ciphertexts, so
the vulnerable path is unreachable. Ignored in .cargo/audit.toml with
the reasoning recorded; the audit workflow now also re-runs when that
config changes.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent bffc05a commit 4e1b7c8
3 files changed
Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1363 | 1363 | | |
1364 | 1364 | | |
1365 | 1365 | | |
1366 | | - | |
1367 | | - | |
| 1366 | + | |
1368 | 1367 | | |
1369 | 1368 | | |
1370 | 1369 | | |
| |||
0 commit comments