diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index b116f96ffd2..a92526f5a3b 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst @@ -26,7 +26,7 @@ avoid confusion, the terms used here are "pickling" and "unpickling". .. warning:: - The :mod:`pickle` module is secure against erroneous or maliciously + The :mod:`pickle` module is not secure against erroneous or maliciously constructed data. Never unpickle data received from an untrusted or unauthenticated source.