mirror of
https://github.com/github/codeql.git
synced 2026-01-30 14:52:57 +01:00
Update comment in ReflectedXss test
Co-authored-by: Max Schaefer <54907921+max-schaefer@users.noreply.github.com>
This commit is contained in:
@@ -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))
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user