OWASP / wstg

The Web Security Testing Guide is a comprehensive Open Source guide to testing the security of web applications and web services.
https://owasp.org/www-project-web-security-testing-guide/
Creative Commons Attribution Share Alike 4.0 International
7.26k stars 1.32k forks source link

Update scenario with no domain attribute #1001

Closed cmbuckley closed 1 year ago

cmbuckley commented 1 year ago

See RFC 6265 § 4.1.2.3.

The original text does not describe the proper behaviour according to the spec, but it does describe the behaviour of “some legacy user agents” (see the warning in the link).

This appears to refer to certain versions of IE and Edge - see Q3 here: https://learn.microsoft.com/en-gb/archive/blogs/ieinternals/internet-explorer-cookie-internals-faq

Edit: this PR did not follow the contribution guide but I have now created #1002 to describe the issue. Happy to close this PR and re-raise properly if required.

Fixes OWASP/wstg#1002