FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-95778: CVE-2020-10735: Prevent DoS by very large int() by gpshead · Pull Request #96499 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-95778: CVE-2020-10735: Prevent DoS by very large int()
- #96499
#96499
Merged
gpshead
merged 45 commits into
python:main
python/cpython:main
from
gpshead:CVE-2020-10735
gpshead/cpython:CVE-2020-10735
Copy head branch name to clipboard
Sep 2, 2022
Conversation
Commits
45
(45)
Checks
Files changed
Merged
gh-95778: CVE-2020-10735: Prevent DoS by very large int()
#96499
gpshead
merged 45 commits into
python:main
python/cpython:main
from
gpshead:CVE-2020-10735
gpshead/cpython:CVE-2020-10735
Copy head branch name to clipboard
Commits
Commits on Sep 2, 2022
CVE-2020-10735: Prevent DoS by very large int()
Show description for 19b28fc
tiran
authored and
gpshead
committed
19b28fc
View commit details
Copy full SHA for 19b28fc
Browse repository at this point
Default to disable, improve tests and docs
tiran
authored and
gpshead
committed
0a96b20
View commit details
Copy full SHA for 0a96b20
Browse repository at this point
fix typo
tiran
authored and
gpshead
committed
88f6d5d
View commit details
Copy full SHA for 88f6d5d
Browse repository at this point
More docs (WIP)
tiran
authored and
gpshead
committed
70c195e
View commit details
Copy full SHA for 70c195e
Browse repository at this point
Basic documentation for sys functions
tiran
authored and
gpshead
committed
e17e93b
View commit details
Copy full SHA for e17e93b
Browse repository at this point
Use ValueError, ignore underscore, scale limit
tiran
authored and
gpshead
committed
fbd14b7
View commit details
Copy full SHA for fbd14b7
Browse repository at this point
Fix CI
tiran
authored and
gpshead
committed
dd74d70
View commit details
Copy full SHA for dd74d70
Browse repository at this point
Address Greg's review
tiran
authored and
gpshead
committed
0e01461
View commit details
Copy full SHA for 0e01461
Browse repository at this point
Fix sys.flags len and docs
tiran
authored and
gpshead
committed
0b21e5f
View commit details
Copy full SHA for 0b21e5f
Browse repository at this point
Keep the warning, but remove advice about limiting input length in the json module.
Show description for 3b38abe
gpshead
committed
3b38abe
View commit details
Copy full SHA for 3b38abe
Browse repository at this point
Renamed the APIs & too many other refactorings.
Show description for 37193ed
gpshead
committed
37193ed
View commit details
Copy full SHA for 37193ed
Browse repository at this point
Improve the configuring docs.
gpshead
committed
c90b79f
View commit details
Copy full SHA for c90b79f
Browse repository at this point
Stop tying to base10, just use string digits.
Show description for fea25ea
gpshead
committed
fea25ea
View commit details
Copy full SHA for fea25ea
Browse repository at this point
Remove the added now-unneeded helper log tbl fn.
gpshead
committed
ac9f22f
View commit details
Copy full SHA for ac9f22f
Browse repository at this point
prevent intdostimeit from emitting errors in test_tools.
gpshead
committed
da72dd1
View commit details
Copy full SHA for da72dd1
Browse repository at this point
Remove a leftover base 10 reference. clarify.
gpshead
committed
d7e4d7b
View commit details
Copy full SHA for d7e4d7b
Browse repository at this point
versionadded/changed to 3.12
Show description for 5c7e6d5
gpshead
committed
5c7e6d5
View commit details
Copy full SHA for 5c7e6d5
Browse repository at this point
Link to the CVE from the main doc.
gpshead
committed
61a5bc9
View commit details
Copy full SHA for 61a5bc9
Browse repository at this point
Add a What's New entry.
gpshead
committed
c15adde
View commit details
Copy full SHA for c15adde
Browse repository at this point
Add a Misc/NEWS.d entry.
gpshead
committed
76ae1c2
View commit details
Copy full SHA for 76ae1c2
Browse repository at this point
Undo addition to PyConfig to ease backporting.
Show description for 1ad88f5
gpshead
committed
1ad88f5
View commit details
Copy full SHA for 1ad88f5
Browse repository at this point
Remove the Tools/scripts/ example and timing code.
gpshead
committed
0c83111
View commit details
Copy full SHA for 0c83111
Browse repository at this point
un-add the <math.h> include (not needed for PR anymore)
gpshead
committed
5d39ab6
View commit details
Copy full SHA for 5d39ab6
Browse repository at this point
Remove added unused imports.
gpshead
committed
5b77b3e
View commit details
Copy full SHA for 5b77b3e
Browse repository at this point
Tabs -> Spaces
gpshead
committed
de00cdc
View commit details
Copy full SHA for de00cdc
Browse repository at this point
make html and make doctest in Doc pass.
gpshead
committed
3cc8553
View commit details
Copy full SHA for 3cc8553
Browse repository at this point
Raise the default limit and the threshold.
Show description for da97e65
gpshead
committed
da97e65
View commit details
Copy full SHA for da97e65
Browse repository at this point
Remove xmlrpc.client changes, test-only.
Show description for ef03a16
gpshead
committed
ef03a16
View commit details
Copy full SHA for ef03a16
Browse repository at this point
Rearrange the new stdtypes docs, w/limits + caution.
gpshead
committed
e916845
View commit details
Copy full SHA for e916845
Browse repository at this point
Make a huge int a SyntaxError with lineno when parsing.
gpshead
committed
101502e
View commit details
Copy full SHA for 101502e
Browse repository at this point
Mention the chosen default in the NEWS entry.
gpshead
committed
fa8a58a
View commit details
Copy full SHA for fa8a58a
Browse repository at this point
Properly clear & free the prior exception.
gpshead
committed
313ab6d
View commit details
Copy full SHA for 313ab6d
Browse repository at this point
Add a note to the float.as_integer_ratio() docs.
gpshead
committed
614cd02
View commit details
Copy full SHA for 614cd02
Browse repository at this point
Clarify the documentation wording and error msg.
gpshead
committed
16ad090
View commit details
Copy full SHA for 16ad090
Browse repository at this point
Fix test_idle, it used a long int on a line.
gpshead
committed
4eb72e6
View commit details
Copy full SHA for 4eb72e6
Browse repository at this point
Rename the test.support context manager and document it.
gpshead
committed
da36550
View commit details
Copy full SHA for da36550
Browse repository at this point
Documentation cleanup.
gpshead
committed
f4372cc
View commit details
Copy full SHA for f4372cc
Browse repository at this point
Update attribution in Misc/NEWS.d
Show description for c421853
gpshead
and
tiran
committed
c421853
View commit details
Copy full SHA for c421853
Browse repository at this point
Regen global strings
tiran
authored and
gpshead
committed
9f2168a
View commit details
Copy full SHA for 9f2168a
Browse repository at this point
Make the doctest actually run & fix it.
gpshead
committed
3c8504b
View commit details
Copy full SHA for 3c8504b
Browse repository at this point
Fix the docs build.
gpshead
committed
1586419
View commit details
Copy full SHA for 1586419
Browse repository at this point
Rename the news file to appease the Bedevere bot.
gpshead
committed
94bd3ee
View commit details
Copy full SHA for 94bd3ee
Browse repository at this point
Regen argument clinic after the rebase merge.
gpshead
committed
0b91f65
View commit details
Copy full SHA for 0b91f65
Browse repository at this point
Hexi hexa
Show description for 02776f9
tiran
and
zooba
authored
02776f9
View commit details
Copy full SHA for 02776f9
Browse repository at this point
Hexi hexa 2
Show description for 173fa4e
tiran
and
zooba
authored
173fa4e
View commit details
Copy full SHA for 173fa4e
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL