-
Notifications
You must be signed in to change notification settings - Fork 160
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
Enable RASP by default #3082
base: master
Are you sure you want to change the base?
Enable RASP by default #3082
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3082 +/- ##
============================================
- Coverage 74.74% 72.95% -1.80%
Complexity 2790 2790
============================================
Files 112 139 +27
Lines 11042 15280 +4238
Branches 0 1047 +1047
============================================
+ Hits 8253 11147 +2894
- Misses 2789 3580 +791
- Partials 0 553 +553
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 26 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Benchmarks [ appsec ]Benchmark execution time: 2025-02-12 10:03:12 Comparing candidate commit 9f50be2 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics. |
This is unexpected... |
It's not that unexpected. All tests which were consuming time for rasp were already enabled. There may not be many tests which are actually using the wrapped function and that's the reason why there was no impact |
Description
Enable RASP by default
APPSEC-56457
Reviewer checklist