? ? Pending

User tests: Successful: Unsuccessful:

avatar sandewt
sandewt
23 Jul 2020

Pull Request for Issue #30164 .

Summary of Changes

This PR filters the input variable of the SQL query.

Testing Instructions

???

Actual result BEFORE applying this Pull Request

See line 45:
->where($this->db->quoteName('a.user_id') . ' = ' . $user->id);

Expected result AFTER applying this Pull Request

->where($this->db->quoteName('a.user_id') . ' = ' . (int) $user->id);

Documentation Changes Required

No

avatar sandewt sandewt - open - 23 Jul 2020
avatar sandewt sandewt - change - 23 Jul 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 23 Jul 2020
Category Front End Plugins
avatar richard67
richard67 - comment - 23 Jul 2020

@sandewt For the testing instructions you could write "Code review" and link to https://docs.joomla.org/Secure_coding_guidelines like you've done in the issue. For a real test (which always is better) it would need to find out what the changed code does and provide instructions. In this case here it would be to create a privacy export request and then process this request.

avatar alikon alikon - test_item - 23 Jul 2020 - Tested successfully
avatar alikon
alikon - comment - 23 Jul 2020

I have tested this item successfully on 7fca1fd


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

avatar Quy Quy - test_item - 23 Jul 2020 - Tested successfully
avatar Quy
Quy - comment - 23 Jul 2020

I have tested this item successfully on 7fca1fd


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

avatar Quy Quy - change - 23 Jul 2020
Status Pending Ready to Commit
avatar Quy
Quy - comment - 23 Jul 2020

RTC


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

avatar sandewt
sandewt - comment - 24 Jul 2020

@alikon and @Quy, thanks for testing :-)


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

avatar HLeithner HLeithner - change - 17 Aug 2020
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-08-17 11:00:24
Closed_By HLeithner
Labels Added: ? ?
avatar HLeithner HLeithner - close - 17 Aug 2020
avatar HLeithner HLeithner - merge - 17 Aug 2020
avatar HLeithner
HLeithner - comment - 17 Aug 2020

Thanks

Add a Comment

Login with GitHub to post a comment