r4181 - trunk/varnish-tools/security.vcl/vcl

kristian at projects.linpro.no kristian at projects.linpro.no
Fri Aug 14 13:55:53 CEST 2009


Author: kristian
Date: 2009-08-14 13:55:53 +0200 (Fri, 14 Aug 2009)
New Revision: 4181

Added:
   trunk/varnish-tools/security.vcl/vcl/VARIABLES
Log:
Security.VCL: Add missing VARIABLES-file

Added: trunk/varnish-tools/security.vcl/vcl/VARIABLES
===================================================================
--- trunk/varnish-tools/security.vcl/vcl/VARIABLES	                        (rev 0)
+++ trunk/varnish-tools/security.vcl/vcl/VARIABLES	2009-08-14 11:55:53 UTC (rev 4181)
@@ -0,0 +1,27 @@
+# List of variables, one per line.
+# This is used to auto-generate variables.vcl AND to verify that no
+# X-SEC-variables occur in modules that aren't listed here. 
+# Comments start with #, blank lines are skipped.
+
+X-SEC-Severity
+# return value for function
+X-SEC-Return
+# arguments to function
+X-SEC-Arg
+X-SEC-Module
+
+#  Rule IDs
+#     1-99,999; reserved for local (internal) use. Use as you see fit but do not use this range for rules that are distributed to others.
+#     100,000-199,999; reserved for internal use of the engine, to assign to rules that do not have explicit IDs.
+#     200,000-299,999; reserved for rules published at modsecurity.org.
+#     300,000-399,999; reserved for rules published at gotroot.com.
+#     400,000-419,999; unused (available for reservation).
+#     420,000-429,999; reserved for ScallyWhack.
+#     430,000-899,999; unused (available for reservation).
+#     900,000-999,999; reserved for the Core Rules project.
+#     1,000,000 and above; unused (available for reservation).
+X-SEC-RuleId
+# Rule = Module-RuleId;
+X-SEC-Rule
+X-SEC-RuleName
+X-SEC-RuleInfo



More information about the varnish-commit mailing list