-Update to 2.00b ====================================== Version 2.00b: -------------- - Minor bug fix to path parsing to avoid problems with /.$foo/, - Improved PHP error detection (courtesy of Niels Heinen), - Improved dictionary logic (courtesy of Niels Heinen) and new documentation of the same, - Improved support for file.ext keywords in the dictionary, - Fixed missing content_checks() in unknown_check_callback() (courtesy of Niels Heinen), - Improved an oversight in dictionary case sensitivity, - Improved pivots.txt data, - Support for supplementary read-only dictionaries (-W +dict), - Change to directory detection to work around a certain sneaky server behavior. - TODO: Revise dictionaries!!! Version 1.94b: -------------- - Proxy support! Currently only works for HTTP, put behind #ifdef PROXY_SUPPORT. - Change to prefix() and change_prefix() macros to limit the risk of bugs. Version 1.93b: -------------- - Major fix to URL XSS detection logic (courtesy of Niels Heinen). Version 1.92b: -------------- - Reading starting URLs from file is now supported (@ prefix). Version 1.90b / 1.91b: ---------------------- - Minor fix to pivots.txt. Version 1.89b: -------------- - Skipfish now saves all discovered URLs in a single file for third-party tools: pivots.txt. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
wxs 2011-06-30 02:27:44 UTC FreeBSD ports repository Modified files: security/skipfish Makefile distinfo pkg-plist security/skipfish/files patch-Makefile Added files: security/skipfish/files patch-sfscandiff Log: - Update to 2.00b PR: ports/158519 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer) Revision Changes Path 1.19 +2 -1 ports/security/skipfish/Makefile 1.16 +2 -2 ports/security/skipfish/distinfo 1.3 +5 -11 ports/security/skipfish/files/patch-Makefile 1.1 +8 -0 ports/security/skipfish/files/patch-sfscandiff (new) 1.3 +1 -0 ports/security/skipfish/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!