-
Notifications
You must be signed in to change notification settings - Fork 309
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
Update native-appsec module to 8.0.1 #4347
Conversation
Overall package sizeSelf size: 6.53 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
64e52d1
to
2d9ff23
Compare
BenchmarksBenchmark execution time: 2024-05-28 10:19:44 Comparing candidate commit 0768977 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 259 metrics, 7 unstable metrics. |
4d93151
to
45055a9
Compare
Keep in mind, various new
|
correction: we should draft a PR before this is merged! |
Link to draft system test PR added in this PR description. |
LGTM, I'll appreciate @simon-id approval, who knows RC better than me. |
* Bump @datadog/native-appsec to v8.0.1 * Move action state keeping to waf. Handle new result actions * Removed unused type argument in block function * Lint * Handle waf result in graphql * Check blocking action * Refactor handle waf result * Refactor isBlockingAction * Remove batchConfiguration thing. * Optional chaining in conditionals * Remove unrelated change in yarn.lock * Fix return from waf run stub when no actions in result * Rephrase test * Fix waf actions test * Get blocking action test with empty object instead undefined
* Bump @datadog/native-appsec to v8.0.1 * Move action state keeping to waf. Handle new result actions * Removed unused type argument in block function * Lint * Handle waf result in graphql * Check blocking action * Refactor handle waf result * Refactor isBlockingAction * Remove batchConfiguration thing. * Optional chaining in conditionals * Remove unrelated change in yarn.lock * Fix return from waf run stub when no actions in result * Rephrase test * Fix waf actions test * Get blocking action test with empty object instead undefined
* Bump @datadog/native-appsec to v8.0.1 * Move action state keeping to waf. Handle new result actions * Removed unused type argument in block function * Lint * Handle waf result in graphql * Check blocking action * Refactor handle waf result * Refactor isBlockingAction * Remove batchConfiguration thing. * Optional chaining in conditionals * Remove unrelated change in yarn.lock * Fix return from waf run stub when no actions in result * Rephrase test * Fix waf actions test * Get blocking action test with empty object instead undefined
* Bump @datadog/native-appsec to v8.0.1 * Move action state keeping to waf. Handle new result actions * Removed unused type argument in block function * Lint * Handle waf result in graphql * Check blocking action * Refactor handle waf result * Refactor isBlockingAction * Remove batchConfiguration thing. * Optional chaining in conditionals * Remove unrelated change in yarn.lock * Fix return from waf run stub when no actions in result * Rephrase test * Fix waf actions test * Get blocking action test with empty object instead undefined
What does this PR do?
Updates native-appsec module to v8.0.1:
block_request
andredirect_request
)Motivation
Implement new
libddwaf
to add RASP supportAdditional Notes
System test PR to enable XPASSing test: DataDog/system-tests#2495
APPSEC-52723