fix(flow-php/symfony-telemetry-bundle): read the security token without marking the session as used - #2637
Merged
norberttech merged 1 commit intoSep 18, 2026
Conversation
…ut marking the session as used - inject security.untracked_token_storage - skip the token read when the request carries no span - cover the lazy firewall Cache-Control regression
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 1.x #2637 +/- ##
=========================================
Coverage 84.54% 84.55%
- Complexity 30064 30065 +1
=========================================
Files 2007 2007
Lines 87050 87052 +2
=========================================
+ Hits 73593 73603 +10
+ Misses 13457 13449 -8 🚀 New features to boost your workflow:
|
norberttech
deleted the
2636-bug-securityspansubscriber-makes-every-response-uncacheable-when-the-firewall-is-lazy
branch
September 18, 2026 19:29
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
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.
Resolves: #2636
Change Log
Added
Fixed
flow-php/symfony-telemetry-bundle- security instrumentation no longer marks the session as used, which made every response private behind a lazy firewallChanged
flow-php/symfony-telemetry-bundle- the security token is read fromsecurity.untracked_token_storage, and only when the request carries a spanRemoved
Deprecated
Security