Skip to content

Commit 7ab1f62

Browse files
committed
Update plugin config
1 parent 330cbfc commit 7ab1f62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin/module.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
var (
1010
PluginID = v1.PluginID{
1111
Name: "gatewayd-plugin-sql-ids-ips",
12-
Version: "0.0.1",
12+
Version: "0.0.5",
1313
RemoteUrl: "github.com/gatewayd-io/gatewayd-plugin-sql-ids-ips",
1414
}
1515
PluginMap = map[string]goplugin.Plugin{
@@ -23,7 +23,7 @@ var (
2323
"version": PluginID.Version,
2424
"remoteUrl": PluginID.RemoteUrl,
2525
},
26-
"description": "Template plugin",
26+
"description": "GatewayD plugin for detection and prevention of SQL injection attacks",
2727
"authors": []interface{}{
2828
"Mostafa Moradian <mostafa@gatewayd.io>",
2929
},
@@ -44,7 +44,7 @@ var (
4444
// https://github.com/gatewayd-io/gatewayd-plugin-sdk/issues/3
4545
int32(v1.HookName_HOOK_NAME_ON_TRAFFIC_FROM_CLIENT),
4646
},
47-
"tags": []interface{}{"plugin", "sql", "idp"},
47+
"tags": []interface{}{"plugin", "sql", "ids", "ips", "security", "waf"},
4848
"categories": []interface{}{"plugin", "enterprise"},
4949
}
5050
)

0 commit comments

Comments
 (0)