Rick M

Results 56 issues of Rick M

Add maintenance note to CHANGELOG where one doesn't already exist. - Reduce unnecessary arguments. - Add missing arguments or adjust place holders. - Remove unnecessary use of toString(). - Use...

- Moved scan rule and unit test classes. - Relocated help and Messages.properties content. - Updated CHANGELOGs. Signed-off-by: kingthorin

ZAP is no longer an OWASP project. https://www.zaproxy.org/blog/2023-08-01-zap-is-joining-the-software-security-project/

**What would you like added?** Some more modern tools should be included. For example: https://twitter.com/ReconOne_bk/status/1660972532395065345 - waybackurls - unfurl - gau I'm sure I have other tweets bookmarked, I'll add...

new

### Note: This issue can definitely have multiple assignees. Please let us know if you want to tackle one or more of these. --- The following add-ons or scan rules...

add-on
tracker
good second issue

### Describe the bug When importing an OpenAPI definition from a URL, if the server is slow a read timeout may occur which is caught/handled by the add-on. But, the...

add-on
in:openapi

### Is your feature request related to a problem? Please describe. ZAP doesn't currently have gRPC support out of the box. - https://grpc.io/ - https://en.wikipedia.org/wiki/GRPC - https://github.com/grpc/grpc (Does point to...

enhancement
add-on
tracker

- [x] Migrate core components. (Done in: https://github.com/zaproxy/zap-extensions/pull/2412 and https://github.com/zaproxy/zap-extensions/pull/2409) - [x] Deprecate core components. (Done in: https://github.com/zaproxy/zaproxy/pull/6011) - [x] Remove core help content. (Done in https://github.com/zaproxy/zap-core-help/pull/313/) - [x] Hide/un-use...

add-on
tracker

## Overview - CHANGELOG > Add fix note. - Extractors > Make VERSION_SUB_PATTERN more specific. - RepoUnittest > Update assertions for new behavior. - VersionPatternUnitTest > Update assertions and add...

## Overview - CHANGELOG > Add change note. - CacheController > Remove unnecessary else block and conditional handling. (Mentioned in https://github.com/zaproxy/zap-extensions/pull/4561/files) - ExtensionParamDigger > Add and use SessionChangedListener. - HeaderGuesser...