JUN-WEI SONG added the comment:
sorry that I did not notice it already documented
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
New submission from JUN-WEI SONG :
When I used the nested list, I need to initialize the nested list, so I used
this expression:
>>> nested_list = [[]] * 5
see also:
https://stackoverflow.com/questions/12791501/python-initializing-a-list-of-lists
So I later learned that such an e
JUN-WEI SONG added the comment:
The following output throws error when using unzip -t
$ unzip -t file0.zip
Output:
Archive: file0.zip
: mismatching "local" filename (zipfile_extract.pyUT^I),
continuing with "central" filename version
testing:
JUN-WEI SONG added the comment:
Dear friends,
We moved a little bit forward to improve the writing. :)
--
___
Python tracker
<https://bugs.python.org/issue36
Change by JUN-WEI SONG :
--
keywords: +patch
pull_requests: +13288
stage: resolved -> patch review
___
Python tracker
<https://bugs.python.org/issu
JUN-WEI SONG added the comment:
Thank you very much for your reply.
Based on discussions above, consensuses are improving the zipfile
documentation.
And we (JUN-WEI SONG & KunYu Chen) would like to work on this.
With opinions of Serhiy Storchaka, Christian Heimes and the idea
JUN-WEI SONG added the comment:
Hello Python community,
With Christian Heimes’ suggestion, we manipulate appropriate warning to inform
users that they may encounter zip bomb issues when using the zipfile module.
The warning we would like to add in the zipfile documentation is shown below
JUN-WEI SONG added the comment:
Thanks to the python community, both of these issues are the same.
I also think it's a good thing to make related documentation to reduce this
type of problem rather than implementing it on a low-level zipfile module.
Perhaps we can customize s
JUN-WEI SONG added the comment:
Thank you python community, these two issues are indeed the same problem.
I also think that it is good to make a related document to reduce such problems.
--
stage: -> resolved
status: -> closed
___
Python t
New submission from JUN-WEI SONG :
Dear Python Community,
we found a python module vulnerability during these days and we got a CVE
number, CVE-2019-9674 after reported it to cve.mitre.org.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9674
The reserved information of CVE-2019
10 matches
Mail list logo