Missing SDK license for box-react-ui & bad cert for repo
AnsweredThe box-react-ui references the following page, for the box-ui-license, but there is nothing there:
https://developer.box.com/docs/box-sdk-license
Additionally, the Git repo, linked from the package.json, shows an invalid certificate for the host:
https://git.dev.box.net/Box/box-react-ui.git
This is currently a concern, since without a clear license document we can't use box-ui-elements, in our firm, which depends on this.
-
The link https://developer.box.com/docs/box-sdk-license is now fixed.
So is https://developer.box.com/docs/box-sdk-cla which also had broken.
The GIT link for box-ui-elements is public, so it's license can be found here
https://github.com/box/box-ui-elements/blob/master/LICENSE
The GIT link to box-react-ui is currently private, thats why it doesn't work. It however shares the same license as above.
You can also find the license files right within the NPM packages themselves once you install them. Check your node_modules folder and then the respective packages.
You can also see the NPM packages on the web via unpkg:
https://unpkg.com/box-ui-elements@5.4.0/LICENSE
https://unpkg.com/box-react-ui@24.0.0/LICENSE
https://unpkg.com/NPM-PACKAGE-NAME@NPM-PACKAGE-VERSION
Please sign in to leave a comment.
Comments
3 comments