Patrick Double
                                            Patrick Double
                                        
                                    Labels can be used to identify components of the application. This patch treats labels that aren't recognized as issue type or priority as components. Unfortunately BitBucket only allows one component...
Limits request rate to prevent overloading the target or being blocked.
When updating context information, ZAP calls saveAllContexts(). Each context save results in a call to refreshScope(). This is unnecessary. This PR calls refreshScope() after all contexts are saved. In addition,...
### Is your feature request related to a problem? Please describe. IMHO, ZAP should look like a legit browser as much as possible. Otherwise, site scans may be filtered. The...
### Describe the bug Many instances of this in `zap.log` for different record numbers. 2023-11-13 06:04:25,573 [ZAP-PassiveScan-4] ERROR PassiveScanTask - Scan rule 'Session Management Response Identified' failed on record 124740...
### Is your feature request related to a problem? Please describe. Site protections may detect the spider and block it. Or, the server(s) may become overloaded and return 500, 502,...
### Is your feature request related to a problem? Please describe. The drop down for site selection can grow large. It's difficult to find the site I want because all...
## Overview When running Chrome via Selenium, try to hide that Chrome is being driven by web driver. Some sites/pages detect such as will not serve the page. ## Checklist...
Creating a new container with a new volume, such as when starting the compose stack for the first time, does not start the server. The reason is /data is owned...