From 114d90ebe676a5a4acd23eea567c9301d252a242 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Mon, 17 Jun 2024 17:04:47 +0200 Subject: [PATCH] ROADMAP: add a security feature --- ROADMAP.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index b76e9a1..dada3cd 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -56,4 +56,7 @@ Rustic is a current alternative backend candidate I tested. Might happen if enou We might want to put all files into `resources` directory and have `customization.py` files generated from there. ### New installer -We might need to code an installer script for Linux, and perhaps a NSIS installer for Windows. \ No newline at end of file +We might need to code an installer script for Linux, and perhaps a NSIS installer for Windows. + +### Security +Check that the config file is not world writable, so nobody can inject pre/post commands \ No newline at end of file