diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-29 07:36:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 16:36:36 +0200 |
commit | 007221a43e566db08c0c5c00756d80dfd9dccafe (patch) | |
tree | 49d81dc0e3697ceffee84c0dd4aee347d990d52b /Modules/expat/COPYING | |
parent | 45409518c1cec5ee91d49f69a2f8eb4196d242f0 (diff) | |
download | cpython-git-007221a43e566db08c0c5c00756d80dfd9dccafe.tar.gz |
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28032)
Update the vendored copy of libexpat to 2.4.1 (from 2.2.8) to get the
fix for the CVE-2013-0340 "Billion Laughs" vulnerability. This copy
is most used on Windows and macOS.
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
(cherry picked from commit 3fc5d84046ddbd66abac5b598956ea34605a4e5d)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Modules/expat/COPYING')
-rw-r--r-- | Modules/expat/COPYING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/expat/COPYING b/Modules/expat/COPYING index 8d288f0f28..3c0142e71c 100644 --- a/Modules/expat/COPYING +++ b/Modules/expat/COPYING @@ -1,5 +1,5 @@ Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper -Copyright (c) 2001-2017 Expat maintainers +Copyright (c) 2001-2019 Expat maintainers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the |