WebAppSec/Secure Coding QA Checklist: Difference between revisions

Line 125: Line 125:


===Desired System Behavior===
===Desired System Behavior===
A random CSRF token/crumb is required when submitting an update action to the server.  
A random CSRF token/crumb is required when submitting an update action to the server. Further, if a user modifies the token/crumb then the application will reject the action requested by the user.
 
 
 
If the request is submitted without the token or with a modified token then the application does not process the requested event.


===Further information===
===Further information===
Confirmed users
491

edits