From 22c3cdcb57654bc0b334f93f704bb37be080c6f9 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 8 Apr 2018 10:04:32 -0700 Subject: Update bitbucket.org links to github.com Looks like the project has moved. Update the documentation to reflect this. --- README.md | 7 +++---- README.txt | 6 +++--- 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 -- cgit v1.2.1