dolibarr/htdocs/eventorganization/class
MDW c4d2833421
fix: Replace db->escape with db->sanitize in SQL query construction (#39357)
Replaced all instances of `$this->db->escape($filtermode)` with `$this->db->sanitize($filtermode)` in SQL query construction across multiple classes to ensure proper SQL sanitization and prevent potential SQL injection vulnerabilities.
2026-08-04 18:40:04 +02:00
..
api_eventattendees.class.php API fix for eventattendees + new hurl tests for API eventattendees (#37699) 2026-04-03 19:02:39 +02:00
conferenceorbooth.class.php fix: Replace db->escape with db->sanitize in SQL query construction (#39357) 2026-08-04 18:40:04 +02:00
conferenceorboothattendee.class.php fix: Replace db->escape with db->sanitize in SQL query construction (#39357) 2026-08-04 18:40:04 +02:00