1
0
mirror of https://github.com/securego/gosec.git synced 2025-01-24 03:16:54 +02:00
Grant Murphy bf103da519 Allow rules to register against multiple ast nodes
Update the AddRule interface to allow rules to register interest in
multiple ast.Nodes. Adds more flexibility to how rules can work, and was
needed to fix the hard coded credentials test specifically.
2016-11-13 12:55:31 -08:00
..