A lightweight tool to report on the licenses used by a Go package and its dependencies. Highlight! Versioned external URL to licenses can be found at the same time.
Apache License 2.0
833
stars
125
forks
source link
feat!(v2): csv - validate license URL and guess more if invalid #110
Assumption: the license URL we want to collect is always publically accessible
If there are concerns with this assumption, we can discuss several options:
hide the feature under a flag
enable validation by default, but provide a flag to disable this feature. Note we will be releasing v2, so we can consider making a breaking change if that's the default behavior we prefer.
Fixes #73
Assumption: the license URL we want to collect is always publically accessible If there are concerns with this assumption, we can discuss several options: