From 05d70fb92b72f9701bea99c809a5edd53b290de9 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 16 Dec 2022 17:45:09 +0900 Subject: [PATCH] Fixed typo in docs/topics/http/sessions.txt. --- docs/topics/http/sessions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index 1c1ad0c34be..4dc6f6af355 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -122,8 +122,8 @@ and the :setting:`SECRET_KEY` setting. .. warning:: - **If the ``SECRET_KEY`` or ``SECRET_KEY_FALLBACKS`` are not kept secret and - you are using the** + **If the** ``SECRET_KEY`` **or** ``SECRET_KEY_FALLBACKS`` **are not kept + secret and you are using the** ``django.contrib.sessions.serializers.PickleSerializer``, **this can lead to arbitrary remote code execution.**