mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
remove a duplicate test
This commit is contained in:
@@ -187,7 +187,6 @@ func fasthttpServer() {
|
||||
fmt.Fprintf(rspWriter, "%s", userInputByte) // $ XssSink=userInputByte
|
||||
io.WriteString(rspWriter, userInput) // $ XssSink=userInput
|
||||
io.TeeReader(userInputReader, rspWriter) // $ XssSink=userInputReader
|
||||
io.TeeReader(userInputReader, rspWriter) // $ XssSink=userInputReader
|
||||
bufioReader := bufio.NewReader(dstReader)
|
||||
bufioReader.WriteTo(rspWriter) // $ XssSink=bufioReader
|
||||
bytesUserInput := bytes.NewBuffer(userInputByte)
|
||||
|
||||
Reference in New Issue
Block a user