Migrate jQuery plugin packaged as XStatic.
8f82e0f480
Following agreement at the Zed and Antelope PTGs, add a warning for consumers to make them aware that we aren't the authors of the Javascript files in this repository and aren't taking responsibility for addressing security vulnerabilities in them. Adding it to the README.rst ensures that it's prominent both when browsing the source code as well as when looking at future versions of release pages on PyPI, so that it should hopefully come to the attention of direct users and redistributors like distro package maintainers alike. Change-Id: I4cf50a2207abcdb8f050f5f2597ed6ebc635c13a |
||
---|---|---|
xstatic | ||
.gitignore | ||
.gitreview | ||
MANIFEST.in | ||
README.txt | ||
setup.py | ||
tox.ini |
XStatic-JQuery-Migrate ---------------------- .. warning:: This package contains convenience copies of one or more Javascript libraries which in some cases contain known security vulnerabilities. They are included for testing purposes and not intended for security sensitive production deployments. It's assumed that downstream repackaging and distribution channels will supply their own repacement Javascript libraries with backported security fixes when relevant. JQuery-Migrate JavaScript library packaged for setuptools (easy_install) / pip. This package is intended to be used by **any** project that needs these files. It intentionally does **not** provide any extra code except some metadata **nor** has any extra requirements. You MAY use some minimal support code from the XStatic base package, if you like. You can find more info about the xstatic packaging way in the package `XStatic`.