gosec/testutils
Delon Wong Her Laang d3f1980e7a Fix false positives for SQL string concatenation with constants from another file (#247)
* Allow for SQL concatenation of nodes that resolve to literals

If node.Y resolves to a literal, it will not be considered as an issue.

* Fix typo in comment.

* Go through all files in package to resolve that identifier

* Refactor code and added comments.

* Changed checking to not var or func.

* Allow for supporting code for test cases.

* Resolve merge conflict changes.
2018-09-28 10:46:59 +03:00
..
log.go Major rework of codebase 2017-07-19 15:17:00 -06:00
pkg.go Replace gas with gosec everywhere in the project 2018-07-19 18:42:25 +02:00
source.go Fix false positives for SQL string concatenation with constants from another file (#247) 2018-09-28 10:46:59 +03:00
visitor.go Replace gas with gosec everywhere in the project 2018-07-19 18:42:25 +02:00