Skip to content

Commit 74d7cbc

Browse files
authored
add insecureweb config (#9)
1 parent c069eb4 commit 74d7cbc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

enum/module_enum.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ var AllV10Integrations = []UTMModule{
5252
FORTIWEB,
5353
AIX,
5454
IBM_AS_400,
55+
INSECUREWEB,
5556
}
5657

5758
const (
@@ -104,4 +105,5 @@ const (
104105
FORTIWEB UTMModule = "FORTIWEB"
105106
AIX UTMModule = "AIX"
106107
IBM_AS_400 UTMModule = "AS_400"
108+
INSECUREWEB UTMModule = "INSECUREWEB"
107109
)

0 commit comments

Comments
 (0)