MyShaarli/application/formatter
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
..
BookmarkDefaultFormatter.php Include empty basePath in formatting 2020-07-28 21:09:22 +02:00
BookmarkFormatter.php Security: fix multiple XSS vulnerabilities + fix search tags with special chars 2020-10-06 17:30:18 +02:00
BookmarkMarkdownFormatter.php Slim router: handle add tag route 2020-07-23 21:19:21 +02:00
BookmarkRawFormatter.php Introduce Bookmark object and Service layer to retrieve them 2020-01-17 18:42:11 +01:00
FormatterFactory.php Better support for notes permalink 2020-07-28 20:46:11 +02:00