Simon Bennetts
Simon Bennetts
see http://swagger.io/ and https://openapis.org/ Adding tracker list: - [ ] Generate call definitions - [x] Allow param descriptions to be defined (#5512) - [x] Allow API descriptions to be defined...
And DOM XSS ;) Depends on https://github.com/zaproxy/zap-extensions/pull/4118 and https://github.com/zaproxy/zap-extensions/pull/4121 Will also need to be updated for ascan promotions... Signed-off-by: Simon Bennetts
These are all of the instances I can see in the repo having pulled it... I've updated criteria.md because I can't see where the source is - happy to change...
Ready for initial review. I know the japicmp check will fail right now, and there will be a load of `@since` etc comments needed. There will also be a related...
Many of the alerts still have http links. Where possible we should update these to their https equivalents, but it does mean checking there is an https equivalent. The alerts...
How could we use AI to make ZAP more effective? - Understand the technologies behind an app better? - Suggest more effective payloads? - Improve false positive detection? - Generate...
There are currently no links between the alert pages and the alert help pages. This is a shame as the alert help pages often include useful information such as how...
This is for all scan rules - active, passive, http, websocket, future ones :) The method is proposed to be a 'defacto standard' for now: `List getExampleAlerts()` It will be...
Proposed features: - [ ] Add linter - [ ] Add dark mode - [ ] Define project structure as per ZAP standards - [x] Prepare UI for Sites tree...
Add support for the Context Structure in the AF env: https://www.zaproxy.org/docs/desktop/addons/automation-framework/environment/ A new section will be needed which covers all of the options in https://www.zaproxy.org/docs/desktop/ui/dialogs/session/context-struct/ Part of #6461