dolibarr/htdocs/partnership/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_partnerships.class.php Doc example 2026-05-29 12:16:42 +02:00
partnership.class.php fix: Replace db->escape with db->sanitize in SQL query construction (#39357) 2026-08-04 18:40:04 +02:00
partnership_type.class.php
partnershiputils.class.php Clean code 2026-04-14 19:23:50 +02:00