9
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes #17588 More... about 5 years ago
Content type is more specific than doc type, this change should increase the times we go to the "document type mismatch with known 404 with ID" path More... about 5 years ago
New serialization for 404 responses More... about 5 years ago
Minor improvements to visualize line profile output More... about 5 years ago
Fix unittests and added perf test for split by sep More... about 5 years ago
Adding new unittest to test 404 fingerprint performance More... about 5 years ago
* Fixed normalize_path case with qs * Removed path attr because it was not in use More... about 5 years ago
Fix imports More... about 5 years ago
Only clean body if needed More... about 5 years ago
Merge branch 'develop' of github.com:andresriancho/w3af into develop More... about 5 years ago
Removing extra self that made no sense More... about 5 years ago
Clear cache More... about 5 years ago
Move all is_404() tests to the same location More... about 5 years ago
Adding scan log analyzers for new 404 features More... about 5 years ago
Duplicates wall_time.py More... about 5 years ago
Bugfix More... about 5 years ago
Improved caching key (and overall performance) for cached_get_response_cache_key. Test suite went from 26 to 9 seconds More... about 5 years ago
Smarter strategy for response caching More... about 5 years ago
Parse .http log files into objects for testing More... about 5 years ago
Cosmetic More... about 5 years ago
Easier debugging More... about 5 years ago
Do not use mutable as default kwargs More... about 5 years ago
Minor performance improvement: smaller output / one less format string call More... about 5 years ago
Removing unnecessary @profile More... about 5 years ago
Remove unnecessary caching More... about 5 years ago
Better crash than give the impression of performing something that is never done More... about 5 years ago
Moved get_body_cache_key out of the 404 decorator so other parts of the framework can use the feature More... about 5 years ago
Cosmetic More... about 5 years ago
Performance improvement: no lock for most common case More... about 5 years ago
Better handling of HTTPS/SSL responses which don't have a content-length header More... about 5 years ago