This repository was archived by the owner on Apr 18, 2025. It is now read-only.
forked from privacy-ethereum/zkevm-circuits
-
Notifications
You must be signed in to change notification settings - Fork 389
Cargo Deny Report #926
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We have some issues found by cargo-deny:
License Issues
- fastrlp v0.1.3 is GPL-3.0 licensed:
- This is a dependency of
ethers-core. - Solution: upgrade to fastrlp v0.3 is MPL-2.0 licensed.
- This is a dependency of
- our crates are not licensed:
- aggregator
- halo2-base
- halo2-ecc
- halo2-gate-generator
- halo2wrong
- maingate
- misc-precompiled-circuit
- prover
- snark-verifier
- snark-verifier-sdk
- testool
Unmaintained/Deprecated Dependencies Issues
- serde_cbor is unmaintained.
- Solution: This is a dependency of criterion, upgrade criterion.
- dotenv is unmaintained #932
- Solution: This is a dependency of
prover, use dotenvy instead.
- Solution: This is a dependency of
- hermit-abi v0.3.1 is yanked
- Solution:
cargo update -p hermit-abi
- Solution:
Dependencies with vulnerability issues
- rustls-webpki: CPU denial of service in certificate path building
- This is a dependency of
reqwest - Solution: Upgrade it.
- This is a dependency of
- webpki: CPU denial of service in certificate path building
- This is a dependency of
reqwestandtokio-tungstenite - Solution: Upgrade them.
- This is a dependency of
- time: Potential segfault in the time crate
- Solution:
cargo update -p time
- Solution:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request