? ? Maintainers Checked Pending

User tests: Successful: Unsuccessful:

avatar alikon
alikon
30 Oct 2022

Pull Request for Issue # .

Summary of Changes

use prepared statement

Testing Instructions

code review
install/unistall modules

Actual result BEFORE applying this Pull Request

works

Expected result AFTER applying this Pull Request

works as before

Link to documentations

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

avatar alikon alikon - open - 30 Oct 2022
avatar alikon alikon - change - 30 Oct 2022
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 30 Oct 2022
Category Libraries
avatar richard67
richard67 - comment - 30 Oct 2022

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.

avatar richard67 richard67 - test_item - 30 Oct 2022 - Tested successfully
avatar sandewt
sandewt - comment - 30 Oct 2022

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 . ')');

This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39108.
avatar richard67
richard67 - comment - 30 Oct 2022

There are more (similar) missing prepared statements, eg:

Possibly. But that could be done with another PR since that's in another file.

avatar alison-moore
alison-moore - comment - 14 Nov 2022

Spam removed

avatar viocassel viocassel - test_item - 27 Nov 2022 - Tested successfully
avatar viocassel
viocassel - comment - 27 Nov 2022

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.

avatar richard67 richard67 - change - 27 Nov 2022
Status Pending Ready to Commit
Labels Added: ? Maintainers Checked
avatar richard67
richard67 - comment - 27 Nov 2022

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39108.

avatar laoneo laoneo - change - 28 Nov 2022
Labels Added: ?
avatar laoneo laoneo - change - 28 Nov 2022
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
avatar laoneo laoneo - close - 28 Nov 2022
avatar laoneo laoneo - merge - 28 Nov 2022
avatar laoneo
laoneo - comment - 28 Nov 2022

Thanks you!

Add a Comment

Login with GitHub to post a comment