Migrate jQuery plugin packaged as XStatic.
Go to file
Jeremy Stanley 8f82e0f480 Add Javascript fork warning boilerplate to README
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
2023-03-29 15:48:06 +00:00
xstatic Update to 3.3.2 2020-11-30 15:51:58 +01:00
.gitignore Version 1.2.1 of JQuery-Migrate 2014-05-22 18:11:59 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:13 +00:00
MANIFEST.in Version 1.2.1 of JQuery-Migrate 2014-05-22 18:11:59 +02:00
README.txt Add Javascript fork warning boilerplate to README 2023-03-29 15:48:06 +00:00
setup.py Version 1.2.1 of JQuery-Migrate 2014-05-22 18:11:59 +02:00
tox.ini fix tox python3 overrides 2018-09-26 18:53:43 -04:00

README.txt

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`.