1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00
Radicale/radicale
Unrud a12ef69129 Secure is_safe_filesystem_path_component
On Windows 1/2 would be a safe filesystem path component, but it's not safe to pass it to path_to_filesystem.
Currently only the get method can be called with a href like that and it checked for that.
This just moves the check into the is_safe_filesystem_path_component function.
2016-09-04 12:55:28 +02:00
..
tests Merge pull request #507 from Unrud/auth 2016-09-02 18:36:31 +02:00
__init__.py Repair authentication 2016-09-02 14:41:31 +02:00
__main__.py Fix a variable name 2016-08-29 12:09:17 +02:00
auth.py Map logins to internal users in Auth module 2016-08-30 23:13:33 +02:00
config.py Add option to close lock file 2016-08-11 05:19:23 +02:00
log.py Don't disable existing loggers 2016-08-25 05:24:29 +02:00
rights.py Emulate fullmatch with match 2016-09-02 15:06:32 +02:00
storage.py Secure is_safe_filesystem_path_component 2016-09-04 12:55:28 +02:00
xmlutils.py Don't return <item>/ for events 2016-08-29 17:29:46 +02:00