-
Notifications
You must be signed in to change notification settings - Fork 426
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
feat(asm): standalone code security #11446
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11446 +/- ##
==========================================
- Coverage 13.89% 13.70% -0.19%
==========================================
Files 1536 1536
Lines 133394 133426 +32
==========================================
- Hits 18529 18289 -240
- Misses 114865 115137 +272 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
BenchmarksBenchmark execution time: 2024-11-21 16:27:17 Comparing candidate commit 2fe43dc in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 208 metrics, 2 unstable metrics. |
Datadog ReportBranch report: ✅ 0 Failed, 5 Passed, 179 Skipped, 1.65s Total duration (1m 28.84s time saved) |
Code Security: This introduces "Standalone Code Security", a feature that disables APM in the tracer but keeps Code Security (IAST) enabled. In order to enable it, set the environment variables
DD_IAST_ENABLED=1
andDD_EXPERIMENTAL_APPSEC_STANDALONE_ENABLED=1
.System-tests
Checklist
Reviewer Checklist