zaproxy / community-scripts

A collection of ZAP scripts and tips provided by the community - pull requests very welcome!
Apache License 2.0
761 stars 235 forks source link

feat: add Ory Kratos authentication scripts #447

Closed getlarge closed 1 month ago

getlarge commented 1 month ago

Description

I added two authentication scripts to enable authenticated interactions with web applications relying on Ory Kratos.

I hope they may be useful for others in the Zap community.

thc202 commented 1 month ago

The commits need to be signed-off: https://github.com/zaproxy/community-scripts/pull/447/checks?check_run_id=25640107047 You need to run the spotlessApply task (e.g. ./gradlew sA) to fix the formatting of the scripts. The changelog should be updated to mention the new scripts: https://github.com/zaproxy/community-scripts/blob/main/CONTRIBUTING.md#changelog

getlarge commented 1 month ago

The commits need to be signed-off: https://github.com/zaproxy/community-scripts/pull/447/checks?check_run_id=25640107047 You need to run the spotlessApply task (e.g. ./gradlew sA) to fix the formatting of the scripts. The changelog should be updated to mention the new scripts: https://github.com/zaproxy/community-scripts/blob/main/CONTRIBUTING.md#changelog

Sorry, I missed the contribution guidelines. Too bad I had to remove my GPG signature ;) Should be good now!

thc202 commented 1 month ago

You can still sign the commits.

getlarge commented 1 month ago

Yes, but not during the rebase unfortunately.

getlarge commented 1 month ago

@thc202 Can you help for the reviewing of this PR? Is anything blocking?

getlarge commented 1 month ago

@thc202 Just applied your suggestions.

thc202 commented 1 month ago

Thank you!