diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-08-29 14:32:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 14:32:50 (GMT) |
commit | 270678564c16452614a8acd93763bdf64fb4d286 (patch) | |
tree | b26a9e2fbd0328a269ffbdc973698d0f56896b9e /Modules/expat/iasciitab.h | |
parent | 532ebba6c8697d214a0d94514ad0b2464a59cb7c (diff) | |
download | cpython-270678564c16452614a8acd93763bdf64fb4d286.zip cpython-270678564c16452614a8acd93763bdf64fb4d286.tar.gz cpython-270678564c16452614a8acd93763bdf64fb4d286.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>
(cherry picked from commit 3fc5d84046ddbd66abac5b598956ea34605a4e5d)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Modules/expat/iasciitab.h')
-rw-r--r-- | Modules/expat/iasciitab.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/expat/iasciitab.h b/Modules/expat/iasciitab.h index ea97cfc..5d8646f 100644 --- a/Modules/expat/iasciitab.h +++ b/Modules/expat/iasciitab.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 |