We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89495b5 commit 65e8bfbCopy full SHA for 65e8bfb
lib/datadog/appsec/configuration/settings.rb
@@ -49,6 +49,9 @@ def self.add_settings!(base)
49
end
50
51
52
+ # RASP or Runtime Application Self-Protection
53
+ # is a collection of techniques and heuristics aimed at detecting malicious inputs and preventing
54
+ # any potential side-effects on the application resulting from the use of said malicious inputs.
55
option :rasp_enabled do |o|
56
o.type :bool, nilable: true
57
o.env 'DD_APPSEC_RASP_ENABLED'
0 commit comments