codeql
codeql copied to clipboard
Python: Model CookieWrites from HeaderWrites
Part of https://github.com/github/codeql-python-team/issues/792 promoting https://github.com/github/codeql/pull/6360; as well as a follow-up to https://github.com/github/codeql/pull/16105
This PR defines new instances of the CookieWrite
concept in terms of the HeaderWrite
concept; as is done in experimental with the Cookie
concept.