diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-08-31 06:02:15 (GMT) |
---|---|---|
committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-08-31 06:02:15 (GMT) |
commit | 6922b9e4fce635339cb94c2fdef6bba4e2a99621 (patch) | |
tree | 06a29d9b213bf165c9178eab1810c002ed1cb7a8 /Misc/NEWS.d | |
parent | 97a31c7b486c45ba9c21cab5fb96337859a60275 (diff) | |
download | cpython-6922b9e4fce635339cb94c2fdef6bba4e2a99621.zip cpython-6922b9e4fce635339cb94c2fdef6bba4e2a99621.tar.gz cpython-6922b9e4fce635339cb94c2fdef6bba4e2a99621.tar.bz2 |
bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) (GH-15629)
(cherry picked from commit daa82d019c52e95c3c57275307918078c1c0ac81)
Co-authored-by: Daniel Pope <lordmauve@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-08-29-14-38-01.bpo-37977.pML-UI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-08-29-14-38-01.bpo-37977.pML-UI.rst b/Misc/NEWS.d/next/Documentation/2019-08-29-14-38-01.bpo-37977.pML-UI.rst new file mode 100644 index 0000000..cd0fa3c --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-08-29-14-38-01.bpo-37977.pML-UI.rst @@ -0,0 +1 @@ +Warn more strongly and clearly about pickle insecurity |