aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-07-19 06:35:55 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2018-07-18 17:35:55 -0500
commit61114a2e69875eb31e9299913aa26f1627332383 (patch)
treeede786a7daea2ddfa5acdfb8a3ca217a4104ca24 /CHANGELOG.rst
parent39a3efbfafd0f9ebed9d9ea08a885e68c97e8045 (diff)
downloadcryptography-61114a2e69875eb31e9299913aa26f1627332383.tar.gz
cryptography-61114a2e69875eb31e9299913aa26f1627332383.tar.bz2
cryptography-61114a2e69875eb31e9299913aa26f1627332383.zip
add CVE ID to security issue (#4360)
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 41026519..dc5ec83c 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -18,6 +18,7 @@ Changelog
allowed tag truncation by default which can allow tag forgery in some cases.
The method now enforces the ``min_tag_length`` provided to the
:class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` constructor.
+ *CVE-2018-10903*
* Added support for Python 3.7.
* Added :meth:`~cryptography.fernet.Fernet.extract_timestamp` to get the
authenticated timestamp of a :doc:`Fernet </fernet>` token.