Merged
Conversation
jmoses
approved these changes
Mar 10, 2026
jakedipity
approved these changes
Mar 10, 2026
e628732 to
a23aeb6
Compare
Fixes ``` [2026-03-03T18:27:51.852Z] + make lint-audit [2026-03-03T18:27:51.852Z] ARCH=x86_64 ./docker/dispatch.sh "/build" "/tmp/workspace/jenkins-logdna-logdna-agent-v2-master-438:/build:Z" us.gcr.io/logdna-k8s/rust:bookworm-1-stable-x86_64 "--env RUST_BACKTRACE=full" "cargo audit \ [2026-03-03T18:27:51.852Z] --ignore RUSTSEC-2024-0421" [2026-03-03T18:27:52.415Z] starting sccache server [2026-03-03T18:27:52.415Z] Fetching advisory database from `https://github.com/RustSec/advisory-db.git` [2026-03-03T18:27:54.939Z] error: error loading advisory database: parse error: error parsing /opt/rust/cargo/advisory-db/crates/libcrux-ed25519/RUSTSEC-2026-0026.md: parse error: TOML parse error at line 7, column 8 [2026-03-03T18:27:54.939Z] | [2026-03-03T18:27:54.939Z] 7 | cvss = "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:N" [2026-03-03T18:27:54.939Z] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2026-03-03T18:27:54.939Z] unsupported CVSS version: 4.0 [2026-03-03T18:27:54.939Z] [2026-03-03T18:27:54.939Z] make: *** [Makefile:266: lint-audit] Error 1 ``` See EmbarkStudios/cargo-deny#805
a23aeb6 to
f8eebaa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes
See EmbarkStudios/cargo-deny#805