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 d84333d commit 4d9aad9Copy full SHA for 4d9aad9
go/ql/test/library-tests/semmle/go/frameworks/Fasthttp/fasthttp.go
@@ -187,7 +187,6 @@ func fasthttpServer() {
187
fmt.Fprintf(rspWriter, "%s", userInputByte) // $ XssSink=userInputByte
188
io.WriteString(rspWriter, userInput) // $ XssSink=userInput
189
io.TeeReader(userInputReader, rspWriter) // $ XssSink=userInputReader
190
- io.TeeReader(userInputReader, rspWriter) // $ XssSink=userInputReader
191
bufioReader := bufio.NewReader(dstReader)
192
bufioReader.WriteTo(rspWriter) // $ XssSink=bufioReader
193
bytesUserInput := bytes.NewBuffer(userInputByte)
0 commit comments