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 (977 forks)batch import
BugHelp wanted

Métriques du dépôt

Stars
 (9 565 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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