make RequestForgery import private

This commit is contained in:
Alvaro Muñoz
2023-02-03 18:19:35 +01:00
parent 4b198f9af8
commit 04d5b7e579

View File

@@ -1,7 +1,7 @@
/** Provides models of commonly used functions and types in the twirp packages. */
import go
import semmle.go.security.RequestForgery
private import semmle.go.security.RequestForgery
/** Provides models of commonly used functions and types in the twirp packages. */
module Twirp {