mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Percent signs ("%") and underscores ("_") are not escaped by
mysql_real_escape_string() and are interpreted as wildcards if combined
with "LIKE". Write a wrapper function db_escape_like() and use it where
appropriate.
Note that we already fixed this for the RPC interface in commit
|
||
---|---|---|
.. | ||
acctfuncs.inc.php | ||
aur.inc.php | ||
aurjson.class.php | ||
cachefuncs.inc.php | ||
config.inc.php.proto | ||
feedcreator.class.php | ||
gettext.php | ||
pkgfuncs.inc.php | ||
stats.inc.php | ||
streams.php | ||
translator.inc.php | ||
version.inc.php |