Class: TCellAgent::PolicyTypes
- Inherits:
-
Object
- Object
- TCellAgent::PolicyTypes
- Defined in:
- lib/tcell_agent/agent/policy_types.rb
Constant Summary collapse
- CSP =
"csp-headers"- Clickjacking =
"clickjacking"- SecureHeaders =
"secure-headers"- HttpTx =
"http-tx"- HttpRedirect =
"http-redirect"- LoginFraud =
"login"- DataLoss =
"dlp"- AppSensor =
"appsensor"- Patches =
"patches"- CommandInjection =
"cmdi"- Regex =
"regex"- Rust =
"rust"- ClassMap =
{ CSP=>TCellAgent::Policies::ContentSecurityPolicy, Clickjacking=>TCellAgent::Policies::ClickjackingPolicy, SecureHeaders=>TCellAgent::Policies::SecureHeadersPolicy, HttpTx=>TCellAgent::Policies::HttpTxPolicy, HttpRedirect=>TCellAgent::Policies::HttpRedirectPolicy, LoginFraud=>TCellAgent::Policies::LoginFraudPolicy, DataLoss=>TCellAgent::Policies::DataLossPolicy }