42
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed issues with cookies set during redirects (code 302) that were not being picked up, causing false positives. More... over 13 years ago
Added method name (GET/POST) in one of the messages More... over 13 years ago
Changed the method AbstractPlugin.sendAndReceive(HttpMessage msg, boolean isFollowRedirect) to use the parameter "isFollowRedirect". More... over 13 years ago
Changed to search only once for plug-ins in the "plugin" directory. Changed to log the message of duplicate IDs. More... over 13 years ago
merged changes on trunk into websockets branch fixed svn:ignore to ignore only eclipse files More... over 13 years ago
Bug fix Issue 297 - Exclusions not honored More... over 13 years ago
Build and Deploy the Session Fixation extension More... over 13 years ago
First cut of default messages file for session fixation. More... over 13 years ago
First cut: looks for Session Fixation issues on cookie parameters. Checks all cookie parameters found, not just the session cookie parameters found in the user options screen (may want to make it an option to check all possible/listed session ids only). Internationalised. More... over 13 years ago
avoid calling disconnect() after successful WebSockets handshake use a Thread to process WebSocket messages More... over 13 years ago
commented changes to ParosProxy with //ZAP: More... over 13 years ago
Take over WebSocket-connections and process via Java' NIO initial draft for classes (does not work in threaded mode) More... over 13 years ago
Bug fix Issue 298 - Content-Length header is not properly updated More... over 13 years ago
accidently overwrote description in wrong extension - fixed; removed Extension class from Proxy More... over 13 years ago
custom HttpConnection class plus -Manager that allows me to get outgoing socket connection extension package created ignore build files in build directory More... over 13 years ago
upgraded to httpclient version 3.1 (formerly 3.0) added ZapGetMethod class that does not fail on HTTP status code 101 (Switching Protocols) ignore build files and eclipse files More... over 13 years ago
create branch for my GSoC project: Enhancing ZAP with WebSockets support. More... over 13 years ago
Changed the help pages: Added missing tags, removed the ones that were not needed, replaced some characters with its named character entities and added missing issues to the release 1.4.0. More... over 13 years ago
Changed some methods to only initialise the view components if ZAP is in GUI mode. Moved some @SuppressWarnings("unchecked") annotations to local variables instead of applying to the method. Other minor changes. More... over 13 years ago
Changed to set the initial capacity of some collections, when the number of elements is known. Changed comments, that had the old package name, from "com.proofsecure" to "org.parosproxy". Added @Deprecated annotation to all deprecated plug-ins. Changed the filter FilterDetectMalciousContent to not check for the password AUTOCOMPLETE, as now there is a passive scanner that does that. Changed to use the class literal, instead of getting the class at runtime, to get the resources. Other minor changes. More... over 13 years ago
Added driver (Windows (x86)) for the Portuguese Cartão de Cidadão (eID). More... over 13 years ago
Added logging of exceptions. More... over 13 years ago
Updated commons-configuration to version 1.8. More... over 13 years ago
Removed methods, that were no longer used, to set status text in the footer panel. More... over 13 years ago
Added type arguments to generic types, removed unnecessary casts, added missing @Override annotations, changed to use the methods Boolean.valueOf and Integer.valueof and other minor changes. More... over 13 years ago
Fixed a bug introduced in r1234 that prevented ZAP to shutdown correctly when in daemon mode. More... over 13 years ago
Added a missing @Override annotation. More... over 13 years ago
Added @Override annotation to all appropriate methods and removed unnecessary casts in the paros and zap packages. More... over 13 years ago
Changed the method DynamicLoader.getFilteredObject(Class) to be a generic method and made other minor changes. More... over 13 years ago
Changed the UncaughtExceptionLogger to check if the logger has been configured, if not, the exceptions will be printed in the error output stream. More... over 13 years ago