summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-07-15 12:27:13 -0400
committerJoey Hess <joey@kitenet.net>2014-07-15 12:27:13 -0400
commit5d4fc876ad92b3f2844debade49484b862799dcc (patch)
tree8334f426ee3b7946204e790c96f771c51b644c0d /debian
parent52582f72a50502bc467abf679618b7c101592e74 (diff)
Only allow [-a-z_] in etckeeper commands to avoid any possible directory traversal etc issues.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f78b248..f63626e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ etckeeper (1.13) UNRELEASED; urgency=medium
* Ignore check-mk-agent-logwatch's FHS violating
/etc/check_mk/logwatch.state. Closes: #753903
+ * Only allow [-a-z_] in etckeeper commands to avoid any possible directory
+ traversal etc issues.
-- Joey Hess <joeyh@debian.org> Sat, 05 Jul 2014 19:03:00 -0400