-
Notifications
You must be signed in to change notification settings - Fork 544
BlueOak-1.0.0 license is not approved by CNCF #2392
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
Comments
The problematic dependencies are: [
"chownr",
"3.0.0",
"BlueOak-1.0.0",
"git://github.com/isaacs/chownr.git",
"http://blog.izs.me/",
"Isaac Z. Schlueter"
]
[
"jackspeak",
"3.4.3",
"BlueOak-1.0.0",
"git+https://github.com/isaacs/jackspeak.git",
"Unknown",
"Isaac Z. Schlueter"
]
[
"package-json-from-dist",
"1.0.1",
"BlueOak-1.0.0",
"git+https://github.com/isaacs/package-json-from-dist.git",
"https://izs.me/",
"Isaac Z. Schlueter"
]
[
"path-scurry",
"1.11.1",
"BlueOak-1.0.0",
"git+https://github.com/isaacs/path-scurry",
"https://blog.izs.me/",
"Isaac Z. Schlueter"
]
[
"yallist",
"5.0.0",
"BlueOak-1.0.0",
"git+https://github.com/isaacs/yallist.git",
"http://blog.izs.me/",
"Isaac Z. Schlueter"
] |
These are all indirect dependencies.
|
It is my understanding that CNCF license approval requirement applies to indirect dependencies as well. Is that not the case? Otherwise you could just create a wrapper with an approved license around a module and circumvent the whole license checking. The whole point of an official list is that the CNCF confirms that it considers the licenses compatible. |
I don't know the policy. Without any investigation, I would assume it applies to all dependencies, direct or otherwise. I just wanted to document where these dependencies were coming from in case changes need to be made. |
The license policy for the whole CNCF can be found here. It applies to all dependencies not just direct ones. The approved exceptions can be found here. The |
It might be worth applying for an exception. BlueOak is OSI approved and, if I recall correctly, was recently approved by the OpenJS Foundation. |
package.json
lists several dependencies that are licensed under theBlueOak-1.0.0
license. That license is not listed as an approved CNCF license.The packages are also not listed in the exception lists.
Are there any plans to resolve this?
Possible ways:
The text was updated successfully, but these errors were encountered: