From 716727bb9c9bcfe28ff65cf97232d757d79d136a Mon Sep 17 00:00:00 2001 From: Pawel <1931622+pawel-0@users.noreply.github.com> Date: Wed, 26 Jul 2023 11:31:51 +0200 Subject: [PATCH] Add ZAP Proxy --- programs/zap-proxy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 programs/zap-proxy.json diff --git a/programs/zap-proxy.json b/programs/zap-proxy.json new file mode 100644 index 0000000..a3d6044 --- /dev/null +++ b/programs/zap-proxy.json @@ -0,0 +1,11 @@ +{ + "name": "ZAP Proxy", + "files": [ + { + "path": "$HOME/.ZAP", + "movable": false, + "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/zaproxy/zaproxy/issues/7718" + } + ] +} + -- 2.47.3