diff options
author | Daniel Pope <lordmauve@users.noreply.github.com> | 2019-08-31 05:51:33 (GMT) |
---|---|---|
committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-08-31 05:51:33 (GMT) |
commit | daa82d019c52e95c3c57275307918078c1c0ac81 (patch) | |
tree | b3b8bd652552eca4973b58cfaa94986dbb36143a /Misc | |
parent | 013e52fd340d9ef558013b546f25456f94ee1804 (diff) | |
download | cpython-daa82d019c52e95c3c57275307918078c1c0ac81.zip cpython-daa82d019c52e95c3c57275307918078c1c0ac81.tar.gz cpython-daa82d019c52e95c3c57275307918078c1c0ac81.tar.bz2 |
bpo-37977: Warn more strongly and clearly about pickle security (GH-15595)
Diffstat (limited to 'Misc')
-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 |