Skip to content

Commit 4d9aad9

Browse files
committed
remove a duplicate test
1 parent d84333d commit 4d9aad9

File tree

1 file changed

+0
-1
lines changed
  • go/ql/test/library-tests/semmle/go/frameworks/Fasthttp

1 file changed

+0
-1
lines changed

go/ql/test/library-tests/semmle/go/frameworks/Fasthttp/fasthttp.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ func fasthttpServer() {
187187
fmt.Fprintf(rspWriter, "%s", userInputByte) // $ XssSink=userInputByte
188188
io.WriteString(rspWriter, userInput) // $ XssSink=userInput
189189
io.TeeReader(userInputReader, rspWriter) // $ XssSink=userInputReader
190-
io.TeeReader(userInputReader, rspWriter) // $ XssSink=userInputReader
191190
bufioReader := bufio.NewReader(dstReader)
192191
bufioReader.WriteTo(rspWriter) // $ XssSink=bufioReader
193192
bytesUserInput := bytes.NewBuffer(userInputByte)

0 commit comments

Comments
 (0)