From 8793a35a3524530ec5f2730bb2edf30f46f13f04 Mon Sep 17 00:00:00 2001 From: zapbot <12745184+zapbot@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:27:39 +0000 Subject: [PATCH] Update site content From: zaproxy/zaproxy-website@fd294a9358e4bf09b43d99956ec526c1048b92bb Signed-off-by: zapbot <12745184+zapbot@users.noreply.github.com> --- faq/details/setting-up-zap-to-test-dvwa/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/details/setting-up-zap-to-test-dvwa/index.html b/faq/details/setting-up-zap-to-test-dvwa/index.html index 8ddbaaed58..459fb55e75 100644 --- a/faq/details/setting-up-zap-to-test-dvwa/index.html +++ b/faq/details/setting-up-zap-to-test-dvwa/index.html @@ -325,7 +325,7 @@

Setting up ZAP to Test Damn Vulnerable Web App (DVWA)

while (it.hasNext()) { var element = it.next(); if (element.getAttributeValue('name') == fieldName) { - return element.getAttributeValue('value'); + return element.getAttributeValue('value'); } } return '';