Add CSRF token #9295
Labels
enhancement
priority:high
security
Pull requests that address a security vulnerability
server
Pull requests that update Java code. (Added Automatically!)
Is your feature request related to a problem?
The VSCode plugin embeds artemis in an iframe. for the website to still function in the iframe and use the cookie correctly the sameSite attribute has to be set to none. This could impose a security risk.
Describe the solution you'd like
To make the cookie nevertheless secure, a csrf token should be implemented. Even without sameSite=none the token adds additional security
Branch Bug
LocalVC fails because of missing CSRF Header #9363The text was updated successfully, but these errors were encountered: