1
0
mirror of https://github.com/securego/gosec.git synced 2025-03-17 20:57:54 +02:00
Grant Murphy c4057545ae Add MatchCall helper that utilizes type checker
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.
2016-11-04 11:20:28 -07:00
..
2016-08-28 11:22:08 -07:00