mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-01-31 13:53:33 +08:00
feat: 1.0.5
This commit is contained in:
@@ -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",
|
||||
|
||||
31
sdk/kong/kong-safeline-1.0.4-1.rockspec
Normal file
31
sdk/kong/kong-safeline-1.0.4-1.rockspec
Normal 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"
|
||||
}
|
||||
}
|
||||
31
sdk/kong/kong-safeline-1.0.5-1.rockspec
Normal file
31
sdk/kong/kong-safeline-1.0.5-1.rockspec
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user