|
@@ -0,0 +1,21 @@
|
|
|
+package = "kong-safeline"
|
|
|
+version = "1.0.2-1"
|
|
|
+source = {
|
|
|
+ url = "git://github.com/xbingW/kong-safeline.git"
|
|
|
+}
|
|
|
+description = {
|
|
|
+ summary = "Kong plugin for Chaitin SafeLine Web Application Firewall",
|
|
|
+ homepage = "https://github.com/xbingW/kong-safeline",
|
|
|
+ license = "Apache License 2.0",
|
|
|
+ maintainer = "Xiaobing Wang <xiaobing.wang@chaitin.com>"
|
|
|
+}
|
|
|
+dependencies = {
|
|
|
+ "lua-resty-t1k >= 1.1.5"
|
|
|
+}
|
|
|
+build = {
|
|
|
+ type = "builtin",
|
|
|
+ modules = {
|
|
|
+ ["kong.plugins.safeline.handler"] = "kong/plugins/safeline/handler.lua",
|
|
|
+ ["kong.plugins.safeline.schema"] = "kong/plugins/safeline/schema.lua"
|
|
|
+ }
|
|
|
+}
|