mirror of
https://github.com/securego/gosec.git
synced 2025-12-21 23:57:52 +02:00
This prevents the string concat tests flagging a false positive if joining two literal strings (eg "SELECT * FROM " + " table" ... ) or with a constant (eg const tab = "name"; "SELECT * from " + tab)
5.7 KiB
5.7 KiB