mirror of
https://github.com/securego/gosec.git
synced 2025-07-03 00:27:05 +02:00
Replace gas with gosec everywhere in the project
This commit is contained in:
4
rule.go
4
rule.go
@ -10,14 +10,14 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package gas
|
||||
package gosec
|
||||
|
||||
import (
|
||||
"go/ast"
|
||||
"reflect"
|
||||
)
|
||||
|
||||
// The Rule interface used by all rules supported by GAS.
|
||||
// The Rule interface used by all rules supported by gosec.
|
||||
type Rule interface {
|
||||
ID() string
|
||||
Match(ast.Node, *Context) (*Issue, error)
|
||||
|
Reference in New Issue
Block a user