From 1508e6b055be48cbd950f9304179b027edf24742 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sun, 1 Mar 2026 21:30:41 -0500 Subject: [PATCH] Project: Add missing CSRF checks --- agent/modals/project/project_add.php | 1 + agent/modals/project/project_edit.php | 1 + .../modals/project/project_link_closed_ticket.php | 1 + agent/modals/project/project_link_ticket.php | 1 + agent/post/project.php | 14 ++++++++++++++ agent/project_details.php | 4 ++-- agent/projects.php | 8 ++++---- 7 files changed, 24 insertions(+), 6 deletions(-) diff --git a/agent/modals/project/project_add.php b/agent/modals/project/project_add.php index 774e3931..764fea92 100644 --- a/agent/modals/project/project_add.php +++ b/agent/modals/project/project_add.php @@ -14,6 +14,7 @@ ob_start();
+ +