PrivateBin/lib
El RIDO 65a626f940 inputs sanitation & remove some obsolete version checks
using filter_vars instead of filter_input, because our unit tests depend on manipulating global arrays, which are not used by filter_input - we would have to mock the function in the unit testing, it therefore is cleaner to use the same code paths in testing as in production

some inputs in I18n and TrafficLimiter remain unfiltered, since we already validate them by other means (IP lib and/or preg_match)

our minimum PHP version is 7.3, so we can drop the two < 5.6 fallback checks
2024-03-23 11:27:25 +01:00
..
Data phpdoc improvements, fixes #1036 2024-03-10 17:07:10 +01:00
Model inputs sanitation & remove some obsolete version checks 2024-03-23 11:27:25 +01:00
Persistence incrementing version 2024-02-11 15:31:11 +01:00
.htaccess updating shipped .htaccess files for Apache 2.4 as per https://httpd.apache.org/docs/2.4/upgrading.html#access - Thanks @EchoDev, fixes #194 2017-03-11 08:56:14 +01:00
Configuration.php incrementing version 2024-02-11 15:31:11 +01:00
Controller.php Fix styleci issues 2024-03-09 16:55:44 -05:00
Filter.php incrementing version 2024-02-11 15:31:11 +01:00
FormatV2.php incrementing version 2024-02-11 15:31:11 +01:00
I18n.php phpdoc improvements 2024-03-10 18:01:46 +01:00
Json.php incrementing version 2024-02-11 15:31:11 +01:00
Model.php incrementing version 2024-02-11 15:31:11 +01:00
Request.php inputs sanitation & remove some obsolete version checks 2024-03-23 11:27:25 +01:00
View.php incrementing version 2024-02-11 15:31:11 +01:00
Vizhash16x16.php incrementing version 2024-02-11 15:31:11 +01:00
YourlsProxy.php incrementing version 2024-02-11 15:31:11 +01:00