feat: 1.0.5

This commit is contained in:
xiaobing.wang
2025-01-20 18:58:40 +08:00
parent a1f151eed6
commit 37d37728ca
3 changed files with 63 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
package = "kong-safeline"
version = "1.0.3-1"
source = {
url = "git://github.com/chaitin/SafeLine.git",
url = "file://kong-safeline-1.0.3.tar.gz",
}
build = {
type = "script",

View File

@@ -0,0 +1,31 @@
package = "kong-safeline"
version = "1.0.4-1"
source = {
url = "git://github.com/chaitin/SafeLine.git",
}
build = {
type = "script",
rockspec = {
build = {
"git clone https://github.com/chaitin/SafeLine.git",
"cp -r sdk/kong .",
"rm -rf SafeLine"
}
}
}
description = {
summary = "Kong plugin for Chaitin SafeLine Web Application Firewall",
homepage = "https://github.com/chaitin/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"
}
}

View File

@@ -0,0 +1,31 @@
package = "kong-safeline"
version = "1.0.5-1"
source = {
url = "git://github.com/chaitin/SafeLine.git",
}
build = {
type = "script",
rockspec = {
build = {
"git clone https://github.com/chaitin/SafeLine.git",
"cp -r sdk/kong .",
"rm -rf SafeLine"
}
}
}
description = {
summary = "Kong plugin for Chaitin SafeLine Web Application Firewall",
homepage = "https://github.com/chaitin/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"
}
}