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

Add unlicensed crate to exceptions #451

Closed
f-squirrel opened this issue Aug 26, 2022 · 3 comments
Closed

Add unlicensed crate to exceptions #451

f-squirrel opened this issue Aug 26, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@f-squirrel
Copy link

I would like to have an option to add an unlicensed crate to exceptions.
E.g.:

exceptions = [
    # Each entry is the crate and version constraint, and its specific allow
    # list
    #{ allow = ["Zlib"], name = "adler32", version = "*" },
    { allow = ["unlicensed"], name = "my _crate", version = "*" },
]
@f-squirrel f-squirrel added the enhancement New feature or request label Aug 26, 2022
@f-squirrel f-squirrel changed the title Add licensed crate to exceptions Add unlicensed crate to exceptions Aug 26, 2022
@Jake-Shadle
Copy link
Member

I don't think there is a need for this, crates without license are incredibly rare, and the clarify mechanism can be used to specify license information for the crate, even if might be a lie while a PR or issue is worked through by the owner of that crate.

@extrawurst
Copy link

That solution probably deserves a mention in the docs

@Jake-Shadle
Copy link
Member

I'm prepping a release I am updating the docs as part of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants