Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit c89cfc8

Browse files
committed
Use go 1.14.3
1 parent 8eeb019 commit c89cfc8

File tree

2 files changed

+23
-40
lines changed
  • ql
    • src/semmle/go/frameworks/stdlib
    • test/library-tests/semmle/go/frameworks/StdlibTaintFlow

2 files changed

+23
-40
lines changed

ql/src/semmle/go/frameworks/stdlib/Os.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ module Os {
110110
this.hasQualifiedName("os", "File", "ReadAt") and
111111
(inp.isReceiver() and outp.isParameter(0))
112112
or
113-
// signature: func (*File).ReadFrom(r io.Reader) (n int64, err error)
114-
this.hasQualifiedName("os", "File", "ReadFrom") and
115-
(inp.isParameter(0) and outp.isReceiver())
116-
or
117113
// signature: func (*File).SyscallConn() (syscall.RawConn, error)
118114
this.hasQualifiedName("os", "File", "SyscallConn") and
119115
(

ql/test/library-tests/semmle/go/frameworks/StdlibTaintFlow/Os.go

Lines changed: 23 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)