-
Notifications
You must be signed in to change notification settings - Fork 155
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
feat(libddwaf): bump to 1.20.1 #2913
Conversation
fcf9699
to
e134b5d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2913 +/- ##
=========================================
Coverage 72.39% 72.39%
Complexity 2527 2527
=========================================
Files 135 135
Lines 14399 14399
Branches 989 989
=========================================
Hits 10424 10424
Misses 3432 3432
Partials 543 543
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
16a5999
to
e9c979f
Compare
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
e9c979f
to
689af82
Compare
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
689af82
to
3072923
Compare
Signed-off-by: Alexandre Rulleau <[email protected]>
Signed-off-by: Alexandre Rulleau <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
/merge |
Devflow running:
|
Description
Bump version of libddwaf to 1.20.1.
Also update the Toolchain Docker image to make it compatible with this later versions of the WAF:
Removed musl / llvm
builds from the toolchain docker image as we can rely only on gcc and libstdc++ instead.Added linux_user
to fix some issues on the integration tests when running on Linux.Reviewer checklist
Related Jiras: APPSEC-55147, APPSEC-55607