-
Notifications
You must be signed in to change notification settings - Fork 167
Amend security_response_id being release before displaying it #3493
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
base: master
Are you sure you want to change the base?
Amend security_response_id being release before displaying it #3493
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (53.48%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #3493 +/- ##
==========================================
- Coverage 61.79% 61.74% -0.06%
==========================================
Files 142 142
Lines 12904 12933 +29
Branches 1689 1694 +5
==========================================
+ Hits 7974 7985 +11
- Misses 4169 4183 +14
- Partials 761 765 +4
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ appsec ]Benchmark execution time: 2025-11-25 14:52:05 Comparing candidate commit 03d91e6 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics. |
7c9f85c to
18708c1
Compare
18708c1 to
c5b1852
Compare
c332291 to
c837f84
Compare
Benchmarks [ tracer ]Benchmark execution time: 2025-11-25 15:21:26 Comparing candidate commit 03d91e6 in PR branch Found 2 performance improvements and 3 performance regressions! Performance is the same for 189 metrics, 0 unstable metrics. scenario:ComposerTelemetryBench/benchTelemetryParsing
scenario:MessagePackSerializationBench/benchMessagePackSerialization
scenario:PHPRedisBench/benchRedisOverhead
scenario:SamplingRuleMatchingBench/benchRegexMatching4-opcache
scenario:TraceSerializationBench/benchSerializeTrace
|
c553edf to
1f57085
Compare
1f57085 to
07be196
Compare
Description
When emitting an error, shutdown handlers are called. Then security_response_id is free before the error message string is formed. When it is formed then security_response_id is pointing to garbage
Reviewer checklist