Upgrade libddwaf#3126
Conversation
b9e9d5b to
968b660
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3126 +/- ##
=========================================
Coverage 56.66% 56.66%
Complexity 2807 2807
=========================================
Files 140 140
Lines 15540 15540
Branches 1095 1095
=========================================
Hits 8805 8805
Misses 6161 6161
Partials 574 574
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 [ appsec ]Benchmark execution time: 2025-03-25 19:29:25 Comparing candidate commit 817aef6 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics. |
e07cd02 to
a5e671e
Compare
c838948 to
10e685e
Compare
Benchmarks [ tracer ]Benchmark execution time: 2025-03-13 12:18:33 Comparing candidate commit a085c4b in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 178 metrics, 0 unstable metrics. |
modified: appsec/tests/helper/tel_subm_mock.hpp
a5e671e to
a085c4b
Compare
17aba5f to
a0a5c37
Compare
a0a5c37 to
411ae04
Compare
Anilm3
left a comment
There was a problem hiding this comment.
Many small changes, but looks good to me... as far as I can tell.
Some integration tests seem to be failing but I didn't look into whether that's related...
|
|
||
| namespace { | ||
| class waf_builder { | ||
| static constexpr auto BUNDLED_KEY = "datadog/0/ASM_DD/0/bundled"sv; |
There was a problem hiding this comment.
Interestingly... ASM_DD configs usually start with employee.
| &these_diags); | ||
| diagnostics.merge(std::move(these_diags)); | ||
| if (res) { | ||
| SPDLOG_DEBUG("Added config: {}", key.full_key()); |
There was a problem hiding this comment.
nit: the log statement isn't accurate as it might be an update, albeit we don't know here.
1006847 to
527a36e
Compare
Description
Reviewer checklist