streamaserver/streama

Add CSRF Token Validation for Security

Open

#1 087 ouverte le 13 sept. 2021

Voir sur GitHub
 (0 commentaires) (2 réactions) (0 assignés)JavaScript (9 565 stars) (977 forks)batch import
BugHelp wanted

Description

See https://portswigger.net/web-security/csrf/tokens - Currently streama is lacking this type of validation and has potential for security risks due to it.

There is a guide here, maybe that works https://www.baeldung.com/spring-security-csrf

Guide contributeur