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

Urgent Bug: github.com/frankban/quicktest references LGPL license #173

Open
Spiderman5000 opened this issue Mar 2, 2023 · 2 comments
Open

Comments

@Spiderman5000
Copy link

Summary

  • IBM License Checker found a violation in frankban/quicktest referencing LGPL license.

Details

  • I don't see any reference to quicktest in the cast code.
  • Can this module be removed from go.sum?
  • This is needed ASAP in order for IBM to continue using this module

Thanks!

@Spiderman5000
Copy link
Author

[ibmuser]$ go mod why -m github.com/frankban/quicktest
# github.com/frankban/quicktest
github.ibm.com/...
github.com/spf13/cast
github.com/spf13/cast.test
github.com/frankban/quicktest

@sagikazarmark
Copy link
Collaborator

@Spiderman5000 quicktwst is only used in test code, it will never end up in any compiled binaries that uses cast as a library.

Go modules does not have a concept of dev dependencies, so they show up in these scans.

This is essentially a false positive check, because it's incorrect to use go.sum for checks like this.

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

2 participants