-
Notifications
You must be signed in to change notification settings - Fork 305
Upgrade libddwaf java to 14.0.0 #8654
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
Open
sezen-datadog
wants to merge
1
commit into
master
Choose a base branch
from
sezen.leblay/upgrade-libddwaf-java-1.23
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54f9c5d
to
71046f9
Compare
a5ff9ce
to
88e240e
Compare
Hi! 👋 Thanks for your pull request! 🎉 To help us review it, please make sure to:
If you need help, please check our contributing guidelines. |
e706341
to
8a9e7c1
Compare
af04cd6
to
ec2a6fb
Compare
smola
reviewed
May 28, 2025
dd-java-agent/appsec/src/test/groovy/com/datadog/appsec/ddwaf/WAFModuleSpecification.groovy
Show resolved
Hide resolved
2ff3f40
to
e6fe1bd
Compare
smola
reviewed
Jun 2, 2025
dd-java-agent/appsec/src/main/java/com/datadog/appsec/config/AppSecConfigServiceImpl.java
Outdated
Show resolved
Hide resolved
ba688b1
to
faf6359
Compare
smola
requested changes
Jun 4, 2025
dd-java-agent/appsec/src/main/java/com/datadog/appsec/config/AppSecConfigServiceImpl.java
Show resolved
Hide resolved
dd-java-agent/appsec/src/main/java/com/datadog/appsec/config/AppSecConfigServiceImpl.java
Outdated
Show resolved
Hide resolved
dd-java-agent/appsec/src/main/java/com/datadog/appsec/config/AppSecConfigServiceImpl.java
Outdated
Show resolved
Hide resolved
smola
reviewed
Jun 4, 2025
remote-config/remote-config-api/src/main/java/datadog/remoteconfig/ConfigurationPoller.java
Outdated
Show resolved
Hide resolved
smola
reviewed
Jun 4, 2025
...config/remote-config-core/src/main/java/datadog/remoteconfig/DefaultConfigurationPoller.java
Outdated
Show resolved
Hide resolved
86a8a1b
to
e7e8985
Compare
bed5c32
to
da05633
Compare
5b79c2f
to
8212f64
Compare
c837ca4
to
bad8ea7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What Does This Do
Integrates upgrade of libddwaf java to version 14.0.0 (major upgrade because of libddwaf upgrade to version 1.24.1 in DataDog/libddwaf-java#159) The most important changes include upgrading the libsqreen dependency, replacing the AppSecConfig and AppSecConfigDeserializer classes with a new WAF configuration approach (use of raw configurations in map formats), and refactoring the AppSecSystem and WafBenchmark classes to integrate with the updated WAF system.
Motivation
Better error detection is possible with this version
Additional Notes
Contributor Checklist
type:
and (comp:
orinst:
) labels in addition to any usefull labelsclose
,fix
or any linking keywords when referencing an issue.Use
solves
instead, and assign the PR milestone to the issueJira ticket: APPSEC-55502