From 91f381754177896bf481e27ab53d33cac33e2a0d Mon Sep 17 00:00:00 2001 From: Stephen Martin Date: Tue, 4 Sep 2018 12:36:39 -0700 Subject: fix spelling error --- docs/narr/sessions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index 6f826fe23..2d80b1a63 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -69,7 +69,7 @@ using the :meth:`pyramid.config.Configurator.set_session_factory` method. session data is stored unencrypted in a cookie, it will also be easier for evildoers to obtain the current user's cross-site scripting token. - - The default serialization method, while replacable with something like + - The default serialization method, while replaceable with something like JSON, is implemented using pickle which can lead to remote code execution if your secret key is compromised. -- cgit v1.2.3