Skip to content

Don't recommend base64 encoding of random_bytes result #9838

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

Merged
merged 1 commit into from
May 29, 2018

Conversation

javiereguiluz
Copy link
Member

This fixes #9348. base64 is not safe for URLs, so let's recommend hashing the values.

@javiereguiluz javiereguiluz added this to the 2.8 milestone May 28, 2018
@javiereguiluz javiereguiluz merged commit 18cd815 into symfony:2.8 May 29, 2018
javiereguiluz added a commit that referenced this pull request May 29, 2018
…aviereguiluz)

This PR was merged into the 2.8 branch.

Discussion
----------

Don't recommend base64 encoding of random_bytes result

This fixes #9348. base64 is not safe for URLs, so let's recommend hashing the values.

Commits
-------

18cd815 Don't recommend base64 encoding of random_bytes result
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.

2 participants