-
Notifications
You must be signed in to change notification settings - Fork 167
Detection/blocking of SQL injections through libddwaf #3186
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
Conversation
0a38591
to
6f8739e
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## glopes/appsec-flakiness #3186 +/- ##
=============================================================
- Coverage 75.86% 75.83% -0.04%
- Complexity 2910 2925 +15
=============================================================
Files 141 141
Lines 15953 16007 +54
Branches 1107 1107
=============================================================
+ Hits 12103 12139 +36
- Misses 3275 3293 +18
Partials 575 575
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ tracer ]Benchmark execution time: 2025-04-05 00:55:46 Comparing candidate commit ecdd79b in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 177 metrics, 0 unstable metrics. scenario:TraceFlushBench/benchFlushTrace
|
Benchmarks [ appsec ]Benchmark execution time: 2025-04-05 01:03:58 Comparing candidate commit ecdd79b in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics. |
6f8739e
to
30f8566
Compare
4ce4fda
to
5f63098
Compare
5f63098
to
0c1d9c2
Compare
30f8566
to
ecdd79b
Compare
Description
Pass SQL queries to the libddwaf, allowing actions for SQL injections
APPSEC-51313
Reviewer checklist