|
@@ -133,13 +133,21 @@ Version 1.1.0b6 (unreleased)
|
|
|
|
|
|
Compatibility notes:
|
|
|
|
|
|
-- Repositories in a repokey mode with a blank passphrase are now treated
|
|
|
- as unencrypted repositories for security checks
|
|
|
+- Repositories in a repokey mode (including "authenticated" mode) with a
|
|
|
+ blank passphrase are now treated as unencrypted repositories for security checks
|
|
|
(e.g. BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK).
|
|
|
- Running "borg init" via a "borg serve --append-only" server will *not* create
|
|
|
an append-only repository anymore. Use "borg init --append-only" to initialize
|
|
|
an append-only repository.
|
|
|
|
|
|
+ Previously there would be no prompts nor messages if an unknown repository
|
|
|
+ in one of these modes with a blank passphrase was encountered. This would
|
|
|
+ allow an attacker to swap a repository, if one assumed that the lack of
|
|
|
+ password prompts was due to a set BORG_PASSPHRASE.
|
|
|
+
|
|
|
+ Since the "trick" does not work if BORG_PASSPHRASE is set, this does generally
|
|
|
+ not affect scripts.
|
|
|
+
|
|
|
Version 1.1.0b5 (2017-04-30)
|
|
|
----------------------------
|
|
|
|