Update comment in ReflectedXss test

Co-authored-by: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
Sauyon Lee
2020-05-14 14:35:08 -07:00
committed by GitHub
parent ee0f3c9fba
commit 5e2b973ac4

View File

@@ -48,7 +48,7 @@ func serve8() {
if service != "service1" && service != "service2" {
fmt.Fprintln(w, "Service not found")
} else {
// OK, but caught: service is known to be either "service1" or "service2" here
// OK (service is known to be either "service1" or "service2" here), but currently flagged
w.Write([]byte(service))
}
})