Staging
v0.5.1
https://github.com/python/cpython
Revision 4cbb23f8f278fd1f71dcd5968aa0b3f0b4f3bd5d authored by Senthil Kumaran on 31 July 2016, 06:24:16 UTC, committed by Senthil Kumaran on 31 July 2016, 06:24:16 UTC
Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which
indicates that the script is in CGI mode.

Issue #27568 Reported and patch contributed by Rémi Rampin.
1 parent d27a7c1
Raw File
Tip revision: 4cbb23f8f278fd1f71dcd5968aa0b3f0b4f3bd5d authored by Senthil Kumaran on 31 July 2016, 06:24:16 UTC
Prevent HTTPoxy attack (CVE-2016-1000110)
Tip revision: 4cbb23f
make_versioninfo.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Source Files">
      <UniqueIdentifier>{e4180954-c3a5-4749-b9a4-31b804ee4fa8}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\make_versioninfo.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top