Skip to content

Commit 7eee21f

Browse files
authored
Merge pull request #95 from pinterest/cryptography-2.3.1
Upgrade to cryptography 2.3.1
2 parents 06149b8 + 30db653 commit 7eee21f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 1.4.1
2+
-------------
3+
* Upgraded cryptography to 2.3.1 (for CVE-2018-10903, although snappass is
4+
unaffected because it doesn't use the vulnerable ``finalize_with_tag`` API)
5+
16
Version 1.4.0
27
-------------
38
*You will lose stored passwords during the upgrade to this version*

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ MarkupSafe==1.0
44
Werkzeug==0.14.1
55
itsdangerous==0.24
66
redis==2.10.6
7-
cryptography==2.2.2
7+
cryptography==2.3.1
88
mock==2.0.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='snappass',
5-
version='1.4.0',
5+
version='1.4.1',
66
description="It's like SnapChat... for Passwords.",
77
long_description=(open('README.rst').read() + '\n\n' +
88
open('AUTHORS.rst').read()),

0 commit comments

Comments
 (0)