-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Datadog.configuration.appsec.rasp_enabled #4311
Conversation
Thank you for updating Change log entry section 👏 Visited at: 2025-01-22 15:41:49 UTC |
Datadog ReportBranch report: ✅ 0 Failed, 22099 Passed, 1476 Skipped, 6m 24.74s Total Time |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4311 +/- ##
==========================================
+ Coverage 97.71% 97.72% +0.01%
==========================================
Files 1365 1365
Lines 82726 82780 +54
Branches 4205 4206 +1
==========================================
+ Hits 80833 80895 +62
+ Misses 1893 1885 -8 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2025-01-24 09:10:03 Comparing candidate commit 65e8bfb in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 31 metrics, 2 unstable metrics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree to put it inside the instrumentation level until we find a better way to not assemble data if RASP is disabled.
It's tempting to move it into the Context.run_rasp
method, but performance wise, it means we will assemble data for WAF without a need and it might be costly
d4793b5
to
87c14cd
Compare
One question: what is rasp? I can't documentation for it in our source code. If one doesn't exist, can we add a short blurb explaining what is it? (anywhere is fine) |
@marcotc RASP is a new term used in AppSec and it means Runtime Application Self-Protection |
c0da9a0
to
65e8bfb
Compare
Datadog ReportBranch report: ✅ 0 Failed, 22094 Passed, 1477 Skipped, 5m 34.56s Total Time |
What does this PR do?
It adds
DD_APPSEC_RASP_ENABLED
setting to AppSec for disabling RASP.Motivation:
This RFC
Change log entry
Yes. AppSec: Add setting to disable RASP checks
Additional Notes:
None.
How to test the change?
CI is enough