Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identify crates using SemVer and crates.io #60

Open
cdstanford opened this issue Jul 11, 2024 · 0 comments
Open

Identify crates using SemVer and crates.io #60

cdstanford opened this issue Jul 11, 2024 · 0 comments
Labels
enhancement New feature or request roadmap-v1 Roadmap for v1.0

Comments

@cdstanford
Copy link
Collaborator

In audit files:

  • For crates which appear on https://crates.io/, we should identify the crate using the crate name and semantic version (e.g. syn v2.0.70), and the source code hash as provided by crates.io.

  • For crates which are local, we should identify the crate using the path to the crate as well as the source code hash. It may be possible to add some kind of public identifier in some cases (e.g. a repository link) if the audit needs to be shared.

@cdstanford cdstanford added enhancement New feature or request roadmap-v1 Roadmap for v1.0 labels Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request roadmap-v1 Roadmap for v1.0
Projects
None yet
Development

No branches or pull requests

1 participant