Skip to content

Commit c427f8f

Browse files
authored
Do not import file defining a Configuration
1 parent 23c7bc8 commit c427f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/frameworks/Twirp.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** Provides models of commonly used functions and types in the twirp packages. */
22

33
import go
4-
private import semmle.go.security.RequestForgery
4+
private import semmle.go.security.RequestForgeryCustomizations
55

66
/** Provides models of commonly used functions and types in the twirp packages. */
77
module Twirp {

0 commit comments

Comments
 (0)