Akshath Kothari
Akshath Kothari
Examples: - Purely Emoji: - `#📥/🟩`, `#📥/🟧`, `#📥/🟥` - `#⭐`, `#⭐⭐`, `#⭐⭐⭐` - `#🐞` - Text and Emoji: - `#example1️⃣` - `#example/1️⃣`
### Is your feature request related to a problem? Please describe. Existing active scan rules in ZAP are able to inject payloads in GraphQL queries in the sites tree thanks...
### Is your feature request related to a problem? Please describe. Add an integration test that makes use of the graphql add-on similar to the [integration test with the openapi...
Added - Imported specs are now persisted to the session database. They are used by the new variant to mark path parameters as Data Driven Nodes. Changed - DDNs added...
Here is an overview of the changes in this PR (click to expand): Datanucleus [Datanucleus](https://www.datanucleus.org/) allows mapping java classes to tables in a database. This makes it convenient to interact...
### Is your feature request related to a problem? Please describe. Elevate scripts to the same level as scan rules. Scan Rules | Scripts -- | -- Each scan rule...
## Overview Active and Passive scripts that (correctly) implement a `getMetadata()` function will be treated as first-class scan rules by ZAP. This is done by wrapping the scripts in respective...
Allow optional extensions to depend on other optional extensions in the same add-on. Signed-off-by: ricekot