From 5da32ded341a2fdd1838c972c80730286d082647 Mon Sep 17 00:00:00 2001 From: Ernst Noorlander Date: Mon, 11 Mar 2024 13:41:48 +0100 Subject: [PATCH] Fix 404 in README (contact person) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc29bb5..281908d 100644 --- a/README.md +++ b/README.md @@ -104,4 +104,4 @@ docker run --rm -v $(pwd):/zap/wrk/:rw -t ictu/zap2docker-weekly zap-full-scan.p 2. Cookies that are automatically set by this script will not add flags like HttpOnly, Secure and SameSite. ZAP does not support setting these cookies using the API. This will result in false-positives in the report regarding these flags. ## Get in touch -Point of contact for this repository is [Ernst Noorlander](@erno1978). \ No newline at end of file +Point of contact for this repository is [Ernst Noorlander](https://github.com/erno1978), who can be reached by [opening a new issue in this repository's issue tracker](https://github.com/ICTU/zap2docker-auth-weekly/issues/new).