-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Cache uses just request url as a key #9365
Copy link
Copy link
Open
Labels
bugBug in existing codeBug in existing code
Description
The current cache implementation uses request url as a key even when Cache-Control policy is private.
This might lead to leaking data from one user to another, creating security holes in an application.
I would expect it to cache based on request url + authorisation header in case the cache control policy is private, e.g. a hashed combination of these values
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugBug in existing codeBug in existing code