Skip to content

Conversation

@jderusse
Copy link
Member

Q A
Branch? 5.3
Bug fix? yes
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

The remember Me token's series property might contains special chars: because it has been generated with $series = base64_encode(random_bytes(64));.

When using this identifier to create cache items, users get Exception Cache key "foo+bar/baz==" contains reserved characters "{}()/\@:".

This PR sanitize the property before using it as cache key

Copy link
Member

@wouterj wouterj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Travis failures are related to the changes afaics

@wouterj
Copy link
Member

wouterj commented Jun 23, 2021

Thanks Jérémy.

@wouterj wouterj merged commit 2230cfd into symfony:5.3 Jun 23, 2021
@fabpot fabpot mentioned this pull request Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants