Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 706 Bytes

tab_news.md

File metadata and controls

25 lines (16 loc) · 706 Bytes
title layout tab order tags
News
true
2
csrfguard

Latest News

We are working on a new version of CSRFGuard including a lot of merge request with good proposals and new code to fix known issues on XSS attacks that bypass CSRFGuard.

Target date for the new release 4.0 : 2021

We need your help. If you want to give few hours of your time to help us please contact me.

Important Security Fix

An important security fix has been applied to the CSRFGuard version 3.0.

Do a token pre-fetch on every page.

Instead of hard coding the CSRF token, we send a POST request to fetch the token and populate the JS variable.

Thanks to Ahamed Nafeez [email protected] for this fix.