summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2020-02-05 16:29:11 +0000
committerGitHub <noreply@github.com>2020-02-05 17:29:11 +0100
commit6a4fbe1bd9da21684eecd77a92f168af8d12d950 (patch)
tree0a175cc4873bb3474e6010aca9d9ea47d1a5a1c9
parent3d29963a558953d5d64f70f06a4d1568b91b0a18 (diff)
downloadpsutil-6a4fbe1bd9da21684eecd77a92f168af8d12d950.tar.gz
Reference exact CVE in HISTORY for 5.6.6 (#1653)
-rw-r--r--HISTORY.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 379965cf..ca651f04 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -53,7 +53,9 @@ XXXX-XX-XX
- 1179_: [Linux] Process cmdline() now takes into account misbehaving processes
renaming the command line and using inappropriate chars to separate args.
- 1616_: use of Py_DECREF instead of Py_CLEAR will result in double free and
- segfault (CVE). (patch by Riccardo Schirone)
+ segfault
+ (`CVE-2019-18874 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18874>`__).
+ (patch by Riccardo Schirone)
- 1619_: [OpenBSD] compilation fails due to C syntax error. (patch by Nathan
Houghton)