Skip to content

chore(deny): allow licenses used by the current dependency tree - #3

Merged
dynamder merged 1 commit into
mainfrom
fix/audit-licenses
Aug 19, 2026
Merged

chore(deny): allow licenses used by the current dependency tree#3
dynamder merged 1 commit into
mainfrom
fix/audit-licenses

Conversation

@dynamder

Copy link
Copy Markdown
Owner

After bumping cargo-deny to v2, the Security Audit correctly failed on license checks for nine dependencies (ISC / BSD-3-Clause / MIT-0 / Zlib / MPL-2.0 / CDLA-Permissive-2.0 — all permissive). Extend the \deny.toml\ allow list to match the current dependency tree.

cargo-deny v2 (via the audit workflow) flags nine dependencies whose
licenses were not in the allow list: ISC (untrusted, rustls-webpki,
aws-lc-rs/sys), BSD-3-Clause (subtle), MIT-0 (aws-lc-sys), Zlib
(foldhash), MPL-2.0 (option-ext), CDLA-Permissive-2.0
(webpki-root-certs). All are permissive licenses, so extend the allow
list to match the tree.
@dynamder
dynamder merged commit 1f328dc into main Aug 19, 2026
26 checks passed
@dynamder
dynamder deleted the fix/audit-licenses branch August 19, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant