Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Fix incompatibilities with upcoming security 6.0#42595
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| Security | ||
| -------- | ||
| * Deprecate`AuthenticationEvents::AUTHENTICATION_FAILURE`, use the`LoginFailureEvent` instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This event has been deprecated in 5.3, but we forgot to deprecate this constant.
wouterj commentedAug 17, 2021
Build should be green after#42596 is merged (and this PR is rebased). |
…BLIC_ACCESS attribute (wouterj)This PR was squashed before being merged into the 5.3 branch.Discussion----------[Security] Fix wrong cache directive when using the new PUBLIC_ACCESS attribute| Q | A| ------------- | ---| Branch? | 5.3| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets | Ref#41613 (comment)| License | MIT| Doc PR | -`PUBLIC_ACCESS` is the new `IS_AUTHENTICATED_ANONYMOUSLY` since 5.2, but we didn't correctly check for this causing a private cache directive for a stateless page.This PR also includes 2 changes from#42595 that could be backported to 5.3Commits-------ca80ee3 [Security] Fix wrong cache directive when using the new PUBLIC_ACCESS attribute
fabpot commentedAug 17, 2021
@wouterj This one can now be rebased. |
wouterj commentedAug 17, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Check, done (and |
fabpot commentedAug 17, 2021
Thank you@wouterj. |
Hats of to the person that invented the flipped tests on a new major branch! All these incompatibility bugs were discovered by the flipped tests of#41613