rhymix/classes/security
Kijin Sung e03ccbd7a9 Also filter XML and HTML file uploads
- Detect possible XML (including SVG) by actual content, not extension
- Check large files in overlapping chunks to reduce memory usage
- Check XML files for external entities
- Check HTML files for SSI and PHP code
2018-09-18 02:45:48 +09:00
..
EmbedFilter.class.php Clean up namespaces 2016-03-14 21:04:27 +09:00
IpFilter.class.php Clean up namespaces 2016-03-14 21:04:27 +09:00
Password.class.php Import cryptographic signature functions from XE 1.8.23 2016-08-02 16:30:33 +09:00
Purifier.class.php Clean up namespaces 2016-03-14 21:04:27 +09:00
Security.class.php Use new Security and URL classes in other places 2016-03-12 17:26:41 +09:00
UploadFileFilter.class.php Also filter XML and HTML file uploads 2018-09-18 02:45:48 +09:00