aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-03-07 09:50:41 +0100
committerMarcoFalke <falke.marco@gmail.com>2017-10-04 15:11:24 +0200
commita43be5bcdb27a68abe9bb5fec57185a1b6652479 (patch)
tree41a6954250a13e353d05f1bcddcc122382a9bcef /doc/release-notes.md
parentb6c0209aaf372a21090c0a3eed973022af14ece0 (diff)
downloadbitcoin-a43be5bcdb27a68abe9bb5fec57185a1b6652479.tar.xz
rpc: Prevent `dumpwallet` from overwriting files
Prevent arbitrary files from being overwritten. There have been reports that users have overwritten wallet files this way. It may also avoid other security issues. Fixes #9934. Adds mention to release notes and adds a test. Github-Pull: #9937 Rebased-From: 0cd9273fd959c6742574259d026039f7da0309a2
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index ef8de316a5..0235e1c606 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -65,6 +65,9 @@ Notable changes
0.15.1 Change log
=================
+- `dumpwallet` no longer allows overwriting files. This is a security measure
+ as well as prevents dangerous user mistakes.
+
Credits
=======