Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ee711092
Commit
ee711092
authored
Dec 31, 2002
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SmartCookie and SerialCookie were recently deprecated
parent
99448e52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Doc/lib/libcookie.tex
Doc/lib/libcookie.tex
+2
-0
No files found.
Doc/lib/libcookie.tex
View file @
ee711092
...
...
@@ -46,6 +46,7 @@ This class derives from \class{BaseCookie} and overrides
cookie data is a huge security hole, as pickle strings can be crafted
to cause arbitrary code to execute on your server. It is supported
for backwards compatibility only, and may eventually go away.
\deprecated
{
2.3
}
\end{classdesc}
\begin{classdesc}
{
SmartCookie
}{
\optional
{
input
}}
...
...
@@ -57,6 +58,7 @@ string, in which case it returns the value itself.
\strong
{
Note:
}
The same security warning from
\class
{
SerialCookie
}
applies here.
\deprecated
{
2.3
}
\end{classdesc}
A further security note is warranted. For backwards compatibility,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment