Skip to content

Commit 0fd25c4

Browse files
fix(appsec): update libddwaf to 1.0.18 (#3280) (#3292)
This updates libddwaf to the latest version with an updated version of RE2. This should close #3260 Co-authored-by: Brett Langdon <[email protected]> (cherry picked from commit c404513) Co-authored-by: Vladimir de Turckheim <[email protected]>
1 parent 91d910e commit 0fd25c4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ddtrace/appsec/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(ExternalProject)
44

55
ExternalProject_Add(libddwaf
66
GIT_REPOSITORY https://github.com/DataDog/libddwaf.git
7-
GIT_TAG 1.0.16
7+
GIT_TAG 5fe5f1b065bf9e7a1b58bfae2a1dcbb9f6ba4231
88
INSTALL_DIR ${CMAKE_SOURCE_DIR}
99
CMAKE_ARGS
1010
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
fixes:
3+
- Fixes build issues on older MacOS versions by updating ``libddwaf`` to 1.0.18

0 commit comments

Comments
 (0)