Browse Source

feat: kong 1.0.2

xiaobing.wang 1 year ago
parent
commit
663ffc2205
1 changed files with 21 additions and 0 deletions
  1. 21 0
      sdk/kong/kong-safeline-1.0.2-1.rockspec

+ 21 - 0
sdk/kong/kong-safeline-1.0.2-1.rockspec

@@ -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"
+   }
+}