Skip to content

Commit 65e8bfb

Browse files
committed
Add a comment explaining what RASP means
1 parent 89495b5 commit 65e8bfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/datadog/appsec/configuration/settings.rb

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ def self.add_settings!(base)
4949
end
5050
end
5151

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.
5255
option :rasp_enabled do |o|
5356
o.type :bool, nilable: true
5457
o.env 'DD_APPSEC_RASP_ENABLED'

0 commit comments

Comments
 (0)