[W3af-svn-notify] SF.net SVN: w3af:[6547] branches/threading2
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-12-30 22:46:53
|
Revision: 6547 http://w3af.svn.sourceforge.net/w3af/?rev=6547&view=rev Author: andresriancho Date: 2012-12-30 22:46:46 +0000 (Sun, 30 Dec 2012) Log Message: ----------- * Making audit_return_vulns thread safe * PEP8 for parser module names * Minor chages to some plugins to have mutants passed as parameters Modified Paths: -------------- branches/threading2/core/controllers/plugins/audit_plugin.py branches/threading2/core/controllers/plugins/output_plugin.py branches/threading2/core/controllers/tests/test_w3afcore.py branches/threading2/core/data/parsers/document_parser.py branches/threading2/core/data/parsers/tests/test_document_parser.py branches/threading2/core/data/parsers/tests/test_sgmlparsers.py branches/threading2/core/data/parsers/wml_parser.py branches/threading2/core/data/request/factory.py branches/threading2/core/ui/gui/reqResViewer.py branches/threading2/plugins/audit/blind_sqli.py branches/threading2/plugins/audit/buffer_overflow.py branches/threading2/plugins/audit/cors_origin.py branches/threading2/plugins/audit/csrf.py branches/threading2/plugins/audit/dav.py branches/threading2/plugins/audit/eval.py branches/threading2/plugins/audit/file_upload.py branches/threading2/plugins/audit/format_string.py branches/threading2/plugins/audit/frontpage.py branches/threading2/plugins/audit/generic.py branches/threading2/plugins/audit/global_redirect.py branches/threading2/plugins/audit/htaccess_methods.py branches/threading2/plugins/audit/ldapi.py branches/threading2/plugins/audit/lfi.py branches/threading2/plugins/audit/mx_injection.py branches/threading2/plugins/audit/os_commanding.py branches/threading2/plugins/audit/phishing_vector.py branches/threading2/plugins/audit/preg_replace.py branches/threading2/plugins/audit/redos.py branches/threading2/plugins/audit/response_splitting.py branches/threading2/plugins/audit/rfi.py branches/threading2/plugins/audit/sqli.py branches/threading2/plugins/audit/ssi.py branches/threading2/plugins/audit/ssl_certificate.py branches/threading2/plugins/audit/un_ssl.py branches/threading2/plugins/audit/xpath.py branches/threading2/plugins/audit/xss.py branches/threading2/plugins/audit/xst.py branches/threading2/plugins/tests/basic.py Added Paths: ----------- branches/threading2/core/data/parsers/html.py branches/threading2/core/data/parsers/sgml.py branches/threading2/core/data/parsers/wsdl.py Removed Paths: ------------- branches/threading2/core/data/parsers/htmlParser.py branches/threading2/core/data/parsers/sgmlParser.py branches/threading2/core/data/parsers/wsdlParser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |