# Functions
DefaultRulesFragment returns a RulesFragment created using the default static recommended rules.
IsEnabled returns true when appsec is enabled when the environment variable DD_APPSEC_ENABLED is set to true.
NewConfig returns a fresh appsec configuration read from the env.
NewRulesManeger initializes and returns a new RulesManager using the provided rules.
WithRCConfig sets the AppSec remote config client configuration to the specified cfg.
# Constants
EnvEnabled is the env var used to enable/disable appsec.
# Structs
No description provided by the author
Config is the AppSec configuration.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
StartOption is used to customize the AppSec configuration when invoked with appsec.Start().