Skip to content

Commit

Permalink
Add a comment explaining what RASP means
Browse files Browse the repository at this point in the history
  • Loading branch information
y9v committed Jan 23, 2025
1 parent 7eeab83 commit c0da9a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/datadog/appsec/configuration/settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ def self.add_settings!(base)
end
end

# RASP or Runtime Application Self-Protection
# is a collection of techniques and heuristics aimed at detecting malicious inputs and preventing
# any potential side-effects on the application resulting from the use of said malicious inputs.
option :rasp_enabled do |o|
o.type :bool, nilable: true
o.env 'DD_APPSEC_RASP_ENABLED'
Expand Down

0 comments on commit c0da9a0

Please sign in to comment.