mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
c4057545ae
This introduces a helper function that will significantly reduce the number of false positives that occur due to the use of regexp based call matching. It resolves the object related to a CallExpr and checks that against the supplied package and identifier name. If both of these match the returned value is the CallExpr and Object. |
||
---|---|---|
.. | ||
analyzer.go | ||
helpers.go | ||
issue.go | ||
resolve.go | ||
select.go |