Skip to content

Commit 466e7ef

Browse files
authored
deps: bump cargo-deny to 0.18.9 (#77)
We were getting errors such as: ``` Error: -05 17:16:58 [ERROR] failed to load advisory database: parse error: error parsing /github/home/.cargo/advisory-db/advisory-db-3157b0e258782691/crates/cap-primitives/RUSTSEC-2024-0445.md: parse error: TOML parse error at line 8, column 8 | 8 | cvss = "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsupported CVSS version: 4.0 ``` This update adds support for CVSS version 4.0.
1 parent 10d65b8 commit 466e7ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ RUN url="https://github.com/rust-secure-code/cargo-auditable/releases/download/$
163163

164164
# cargo-deny checks cargo dependencies for licensing and RUSTSEC security issues.
165165
FROM apt-base as cargo-deny
166-
ARG CARGO_DENY_VERSION=0.18.5 # repo=EmbarkStudios/cargo-deny
166+
ARG CARGO_DENY_VERSION=0.18.9 # repo=EmbarkStudios/cargo-deny
167167
RUN url="https://github.com/EmbarkStudios/cargo-deny/releases/download/${CARGO_DENY_VERSION}/cargo-deny-${CARGO_DENY_VERSION}-x86_64-unknown-linux-musl.tar.gz" ; \
168168
scurl "$url" | tar zvxf - --strip-components=1 -C /usr/local/bin "cargo-deny-${CARGO_DENY_VERSION}-x86_64-unknown-linux-musl/cargo-deny"
169169

0 commit comments

Comments
 (0)