MyShaarli/application/render
ArthurHoaro 72fbbcd679 Security: fix multiple XSS vulnerabilities + fix search tags with special chars
XSS vulnerabilities fixed in editlink, linklist, tag.cloud and tag.list.

Also fixed tag search with special characters: urlencode function needs to be applied on raw data, before espaping, otherwise the rendered URL is wrong.
2020-10-06 17:30:18 +02:00
..
PageBuilder.php Security: fix multiple XSS vulnerabilities + fix search tags with special chars 2020-10-06 17:30:18 +02:00
PageCacheManager.php Process Daily RSS feed through Slim controller 2020-07-23 21:19:21 +02:00
TemplatePage.php Process main page (linklist) through Slim controller 2020-07-23 21:19:21 +02:00
ThemeUtils.php namespacing: \Shaarli\Render\{PageBuilder,ThemeUtils} 2019-01-12 22:47:48 +01:00