aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2017-03-07 09:50:41 +0100
committerWladimir J. van der Laan <[email protected]>2017-09-26 16:12:47 +0200
commit0cd9273fd959c6742574259d026039f7da0309a2 (patch)
tree575776245a1af0acffb9f22a987ef7bbf1d86eba /doc/release-notes.md
parentMerge #11385: Remove some unused functions and methods (diff)
downloaddiscoin-0cd9273fd959c6742574259d026039f7da0309a2.tar.xz
discoin-0cd9273fd959c6742574259d026039f7da0309a2.zip
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.
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 04fb0f333..4ecca7897 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -83,6 +83,9 @@ Low-level RPC changes
* `getwalletinfo`
* `getmininginfo`
+- `dumpwallet` no longer allows overwriting files. This is a security measure
+ as well as prevents dangerous user mistakes.
+
Credits
=======