streamaserver/streama

Add CSRF Token Validation for Security

Aberta

#1.087 aberto em 13 de set. de 2021

 (0 comentário) (2 reações) (0 responsável)JavaScript (977 forks)batch import
BugHelp wanted

Métricas do repositório

Stars
 (9.565 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador