[Mod-security-developers] Question regarding transaction::processConnection()
Brought to you by:
victorhora,
zimmerletw
From: Jai H. <jai...@mu...> - 2018-03-07 00:16:17
|
What is the purpose of transaction::processConnection()? I see that after populating IP addresses and Port addresses, it invokes evaluate() with ConnectionPhase. Can someone elaborate on what this evaluate() call will check? I see the below rules for the ConnectionPhase in my system, but all RuleIds = 0 so I do not know what these rules do. Phase: 0 (18 rules) Rule ID: 0--0x555556494c20 Rule ID: 0--0x5555563d9d20 Rule ID: 0--0x555556426550 Rule ID: 0--0x55555632f880 Rule ID: 0--0x5555563fe760 Rule ID: 0--0x5555562776f0 Rule ID: 0--0x55555627f750 Rule ID: 0--0x5555560997f0 Rule ID: 0--0x5555566eec00 Rule ID: 0--0x5555567247b0 Rule ID: 0--0x555556731f50 Rule ID: 0--0x5555567c1b70 Rule ID: 0--0x55555673e0d0 Rule ID: 0--0x555556740250 Rule ID: 0--0x555555e96650 Rule ID: 0--0x5555567dbc40 Rule ID: 0--0x5555567dc260 Rule ID: 0--0x5555567e75c0 Thanks, Jai |