User tests: Successful: Unsuccessful:
Pull Request for Issue #30164 .
This PR filters the input variable of the SQL query.
???
See line 45:
->where($this->db->quoteName('a.user_id') . ' = ' . $user->id);
->where($this->db->quoteName('a.user_id') . ' = ' . (int) $user->id);
No
| Status | New | ⇒ | Pending |
| Category | ⇒ | Front End Plugins |
I have tested this item
I have tested this item
| Status | Pending | ⇒ | Ready to Commit |
RTC
@alikon and @Quy, thanks for testing :-)
| 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:
?
?
|
||
Thanks
@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.