Skip to content

Commit

Permalink
Merge branch 'ignore-rustsec-2024-0336' into 'main'
Browse files Browse the repository at this point in the history
Ignore RUSTSEC-2024-0336 for now, as we're not vulnerable

See merge request wallet/nl-wallet!870
  • Loading branch information
Arjen committed May 1, 2024
2 parents 2bd5a09 + 6666a11 commit 3eaeccd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,11 @@ dependency-check-rust:
- mkdir $CI_PROJECT_DIR/dependency_check_data
script:
# Note: RUSTSEC-2023-0071 is currently unfixable, a false positive and irrelevant for us, therefore we ignore it
# Note: RUSTSEC-2024-0019 is Windows-specific and can be safely ignored
# Note: RUSTSEC-2024-0336 is currently unfixable, and irrelevant for us, therefore we ignore it
- |
cargo audit \
--ignore RUSTSEC-2023-0071 \
--ignore RUSTSEC-2024-0336 \
--file wallet_core/Cargo.lock \
--json | tee audit.json | jq
artifacts:
Expand Down

0 comments on commit 3eaeccd

Please sign in to comment.