Is there a particular SVN revision number associated with 1.0 or is it
only in the 1.0 branch?

The real question is, if I do a svn checkout and want 1.0 (and any
updates going forward) do I check out the branch:

$ svn checkout
https://w3af.svn.sourceforge.net/svnroot/w3af/branches/1.0/ w3af

then do "svn update" from time to time

 - or checkout the truck as a particular revision:

$ svn checkout --revision XXXX
https://w3af.svn.sourceforge.net/svnroot/w3af/trunk/ w3af

where revision XXXX is the revision pegged to version 1.0?

BTW, looking forward to the auto-update feature.

Cheers!

--
-- Matt Tesauro
OWASP Board Member
OWASP WTE Project Lead
http://www.owasp.org/index.php/Category:OWASP_Live_CD_Project
http://AppSecLive.org - Community and Download site

On 01/18/2011 12:19 PM, Andres Riancho wrote:
> List,
> 
> Since our latest release back in November, the w3af team has focused
> on making the framework better, stronger and faster. By downloading
> this release you'll be able to enjoy new vulnerability checks, more
> stable code and a about 15% performance boost in the overall speed of
> your scan. Here's what's new:
> 
>     * Now using bloom filters instead of sqlite3 databases, which are
> persistent on disk, effectively increasing scan performance by about
> 15%!
>     * Fixed most of the bugs that cause w3afMustStopExceptions and
> wrote debugging code to allow us to identify the remaining ones.
>     * Based on many community requests we've updated our XML output
> plugin and wrote an XSD file to help other tools parse the output from
> our scanner.
>     * Added new plugin to measure the number of hops for port 80 vs
> 443 and perform a comparison. Which is useful to identify load
> balancers, reverse proxies and any other network appliances.
> 
> On top of that, we've also worked on writing unit tests and a
> continuous integration system (thanks go to Martin Mizrahi from the
> NeXpose team for helping with this!) that we'll use for testing our
> code each night. When we complete this task, we'll be able to deliver
> high quality code on each release, with fewer bugs and no regressions.
> 
> As usual, you can find the download link on the www.w3af.com website,
> where you're going to be able to find videos, users' guide and much
> more.
> 
> PS: http://www.youtube.com/watch?v=K2cYWfq--Nw   (wait until second
> 57, there's where the fun begins)
> 
> Regards,

-- 
-- Matt Tesauro
OWASP Board Member
OWASP WTE Project Lead
http://www.owasp.org/index.php/Category:OWASP_Live_CD_Project
http://AppSecLive.org - Community and Download site

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to