Skip to content

Commit 4559ffe

Browse files
authored
Merge branch 'main' into dependabot/cargo/cargo-dependencies-2e44aa1063
2 parents 7f9a12c + 75bca7a commit 4559ffe

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/security-audit.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ jobs:
4040
run: cargo install cargo-audit
4141

4242
- name: Run security audit
43-
run: cargo audit
43+
# RUSTSEC-2023-0071: "Marvin Attack" timing sidechannel in the `rsa`
44+
# crate. All versions are affected; no upstream fix exists. We use
45+
# `rsa` only for key generation, not for ciphertext decryption, so the
46+
# timing-based key-recovery attack against RSA decryption does not
47+
# apply to this codebase.
48+
run: cargo audit --ignore RUSTSEC-2023-0071
4449

4550
deny:
4651
name: Cargo Deny

0 commit comments

Comments
 (0)