зеркало из https://github.com/github/codeql.git
Exclude `poly1305.mac.Write` from `TaintSteps`
Not available on arm64
This commit is contained in:
Родитель
a623733dfa
Коммит
d189a15737
|
@ -31,6 +31,9 @@ where
|
|||
name = "Read"
|
||||
or
|
||||
pkg = ["os.dirEntry", "os.unixDirent"] and name = ["Info", "Name"]
|
||||
or
|
||||
// Not available on arm64
|
||||
pkg = "vendor/golang.org/x/crypto/internal/poly1305.mac" and name = "Write"
|
||||
) and
|
||||
getLocation(pred, predLoc)
|
||||
select predLoc, pred, succ
|
||||
|
|
Загрузка…
Ссылка в новой задаче