1. 03 Agu, 2008 1 kayıt (commit)
  2. 05 Şub, 2008 1 kayıt (commit)
    • Andrew M. Kuchling's avatar
      Update PEP URL. · 727a5907
      Andrew M. Kuchling yazdı
      (This code is duplicated between pydoc and DocXMLRPCServer; maybe it
      should be refactored as a GHOP project.)
      
      2.5.2 backport candidate.
      727a5907
  3. 10 Ara, 2007 1 kayıt (commit)
  4. 09 Ara, 2007 1 kayıt (commit)
  5. 10 Mar, 2007 1 kayıt (commit)
  6. 31 May, 2006 1 kayıt (commit)
    • Andrew M. Kuchling's avatar
      [Bug #1473048] · 622f1441
      Andrew M. Kuchling yazdı
      SimpleXMLRPCServer and DocXMLRPCServer don't look at
      the path of the HTTP request at all; you can POST or
      GET from / or /RPC2 or /blahblahblah with the same results.
      Security scanners that look for /cgi-bin/phf will therefore report
      lots of vulnerabilities.
      
      Fix: add a .rpc_paths attribute to the SimpleXMLRPCServer class,
      and report a 404 error if the path isn't on the allowed list.
      
      Possibly-controversial aspect of this change: the default makes only
      '/' and '/RPC2' legal.  Maybe this will break people's applications
      (though I doubt it).  We could just set the default to an empty tuple,
      which would exactly match the current behaviour.
      622f1441
  7. 07 Şub, 2005 1 kayıt (commit)
  8. 31 Agu, 2004 1 kayıt (commit)
  9. 01 May, 2003 1 kayıt (commit)
  10. 24 Nis, 2003 1 kayıt (commit)
  11. 18 Nis, 2003 1 kayıt (commit)