minor typo fix

This commit is contained in:
Somdev Sangwan
2019-11-24 21:41:20 +05:30
committed by GitHub
parent e99c000694
commit 1b47142ddc

View File

@@ -20,13 +20,13 @@
"Severity" : "Low",
"Exploitation" : "Not possible"
},
"post domain wildcard" : {
"Description" : "The origin verification is flawed, it allows requests from a host that has this host as as preffix.",
"post-domain wildcard" : {
"Description" : "The origin verification is flawed, it allows requests from a host that has this host as a preffix.",
"Severity" : "High",
"Exploitation" : "Make requests from target.com.attacker.com"
},
"pre domain wildcard" : {
"Description" : "The origin verification is flawed, it allows requests from a host that has this host as as suffix.",
"pre-domain wildcard" : {
"Description" : "The origin verification is flawed, it allows requests from a host that has this host as a suffix.",
"Severity" : "High",
"Exploitation" : "Make requests from attacker-target.com"
},
@@ -45,4 +45,4 @@
"Severity" : "High",
"Exploitation" : "Set the 'Origin' header to %60.example.com"
}
}
}