[W3af-svn-notify] SF.net SVN: w3af:[6430] branches/threading2/core/data/kb
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-12-20 15:24:30
|
Revision: 6430 http://w3af.svn.sourceforge.net/w3af/?rev=6430&view=rev Author: andresriancho Date: 2012-12-20 15:24:21 +0000 (Thu, 20 Dec 2012) Log Message: ----------- Added new factory classmethods to info and vuln. This is part of the idea of having a stricter core API that doesn't allow me to make any mistakes in the plugins. The old API had a kwd arg in __init__ and lots of complicated init steps inside it that could confuse the API consumer. Modified Paths: -------------- branches/threading2/core/data/kb/info.py branches/threading2/core/data/kb/tests/test_info.py branches/threading2/core/data/kb/vuln.py Added Paths: ----------- branches/threading2/core/data/kb/tests/test_vuln.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |