We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc54164 commit bfa0fb6Copy full SHA for bfa0fb6
go/ql/test/library-tests/semmle/go/frameworks/Fasthttp/fasthttp.go
@@ -186,7 +186,6 @@ func fasthttpServer() {
186
fmt.Fprintf(rspWriter, "%s", userInputByte) // $ XssSink=userInputByte
187
io.WriteString(rspWriter, userInput) // $ XssSink=userInput
188
io.TeeReader(userInputReader, rspWriter) // $ XssSink=userInputReader
189
- io.TeeReader(userInputReader, rspWriter) // $ XssSink=userInputReader
190
bufioReader := bufio.NewReader(dstReader)
191
bufioReader.WriteTo(rspWriter) // $ XssSink=bufioReader
192
bytesUserInput := bytes.NewBuffer(userInputByte)
0 commit comments