8000 bpo-43086: Added handling for excess data in binascii.a2b_base64 by idan22moral · Pull Request #24402 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-43086: Added handling for excess data in binascii.a2b_base64 #24402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Jul 19, 2021
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
52d83e9
Added handling for excess data in binascii.a2b_base64
idan22moral Jan 31, 2021
557bce8
📜🤖 Added by blurb_it.
blurb-it[bot] Jan 31, 2021
6ed5193
Added if-state guard
idan22moral Mar 13, 2021
4ee90f5
Merge branch 'master' of https://github.com/idan22moral/cpython
idan22moral Mar 30, 2021
c7b723f
Implemented the strict mode logic
idan22moral Mar 30, 2021
93f497a
Merge branch 'master' of https://github.com/python/cpython
idan22moral Mar 30, 2021
f6283d9
Trying to fix the "Check if generated files are up to date" failure
idan22moral Apr 7, 2021
cedbb85
Generated function signatures using clinic
idan22moral Apr 7, 2021
69c96d5
Handle data in the middle of the padding in strict mode
idan22moral Apr 12, 2021
3718ebd
Added a test for strict mode
idan22moral Apr 12, 2021
d0b60e2
Added a test for invalid data as the first character
idan22moral Jul 10, 2021
afb95db
Disallowed leading padding in strict mode
idan22moral Jul 10, 2021
3c5758b
Added tests for padding-only input
idan22moral Jul 10, 2021
5f8df5b
Added tests to validate the default behavior.
idan22moral Jul 10, 2021
644dbaf
Described the changed of this pull request
idan22moral Jul 10, 2021
464484c
Modified syntax of RST
idan22moral Jul 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' of https://github.com/python/cpython
  • Loading branch information
idan22moral committed Mar 30, 2021
commit 93f497aa218675861df8e3165fcad17a032997aa

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0