Top Level Namespace

Defined Under Namespace

Modules: Kernel, TCellAgent Classes: File, IO, Logger

Constant Summary collapse

TCELL_MAX_BODY_LENGTH =
50_000
RUST_POLICY_CLASSES =
[
  TCellAgent::Policies::AppfirewallPolicy,
  TCellAgent::Policies::CommandInjectionPolicy,
  TCellAgent::Policies::HeadersPolicy,
  TCellAgent::Policies::HttpRedirectPolicy,
  TCellAgent::Policies::JsAgentPolicy,
  TCellAgent::Policies::LoginPolicy,
  TCellAgent::Policies::PatchesPolicy,
  TCellAgent::Policies::LocalFileInclusion,
  TCellAgent::Policies::SystemEnablements
].freeze