Skip to content

Commit 3eaeccd

Browse files
author
Arjen
committed
Merge branch 'ignore-rustsec-2024-0336' into 'main'
Ignore RUSTSEC-2024-0336 for now, as we're not vulnerable See merge request wallet/nl-wallet!870
2 parents 2bd5a09 + 6666a11 commit 3eaeccd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,11 @@ dependency-check-rust:
378378
- mkdir $CI_PROJECT_DIR/dependency_check_data
379379
script:
380380
# Note: RUSTSEC-2023-0071 is currently unfixable, a false positive and irrelevant for us, therefore we ignore it
381-
# Note: RUSTSEC-2024-0019 is Windows-specific and can be safely ignored
381+
# Note: RUSTSEC-2024-0336 is currently unfixable, and irrelevant for us, therefore we ignore it
382382
- |
383383
cargo audit \
384384
--ignore RUSTSEC-2023-0071 \
385+
--ignore RUSTSEC-2024-0336 \
385386
--file wallet_core/Cargo.lock \
386387
--json | tee audit.json | jq
387388
artifacts:

0 commit comments

Comments
 (0)