-
-
Notifications
You must be signed in to change notification settings - Fork 678
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
V50.2.1 (v4.0.3-3.4.1) - cookie secure attribute #2419
Comments
Proposal update based on #2422 (comment) + #2422 (comment)
The reasons:
|
Does every cookie need this or only sensitive cookies? |
It is the same question as "does every HTTP request need to use HTTPS or only sensitive ones"? If we require "everything must be over HTTPS" then there is no reason to allow cookies to be sent over The risk per cookie content is for sure different. |
I suggest to make this requirement simply "all cookies must have the secure flag set", and then have a separate requirement for the cookie prefix. |
I prefer not, because:
|
Agree with this wording, I agree that I don't want more requirements out of this :) |
Current requirement, moved from V3.4.1 to V50.2.1 via #2410:
As the requirement is now a general cookie security requirement, the wording must be non-session-cookie specific.
Proposal:
Level: keep level 1
The text was updated successfully, but these errors were encountered: