summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-04-08 10:04:32 -0700
committerChristian Heimes <christian@python.org>2019-04-14 11:45:09 +0200
commit22c3cdcb57654bc0b334f93f704bb37be080c6f9 (patch)
tree64b8d8b788e92dc06c1c5a7d068b65bc6d8cf91a
parenta320fbc6cd9c27fbeed98e358814c112d22815ed (diff)
downloaddefusedxml-git-22c3cdcb57654bc0b334f93f704bb37be080c6f9.tar.gz
Update bitbucket.org links to github.com
Looks like the project has moved. Update the documentation to reflect this.
-rw-r--r--README.md7
-rw-r--r--README.txt6
2 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index 10f966f..ae7b050 100644
--- a/README.md
+++ b/README.md
@@ -206,7 +206,7 @@ entities
defusedxml
----------
-The [defusedxml package](https://bitbucket.org/tiran/defusedxml)
+The [defusedxml package](https://github.com/tiran/defusedxml)
([defusedxml on PyPI](https://pypi.python.org/pypi/defusedxml)) contains
several Python-only workarounds and fixes for denial of service and
other vulnerabilities in Python's XML libraries. In order to benefit
@@ -310,10 +310,10 @@ getDefaultParser(), check\_docinfo()
defusedexpat
------------
-The [defusedexpat package](https://bitbucket.org/tiran/defusedexpat)
+The [defusedexpat package](https://github.com/tiran/defusedexpat)
([defusedexpat on PyPI](https://pypi.python.org/pypi/defusedexpat))
comes with binary extensions and a [modified
-expat](https://bitbucket.org/tiran/expat) libary instead of the standard
+expat](https://github.com/tiran/expat) libary instead of the standard
[expat parser](http://expat.sourceforge.net/). It's basically a
stand-alone version of the patches for Python's standard library C
extensions.
@@ -784,4 +784,3 @@ defusedxml 0.1
*Release date: 08-Feb-2013*
- Initial and internal release for PSRT review
-
diff --git a/README.txt b/README.txt
index ae2adc5..508717d 100644
--- a/README.txt
+++ b/README.txt
@@ -757,11 +757,11 @@ References
* `Configure SAX parsers for secure processing`_
* `Testing for XML Injection`_
-.. _defusedxml package: https://bitbucket.org/tiran/defusedxml
+.. _defusedxml package: https://github.com/tiran/defusedxml
.. _defusedxml on PyPI: https://pypi.python.org/pypi/defusedxml
-.. _defusedexpat package: https://bitbucket.org/tiran/defusedexpat
+.. _defusedexpat package: https://github.com/tiran/defusedexpat
.. _defusedexpat on PyPI: https://pypi.python.org/pypi/defusedexpat
-.. _modified expat: https://bitbucket.org/tiran/expat
+.. _modified expat: https://github.com/tiran/expat
.. _expat parser: http://expat.sourceforge.net/
.. _Attacking XML Security: https://www.isecpartners.com/media/12976/iSEC-HILL-Attacking-XML-Security-bh07.pdf
.. _Billion Laughs: https://en.wikipedia.org/wiki/Billion_laughs