Skip to content

Commit 53ce169

Browse files
authored
Merge pull request #257 from kingthorin/corsair-tweak
fix: Minor tweak to corairscan.py
2 parents 565349f + 979d43f commit 53ce169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active/corsair.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
import urlparse
77
alertTitle = 'Corsair - CORS Misconfigured'
8-
alertDescription = "Cross Origin Resource Sharing (CORS) is misconfigured. \n"
8+
alertDescription = "Cross Origin Resource Sharing (CORS) is misconfigured.\n"
99
alertRisk = 2
1010
alertConfidence = 3
1111
alertSolution = "Configure CORS in a more restrictive way, to give access only the sites allowed to access your domain."

0 commit comments

Comments
 (0)