10054-2—Cookie with SameSite Attribute None
PUBLISHEDsecurity alertLow
Passive
Metadata
摘要
A cookie has been set with its SameSite attribute set to “none”, which means that the cookie can be sent as a result of a ‘cross-site’ request. The SameSite attribute is an effective counter measure to cross-site request forgery, cross-site script inclusion, and timing attacks.
解决方案
Ensure that the SameSite attribute is set to either 'lax' or ideally 'strict' for all cookies.