> "shutil copy* unsafe on POSIX - they preserve setuid/setgit bits"<br>> <a href="https://bugs.python.org/issue17180">https://bugs.python.org/issue17180</a><br><br>There is no fix. A fix may break the backward compatibility. Is it really worth it for the last 3.4 release?<br><br>> "XML vulnerabilities in Python"<br>> <a href="https://bugs.python.org/issue17239">https://bugs.python.org/issue17239</a><br><br>Bug inactive since 2015. I don't expect that anyone will step in next weeks with a wonderful solution to all XML issues. I suggest to ignore this one as well, this issue is as old as XML support in Python and I am not aware of any victim of these issues.<br><br>Obviously, it would be "nice" to see a fix for these issues but it seems like core devs are more interested to work on other topics and other security issues.<br><br><br>> "fflush called on pointer to potentially closed file" (Windows only)<br>> <a href="https://bugs.python.org/issue19050">https://bugs.python.org/issue19050</a><br><br>It seems like two core devs are opposed to fix this issue.<br><br>--<br><br>There are open security issues on the HTTP server and urllib. I am more concerned by these issues, but it's hard to fix them, there is a risk of introducing regressions.<br><br>Victor