Implement stripe sdk appsec events#3681
Conversation
|
✨ Fix all issues with BitsAI or with Cursor
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3681 +/- ##
==========================================
- Coverage 68.81% 68.79% -0.02%
==========================================
Files 166 166
Lines 19030 19030
Branches 1797 1797
==========================================
- Hits 13095 13092 -3
- Misses 5121 5125 +4
+ Partials 814 813 -1
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ tracer ]Benchmark execution time: 2026-03-25 10:45:01 Comparing candidate commit a21e69d in PR branch Found 0 performance improvements and 2 performance regressions! Performance is the same for 192 metrics, 0 unstable metrics. scenario:MessagePackSerializationBench/benchMessagePackSerialization
scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache
|
5c1dbaf to
39402ef
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 39402efe4d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
...tests/integration/src/main/groovy/com/datadog/appsec/php/mock_stripe/MockStripeServer.groovy
Outdated
Show resolved
Hide resolved
...tests/integration/src/main/groovy/com/datadog/appsec/php/mock_stripe/MockStripeServer.groovy
Outdated
Show resolved
Hide resolved
cataphract
left a comment
There was a problem hiding this comment.
Looks good. You could however add a test that loads past events and make sure nothing is triggered
dcea7a1 to
a21e69d
Compare
Description
Implements RFC-1072 Automated Payment Events for Stripe integration. Adds instrumentation for payment creation methods and webhook event processing to automatically detect and tag payment transactions for AppSec monitoring.
Changes
Instrumented Methods:
Event Types:
Reviewer checklist