Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/security-scan.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
# Any advisory ids to ignore e.g. ["RUSTSEC-2019-0001", "...]
ignore = [
"RUSTSEC-2025-0141", # bincode is unmaintained
# h2 unbounded empty DATA frames (low, DoS). Patched only in >=0.4.16; the
# remaining hit is the transitive h2 0.3.x via tonic 0.11 <- libsql, which has
# no patched 0.3 release. Upgrading requires a tonic/libsql major bump
# (tracked separately); CLI exposure is client-side sync, not an h2 server.
"RUSTSEC-2026-0258",
]

# Options for checking licenses
Expand Down
Loading