You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XSRF issue exists @ admin/specialhours.php in branch master
Method <?php at line 76 of admin\specialhours.php gets a parameter from a user request from _REQUEST. This parameter value flows through the code and is eventually used to access application state altering functionality. This may enable Cross-Site Request Forgery (XSRF).
XSRF issue exists @ admin/specialhours.php in branch master
Method <?php at line 76 of admin\specialhours.php gets a parameter from a user request from _REQUEST. This parameter value flows through the code and is eventually used to access application state altering functionality. This may enable Cross-Site Request Forgery (XSRF).
Severity: Medium
CWE:352
Checkmarx
Training
Recommended Fix
Lines: 25 26 76 31
Code (Line #25):
Code (Line #26):
Code (Line #76):
Code (Line #31):
The text was updated successfully, but these errors were encountered: