From 5dcd011e095715d66886a16acfcffe452953da71 Mon Sep 17 00:00:00 2001 From: thc202 Date: Wed, 9 Jun 2021 09:13:38 +0100 Subject: [PATCH] Update download link Use main branch to download the project. Signed-off-by: thc202 --- api/sdlc-integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/sdlc-integration/README.md b/api/sdlc-integration/README.md index 84d6ce06..c7258e5e 100644 --- a/api/sdlc-integration/README.md +++ b/api/sdlc-integration/README.md @@ -9,7 +9,7 @@ ZAP is an Open Source Web App Security Testing Tool and browser proxy, that is v 2. Add ZAP root certificate to your browser - Open ZAP > Tools > Options > Dynamic SSL Certificates > Save 3. Start ZAP daemon (also see `demos/start-zap.sh` script): `zap.sh -daemon -port 8080 -config api.disablekey=true &` 4. Configure your machine or browser to use ZAP local proxy for all internet traffic -5. Download the project (https://github.com/zaproxy/community-scripts/archive/master.zip), unzip it and navigate into this directory (`/api/sdlc-integration`) - let's call it the root from now on. +5. Download the project (https://github.com/zaproxy/community-scripts/archive/main.zip), unzip it and navigate into this directory (`/api/sdlc-integration`) - let's call it the root from now on. 6. Install requirements: `pip install -r requirements.txt` 7. Modify `core/config.py` - here you can configure: 1. ZAP's URL