From 2283a5a231b301b01f3c43a20853b4ee41a5582c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 28 Sep 2019 14:30:19 +0200 Subject: Helper: Remove untaint_archive_name We no longer need a special whitelist for archive names since the database no longer uses them as column keys. We still need to untaint variables that are passed to DBI so we use untaint() for this now. We also move the location of the untaint call closer to its usage with DBI/system() to prevent untainted data from leaking elsewhere. Fixes #4 Signed-off-by: Florian Pritz --- Changes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changes') diff --git a/Changes b/Changes index 9bb5022..eeb4d3b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + - Remove archive name untaint restrictions (remove untaint_archive_name + function) 3.3.0 2019-02-07T16:18:41Z - Support borg list's --prefix option via $borg_prefix setting -- cgit v1.2.3-24-g4f1b