Pain point: License filtering/auditing #33
EricStG
started this conversation in
Pain Points
Replies: 1 comment
-
|
Thereβs a similar Rust project called cargo-deny (prior art) https://github.com/EmbarkStudios/cargo-deny |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This might be pretty niche, but I've had requirements before preventing packages with certain licenses (ex: GPLv3) or allowing only others, some kind of allow/deny list basically.
Having an easy way to tell which license are currently installed would also be useful.
Beta Was this translation helpful? Give feedback.
All reactions