Initial Commit

This commit is contained in:
root
2017-02-25 23:55:24 +01:00
commit 1fe2e8ab62
4868 changed files with 1487355 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"_msg" : "A generic, precise wl tpl (url+var+id)",
"zone" : "BODY",
"var_name" : "?",
"id" : "?",
"uri" : "?",
"_warnings" : { "template_uri" : [ "<", "5"],
"template_var_name" : [ "<", "5"]}
}

View File

@@ -0,0 +1,8 @@
{
"_msg" : "A generic, wide (id+zone) wl",
"zone" : "BODY",
"id" : "?",
"_success" : { "template_uri" : [ ">", "5"],
"template_var_name" : [ ">", "5"]},
"_deny" : { "rule_var_name" : [ "<", "10" ] }
}

View File

@@ -0,0 +1,7 @@
{
"_msg" : "A generic whitelist, true for the whole uri, BODY|NAME",
"zone" : "BODY|NAME",
"uri" : "?",
"id" : "?",
"_warnings" : { "template_uri" : [ ">", "5"] }
}

View File

@@ -0,0 +1,8 @@
{
"_warnings" : { "template_uri" : [ ">", "5"]},
"_deny" : {"rule_var_name" : ["<", "5"]},
"_msg" : "A generic whitelist, true for the whole uri",
"zone" : "BODY",
"uri" : "?",
"id" : "?"
}

View File

@@ -0,0 +1,8 @@
{
"zone" : "BODY",
"var_name" : "?",
"id" : "?",
"_msg" : "A generic rule to spot var-name specific WL",
"_success" : { "rule_uri" : [ ">", "2"]},
"_deny" : { "rule_uri" : ["<", "2"]}
}