Skip to content

Commit

Permalink
sec(App) validate CSRF on delete workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Oct 31, 2021
1 parent 5f48fd1 commit 40e22c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/com_vtiger_workflow/deleteworkflow.php
Expand Up @@ -37,5 +37,6 @@ function vtDeleteWorkflow($adb, $request) {
</script>
<?php
}
Vtiger_Request::validateRequest();
vtDeleteWorkflow($adb, $_REQUEST);
?>

0 comments on commit 40e22c2

Please sign in to comment.