streamaserver/streama

Add CSRF Token Validation for Security

Open

#1,087 opened on 2021年9月13日

GitHub で見る
 (0 comments) (2 reactions) (0 assignees)JavaScript (977 forks)batch import
BugHelp wanted

Repository metrics

Stars
 (9,565 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド