From 979d43fd980ddadff6ed0c2636531d2fc6d637c0 Mon Sep 17 00:00:00 2001 From: Rick M Date: Thu, 21 Oct 2021 09:41:20 -0400 Subject: [PATCH] fix: Minor tweak to corairscan.py Per: https://github.com/zaproxy/community-scripts/pull/208#discussion_r732782942 Signed-off-by: kingthorin --- active/corsair.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/active/corsair.py b/active/corsair.py index e5e5c575..a9800f6d 100644 --- a/active/corsair.py +++ b/active/corsair.py @@ -5,7 +5,7 @@ """ import urlparse alertTitle = 'Corsair - CORS Misconfigured' -alertDescription = "Cross Origin Resource Sharing (CORS) is misconfigured. \n" +alertDescription = "Cross Origin Resource Sharing (CORS) is misconfigured.\n" alertRisk = 2 alertConfidence = 3 alertSolution = "Configure CORS in a more restrictive way, to give access only the sites allowed to access your domain."