mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-27 10:31:50 -04:00
Parameterize LIKE queries in HAVING clause to prevent SQL injection when search_custom filter is enabled. Also sanitize search parameter input at controller level for defense-in-depth. Fixes vulnerability where user input was directly interpolated into SQL queries without sanitization.