Skip to content

Commit 2f582a6

Browse files
nightly/audit: Temporary ignore RUSTSEC-2024-0006
shlex is currently only being brought by bindgen, which does not use the concerning APIs except for testing. This needs spiffe to be upgraded to be finally be resolved, which will not happen now. Signed-off-by: Tomás González <[email protected]>
1 parent 80da25f commit 2f582a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nightly.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ jobs:
4242
- name: Install cargo audit
4343
run: cargo install cargo-audit
4444
- name: Execute cargo audit
45-
run: cargo audit
45+
# shlex is currently only being brought by bindgen, which does not use the concerning APIs
46+
# except for testing.
47+
# TODO: remove when shlex gets updated to >=1.3.0 (here and in deny.toml)
48+
run: cargo audit --ignore RUSTSEC-2024-0006
4649

4750
coverage:
4851
name: Gather coverage data and upload to Codecov

0 commit comments

Comments
 (0)