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

feature: set of trusted crates #36

Open
mimoo opened this issue Mar 11, 2021 · 0 comments
Open

feature: set of trusted crates #36

mimoo opened this issue Mar 11, 2021 · 0 comments
Assignees

Comments

@mimoo
Copy link
Contributor

mimoo commented Mar 11, 2021

We can't review EVERYTHING + some crates should really be in the stdlib = set of trusted crates.

The question we need to pose is: do we want this set of trusted crates to be public knowledge? Because it'd be much much easier to implement this with a dependencies.toml at the root of diem/diem that lists our set of trusted crates.

This could also be a folder instead (/.dependencies or /.whackadep/dependencies) which would contain files like rand.toml which would contain notes from users on why we should trust this crate. For example:

[[note]]
author = "mimoo"
note = "we trust burntsushi"

What do you think? cc @jnaulty @xvschneider @mickayz @AnomalRoil @metajack

@mimoo mimoo changed the title set of trusted crates Set of trusted crates Mar 11, 2021
@mimoo mimoo changed the title Set of trusted crates feature: set of trusted crates Mar 11, 2021
@mimoo mimoo self-assigned this Mar 11, 2021
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

No branches or pull requests

1 participant