Skip to content

Commit b789bb6

Browse files
deny.toml: 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 before release. Signed-off-by: Tomás González <[email protected]>
1 parent 2f582a6 commit b789bb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deny.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ notice = "warn"
7474
# A list of advisory IDs to ignore. Note that ignored advisories will still
7575
# output a note when they are encountered.
7676
ignore = [
77-
#"RUSTSEC-0000-0000",
77+
# TODO: remove when shlex gets updated to >=1.3.0 (here and in nightly.yml)
78+
"RUSTSEC-2024-0006",
7879
]
7980
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
8081
# lower than the range specified will be ignored. Note that ignored advisories

0 commit comments

Comments
 (0)