Skip to content
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

PXP-8363 Fix/samesite cookie #1703

Merged
merged 4 commits into from
Aug 10, 2021
Merged

PXP-8363 Fix/samesite cookie #1703

merged 4 commits into from
Aug 10, 2021

Conversation

mfshao
Copy link
Contributor

@mfshao mfshao commented Aug 6, 2021

Jira Ticket: PXP-8363

Add samesite="Lax" to cookies of session, visitor, csrftoken and service_releases

This shouldn't breaks anything since some browsers (Chrome/Edge) has already been using Lax
as default value of samesite if not declared

To fix vulnerability documented in Veracode scan report (link in Jira ticket)

Improvements

  • Add samesite="Lax" to cookies of session, visitor, csrftoken and service_releases

@mfshao mfshao merged commit 5a056a1 into master Aug 10, 2021
@mfshao mfshao deleted the fix/samesite-cookie branch August 10, 2021 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants