diff options
author | Victor Stinner <vstinner@python.org> | 2021-08-29 14:08:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 14:08:24 (GMT) |
commit | 3fc5d84046ddbd66abac5b598956ea34605a4e5d (patch) | |
tree | 18f635a4b82f21614dc1ffbf0b74c13dd86424f4 /Modules/expat/latin1tab.h | |
parent | c9227df5a9d8e958a2324cf0deba8524d1ded26a (diff) | |
download | cpython-3fc5d84046ddbd66abac5b598956ea34605a4e5d.zip cpython-3fc5d84046ddbd66abac5b598956ea34605a4e5d.tar.gz cpython-3fc5d84046ddbd66abac5b598956ea34605a4e5d.tar.bz2 |
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945)
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>
Diffstat (limited to 'Modules/expat/latin1tab.h')
-rw-r--r-- | Modules/expat/latin1tab.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/expat/latin1tab.h b/Modules/expat/latin1tab.h index 6f91604..b681d27 100644 --- a/Modules/expat/latin1tab.h +++ b/Modules/expat/latin1tab.h @@ -7,7 +7,9 @@ |_| XML parser Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net> + Copyright (c) 2002 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> + Copyright (c) 2017 Sebastian Pipping <sebastian@pipping.org> Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining |