Merge pull request #8 from afranche/master

Correct typos in errors details messages
This commit is contained in:
Somdev Sangwan
2019-11-28 11:11:35 +05:30
committed by GitHub

View File

@@ -7,7 +7,7 @@
"third party allowed" : { "third party allowed" : {
"Description" : "This host has whitelisted a third party host for cross origin requests.", "Description" : "This host has whitelisted a third party host for cross origin requests.",
"Severity" : "Medium", "Severity" : "Medium",
"Exploitation" : "If the whitelisted host is a code hosting platform such as codepen.io or has an XSS vulnerbaility, it can be used to exploit this misconfiguration." "Exploitation" : "If the whitelisted host is a code hosting platform such as codepen.io or has an XSS vulnerability, it can be used to exploit this misconfiguration."
}, },
"origin reflected" : { "origin reflected" : {
@@ -21,7 +21,7 @@
"Exploitation" : "Not possible" "Exploitation" : "Not possible"
}, },
"post-domain wildcard" : { "post-domain wildcard" : {
"Description" : "The origin verification is flawed, it allows requests from a host that has this host as a preffix.", "Description" : "The origin verification is flawed, it allows requests from a host that has this host as a prefix.",
"Severity" : "High", "Severity" : "High",
"Exploitation" : "Make requests from target.com.attacker.com" "Exploitation" : "Make requests from target.com.attacker.com"
}, },
@@ -33,7 +33,7 @@
"null origin allowed" : { "null origin allowed" : {
"Description" : "This host allows requests from 'null' origin.", "Description" : "This host allows requests from 'null' origin.",
"Severity" : "High", "Severity" : "High",
"Exploitation" : "Make requests from a sanboxed iframe." "Exploitation" : "Make requests from a sandboxed iframe."
}, },
"http origin allowed" : { "http origin allowed" : {
"Description" : "This host allows sharing resources over an unencrypted (HTTP) connection.", "Description" : "This host allows sharing resources over an unencrypted (HTTP) connection.",