1 Commits

Author SHA1 Message Date
a281d227c9 chore: move cargo audit ignore to explicit command-line flag
All checks were successful
Release / release (push) Successful in 4m37s
2026-05-02 21:55:18 +02:00
4 changed files with 3 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ jobs:
- name: Security audit
run: |
cargo install cargo-audit --locked
cd backend && cargo audit
cd backend && cargo audit --ignore RUSTSEC-2023-0071
- name: Build frontend
run: pnpm --dir frontend build

View File

@@ -70,7 +70,7 @@ jobs:
- name: Security audit
run: |
cargo install cargo-audit --locked
cd backend && cargo audit
cd backend && cargo audit --ignore RUSTSEC-2023-0071
- name: Build frontend
run: pnpm --dir frontend build

View File

@@ -1,2 +0,0 @@
[advisories]
ignore = ["RUSTSEC-2023-0071"] # Marvin Attack: potential key recovery through timing sidechannels in 'rsa' crate. No fixed upgrade available yet.

View File

@@ -3,7 +3,7 @@ httpRoute:
- tutor.puchstein.dev
image:
tag: v0.1.14
tag: v0.1.15
env:
extra: {}