Skip to content

Commit bfa0fb6

Browse files
committed
remove a duplicate test
1 parent cc54164 commit bfa0fb6

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
@@ -186,7 +186,6 @@ func fasthttpServer() {
186186
fmt.Fprintf(rspWriter, "%s", userInputByte) // $ XssSink=userInputByte
187187
io.WriteString(rspWriter, userInput) // $ XssSink=userInput
188188
io.TeeReader(userInputReader, rspWriter) // $ XssSink=userInputReader
189-
io.TeeReader(userInputReader, rspWriter) // $ XssSink=userInputReader
190189
bufioReader := bufio.NewReader(dstReader)
191190
bufioReader.WriteTo(rspWriter) // $ XssSink=bufioReader
192191
bytesUserInput := bytes.NewBuffer(userInputByte)

0 commit comments

Comments
 (0)