1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

Improve email warning

This commit is contained in:
tituspijean 2022-05-05 22:02:57 +02:00
parent 5a4b748217
commit 2115899f52
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
2 changed files with 15 additions and 3 deletions

View file

@ -1,3 +1,4 @@
The current version of Rainloop contains a code vulnerability that can expose users emails to attackers.
For more information, please refer to:
@ -7,6 +8,10 @@ For more information, please refer to:
We have implemented a patch in this YunoHost package to fix it.
However, since Rainloop's development has been halted for a year now, and since its developers
have yet to react to solve this critical flaw, we strongly encourage you to seek alternative
applications to replace Rainloop.
However, since Rainloop's development has been halted for a year now,
and since its developers have yet to react to solve this critical flaw,
we strongly encourage you to seek alternative applications to replace Rainloop.
Stay safe and enjoy self-hosting!
The YunoHost app packagers

View file

@ -211,6 +211,13 @@ ynh_script_progression --message="Reloading NGINX web server..." --weight=1
ynh_systemd_action --service_name=nginx --action=reload
#=================================================
# SEND README TO ADMIN
#=================================================
ynh_script_progression --message="Sending ReadMe to admin..."
ynh_send_readme_to_admin --app_message="../conf/email" --recipients="root" --type="warning"
#=================================================
# END OF SCRIPT
#=================================================