unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: Re: 03/03: gnu: borg: Update to 1.0.7.
Date: Fri, 19 Aug 2016 18:46:58 -0400	[thread overview]
Message-ID: <20160819224658.xrdfzho4vdsnq6iv@jasmine> (raw)
In-Reply-To: <20160819224219.5260F22015B@vcs.savannah.gnu.org>

On Fri, Aug 19, 2016 at 10:42:19PM +0000, Leo Famulari wrote:
> lfam pushed a commit to branch master
> in repository guix.
> 
> commit d760a2fc18c2ba89a183c9071133b8a113279f8a
> Author: Leo Famulari <leo@famulari.name>
> Date:   Mon Aug 8 01:37:11 2016 -0400
> 
>     gnu: borg: Update to 1.0.7.
>     
>     * gnu/packages/backup.scm (borg): Update to 1.0.7.

FYI this update contains a security fix that may require you to change
the flags you pass when invoking Borg on a remote server.

From the release announcement [0]:

borg serve: fix security issue with remote repository access, #1428 If
you used e.g. --restrict-to-path /path/client1/ (with or without
trailing slash does not make a difference), it acted like a path prefix
match using /path/client1 (note the missing trailing slash) - the code
then also allowed working in e.g. /path/client13 or /path/client1000.

As this could accidentally lead to major security/privacy issues
depending on the pathes you use, the behaviour was changed to be a
strict directory match. That means --restrict-to-path /path/client1
(with or without trailing slash does not make a difference) now uses
/path/client1/ internally (note the trailing slash here!) for matching
and allows precisely that path AND any path below it. So, /path/client1
is allowed, /path/client1/repo1 is allowed, but not /path/client13 or
/path/client1000.

If you willingly used the undocumented (dangerous) previous behaviour,
you may need to rearrange your --restrict-to-path pathes now. We are
sorry if that causes work for you, but we did not want a potentially
dangerous behaviour in the software (not even using a
for-backwards-compat option).

[0]
https://github.com/borgbackup/borg/blob/1.0.7/docs/changes.rst#version-107-2016-08-19

           reply	other threads:[~2016-08-19 22:47 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20160819224219.5260F22015B@vcs.savannah.gnu.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160819224658.xrdfzho4vdsnq6iv@jasmine \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).