User tests: Successful: Unsuccessful:
Pull Request for Issue # .
use prepared statement
code review
install/unistall modules
works
works as before
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
There are more (similar) missing prepared statements, eg:
\administrator\components\com_finder\src\Indexer\Adapter.php
$groups = implode(',', $user->getAuthorisedViewLevels()); // line 772:
...
->where($this->db->quoteName('link') . ' = ' . $this->db->quote($url))
...
->where($this->db->quoteName('access') . ' IN (' . $groups . ')');
There are more (similar) missing prepared statements, eg:
Possibly. But that could be done with another PR since that's in another file.
Spam removed
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
Maintainers Checked
|
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-11-28 08:35:45 |
Closed_By | ⇒ | laoneo |
Thanks you!
I have tested this item✅ successfully on 69c8ede
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39108.