streamaserver/streama

Add CSRF Token Validation for Security

Open

#1,087 创建于 2021年9月13日

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)JavaScript (9,565 star) (977 fork)batch import
BugHelp wanted

描述

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

贡献者指南