We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 565349f + 979d43f commit 53ce169Copy full SHA for 53ce169
active/corsair.py
@@ -5,7 +5,7 @@
5
"""
6
import urlparse
7
alertTitle = 'Corsair - CORS Misconfigured'
8
-alertDescription = "Cross Origin Resource Sharing (CORS) is misconfigured. \n"
+alertDescription = "Cross Origin Resource Sharing (CORS) is misconfigured.\n"
9
alertRisk = 2
10
alertConfidence = 3
11
alertSolution = "Configure CORS in a more restrictive way, to give access only the sites allowed to access your domain."
0 commit comments