streamaserver/streama

Add CSRF Token Validation for Security

Aperta

#1087 aperta il 13 set 2021

 (0 commenti) (2 reazioni) (0 assegnatari)JavaScript (977 fork)batch import
BugHelp wanted

Metriche repository

Star
 (9565 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor