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:
parent
5a4b748217
commit
2115899f52
2 changed files with 15 additions and 3 deletions
11
conf/email
11
conf/email
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue