Skip to content

Commit

Permalink
prep 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Feb 1, 2019
1 parent 76ae867 commit db25f77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Unreleased
==========
1.7.0 (2019-02-01)
==================

- The URL validator regex has been updated to no longer be vulnerable to a
catastrophic backtracking that would have led to an infinite loop. See
https://github.com/Pylons/colander/pull/323 and
https://github.com/Pylons/colander/issues/290. With thanks to Przemek
(https://github.com/p-m-k).

This does change the behaviour of the URL validator and it no longer supports
``file://`` URI scheme (https://tools.ietf.org/html/rfc8089). Users that
wish to validate ``file://`` URI's should change their validator to use
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def read(fname):

setup(
name='colander',
version='1.6.0',
version='1.7.0',
description=(
'A simple schema-based serialization and deserialization ' 'library'
),
Expand Down

0 comments on commit db25f77

Please sign in to comment.