We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
poly1305.mac.Write
TaintSteps
1 parent a623733 commit d189a15Copy full SHA for d189a15
1 file changed
go/ql/test/library-tests/semmle/go/frameworks/TaintSteps/TaintStep.ql
@@ -31,6 +31,9 @@ where
31
name = "Read"
32
or
33
pkg = ["os.dirEntry", "os.unixDirent"] and name = ["Info", "Name"]
34
+ or
35
+ // Not available on arm64
36
+ pkg = "vendor/golang.org/x/crypto/internal/poly1305.mac" and name = "Write"
37
) and
38
getLocation(pred, predLoc)
39
select predLoc, pred, succ
0 commit comments