Reserved Rule ID Range for Akamai

Ryan Barnett
2013-09-12 07:46:53 -07:00
parent d205bc065c
commit 79dfdb81cd

@@ -2935,7 +2935,8 @@ These are the reserved ranges:
*900,000999,999: reserved for the OWASP ModSecurity Core Rule Set [http://www.owasp.org/index.php/Category:OWASP_ModSecurity_Core_Rule_Set_Project] project
*1,000,000-1,999,999: unused (available for reservation)
*2,000,000-2,999,999: reserved for rules from Trustwave's SpiderLabs Research team
*3,000,000 and above: unused (available for reservation)
*3,000,000-3,999,999: reserved for use by Akamai [http://www.akamai.com/html/solutions/waf.html]
*4,000,000 and above: unused (available for reservation)
== initcol ==
'''Description:''' Initializes a named persistent collection, either by loading data from storage or by creating a new collection in memory.
@@ -4241,4 +4242,4 @@ While we will continue to enhance ModSecurity to deal with various evasion techn
#The order in which parameters are taken from the request and the environment is EGPCS (environment, GET, POST, Cookies, built-in variables). This means that a POST parameter will overwrite the parameters transported on the request line (in QUERY_STRING).
#When "magic_quotes_gpc" is set to "On" PHP will use backslash to escape the following characters: single quote, double quote, backslash, and the nul byte.
#If "magic_quotes_sybase" is set to "On" only the single quote will be escaped using another single quote. In this case the "magic_quotes_gpc" setting becomes irrelevant. The "magic_quotes_sybase" setting completely overrides the "magic_quotes_gpc" behaviour but "magic_quotes_gpc" still must be set to "On" for the Sybase-specific quoting to be work.
#PHP will also automatically create nested arrays for you. For example "p[x][y]=1" results in a total of three variables.
#PHP will also automatically create nested arrays for you. For example "p[x][y]=1" results in a total of three variables.