Skip to content

Commit eaabb65

Browse files
jandro996devflow.devflow-routing-intake
andauthored
Upgrade libddwaf-java to 17.4.0 (#11943)
Upgrade libddwaf-java to 17.4.0 Fixes a production SIGSEGV (APPSEC-62784) where the JIT (JDK 21.0.8+/25) could elide the ArenaLease reference in WafContext.run() before the native ddwaf_run call finished reading the backing memory (libddwaf-java#198). Merge branch 'master' into upgrtade-libddwaf Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent 05671ce commit eaabb65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-java-agent/appsec/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation project(':communication')
1616
implementation project(':products:metrics:metrics-api')
1717
implementation project(':telemetry')
18-
implementation group: 'io.sqreen', name: 'libsqreen', version: '17.3.0'
18+
implementation group: 'io.sqreen', name: 'libsqreen', version: '17.4.0'
1919
implementation libs.moshi
2020

2121
compileOnly project(':dd-java-agent:agent-bootstrap')

0 commit comments

Comments
 (0)