Issues found
Based on crates you own that have been published to crates.io. The best way to monitor these issues is to subscribe to the atom feed in your RSS reader.
circomspect
Failed to verify create's content against its repository
Partially verified 6 files (includes 3 Cargo-generated).
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.9.0'.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
cargo update
.
- Create git tags after comitting any changes, and commit changes after bumping versions and running
Files in the crates.io crate compared to the repository:
Cargo.lock
not found.
Looked for the crate in
cli/
. Fetchedhttps://github.com/trailofbits/circomspect.git
c52043f8449f92165b99dbb57013465e2e94e82c.Checked on 2025-04-09
This check is experimental.
- warning: Crate tarball has been published from a different commit than the commit tagged by git tag 'v0.9.0'.
Dependency clap 3.2 is significantly outdated
Consider upgrading to 4.5.37 to get all the fixes and improvements.
Easy way to bump dependencies:
cargo install cargo-edit; cargo upgrade -i
; Also check out Dependabot service on GitHub.Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["cryptography"]
to theCargo.toml
.Even if there are no categories that fit precisely, pick one that is least bad. You can also propose new categories in crates.io issue tracker.
circomspect-program-analysis
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Published crate doesn't match its repository
Partially verified 22 files (includes 2 Cargo-generated).
Looked for the crate in
program_analysis/
. Fetchedhttps://github.com/trailofbits/circomspect.git
c52043f8449f92165b99dbb57013465e2e94e82c.Checked on 2025-04-27
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing keywords
Help users find your crates. Add
keywords = ["circomspect", "analysis", "analyzer", "passes"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
circomspect-parser
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["…"]
to theCargo.toml
.Published crate doesn't match its repository
Partially verified 11 files (includes 2 Cargo-generated).
Looked for the crate in
parser/
. Fetchedhttps://github.com/trailofbits/circomspect.git
c52043f8449f92165b99dbb57013465e2e94e82c.Checked on 2025-04-09
Dependency lalrpop 0.20 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
In Cargo, different 0.x versions are considered incompatible, so this is a semver-major upgrade.
Dependency lalrpop-util 0.20 is outdated
Upgrade to 0.22.1 to get all the fixes, and avoid causing duplicate dependencies in projects.
Missing keywords
Help users find your crates. Add
keywords = ["circomspect", "analyzer", "circomspect-parser"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
circomspect-program-structure
Published crate doesn't match its repository
Partially verified 51 files (includes 2 Cargo-generated).
Looked for the crate in
program_structure/
. Fetchedhttps://github.com/trailofbits/circomspect.git
c52043f8449f92165b99dbb57013465e2e94e82c.Checked on 2025-04-09
Dependency codespan 0.11 is a bit outdated
Consider upgrading to 0.12.0 to get all the fixes and improvements.
Dependency codespan-reporting 0.11 is a bit outdated
Consider upgrading to 0.12.0 to get all the fixes and improvements.
Dependency serde-sarif 0.4 is outdated
Upgrade to 0.7.0 to get all the fixes, and avoid causing duplicate dependencies in projects.
Dependency thiserror 1.0 is a bit outdated
Consider upgrading to 2.0.12 to get all the fixes and improvements.
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["compilers", "development-tools"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["circomspect", "analyzer", "structure"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
circomspect-program-structure, circomspect-program-analysis, circomspect-parser, circomspect-circom-algebra
README missing from crate tarball
Cargo sometimes fails to package the
README
file. Ensure the path to theREADME
inCargo.toml
is valid, and points to a file inside the crate's directory.
circomspect-circom-algebra
Missing categories
Categories improve browsing of lib.rs and crates.io. Add
categories = ["mathematics"]
to theCargo.toml
.Missing keywords
Help users find your crates. Add
keywords = ["circomspect", "analyzer", "circom"]
(up to 5) to theCargo.toml
. Best keywords are alternative terms or their spellings that aren't in the name or description. Also add a keyword that precisely categorizes this crate and groups it with other similar crates.
If some of these crates are unmaintained and shouldn't be checked, yank them or add [badges.maintenance]
to their
status = "deprecated"Cargo.toml
.