-
Notifications
You must be signed in to change notification settings - Fork 546
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. |
fwiw, @mattfarina if you feel like clarifying this with the CNCF/LF legal folks, feel free to reply here with what you find out. |
I would think so too, but will leave it to @mattfarina to give us the final word. We had some corruption in our $ ~/suse/rancher-desktop/scripts/node-license-check.sh
Forbidden license(s) detected; allowed are Apache-2.0|0?BSD|ISC|MIT|Python-2.0|Unlicense
[
"chownr",
"3.0.0",
"BlueOak-1.0.0",
"git://github.com/isaacs/chownr.git",
"http://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"
] |
I'll move the That way people get to chose to install it or not for themselves. |
Actually, I'm going to look into switching to https://www.npmjs.com/package/nanotar which is MIT licensed has no dependencies. |
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: