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

how is csrf filter work,where is the token #16362

Closed
13567436138 opened this issue May 6, 2021 · 2 comments
Closed

how is csrf filter work,where is the token #16362

13567436138 opened this issue May 6, 2021 · 2 comments
Labels
question Questions that are neither investigations, bugs, nor enhancements

Comments

@13567436138
Copy link

If you are reporting any crash or any potential security issue, do not
open an issue in this repo. Please report the issue via emailing
envoy-security@googlegroups.com where the issue will be triaged appropriately.

Title: One line description

Description:

Describe the issue.
how is csrf filter work,where is the token optional Relevant Links:]
Any extra documentation required to understand the issue.

@13567436138 13567436138 added the triage Issue requires triage label May 6, 2021
@antoniovicente antoniovicente added question Questions that are neither investigations, bugs, nor enhancements and removed triage Issue requires triage labels May 10, 2021
@antoniovicente
Copy link
Contributor

@dschaller
Copy link
Member

Hi @13567436138 ,

The Envoy CSRF filter does not use a token pattern but instead uses an origin-based one. You can read more on the possible mitigation patterns and why we chose to rely on the origin as well as implementation details in the description of the original PR #6470 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions that are neither investigations, bugs, nor enhancements
Projects
None yet
Development

No branches or pull requests

3 participants