-
Notifications
You must be signed in to change notification settings - Fork 4
Be 3659 CVE 2007 4559 iiii #68
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
Conversation
6cf9854 to
9c778f8
Compare
9c778f8 to
738cba1
Compare
490661d to
a2c11e4
Compare
ucodery
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change will need a News entry. In addition to the CVE fix, the change in TarFile and ExFileObject API should be noted
Lib/test/test_tarfile.py
Outdated
| 0o10000000) | ||
| self.assertEqual(tarfile.nti(b"\x80\x00\x00\x00\xff\xff\xff\xff"), | ||
| 0xffffffff) | ||
| # self.assertEqual(tarfile.nti(b"\xff\xff\xff\xff\xff\xff\xff\xff"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason for not running all these checks?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those are for unsupported header types
fb8811b to
659de44
Compare
659de44 to
4801727
Compare
Changes for CVE-2007-4559