friendica/src/Module/Settings
Hypolite Petovan e16b6ee6e1
Check form security token in /settings/userexport module (#13929)
* Escape HTML in the location field of a calendar event post

- This allowed script tags to be interpreted in the post display of an event.

* Add form security token check to /admin/phpinfo module

- This prevents basic XSS attacks against /admin/phpinfo

* Add form security token check to /babel module

- This prevents basic XSS attacks against /babel

* Prevent pass-through for attachments

- This addresses a straightforward Reflected XSS vulnerability if a malicious HTML/Javascript file is attached to a post through upload

* Prevent overwriting cid on event edit

- This allowed to share an event as any other user after zeroing the cid field of an existing event

* Check form security token in /settings/userexport module

- Prevents basic XSS attacks against /settings/userexport/*
2024-02-22 21:08:32 +01:00
..
Profile Image handling reworked, new image formats added (#13900) 2024-02-17 07:45:41 +01:00
Server Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
TwoFactor Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Account.php New option to disallow 2024-01-07 19:22:56 +00:00
Addons.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Channels.php Issue 13844: User defined channels based on the network 2024-02-04 07:14:57 +00:00
Connectors.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Delegation.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
Display.php User setting to disable blurring of sensitive pictures (#13883) 2024-02-10 09:50:49 +01:00
Features.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
OAuth.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
RemoveMe.php Friendica copyright changed from 2023 to 2034 2024-01-02 20:57:26 +00:00
UserExport.php Check form security token in /settings/userexport module (#13929) 2024-02-22 21:08:32 +01:00