diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-15 12:27:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-15 12:27:13 -0400 |
commit | 5d4fc876ad92b3f2844debade49484b862799dcc (patch) | |
tree | 8334f426ee3b7946204e790c96f771c51b644c0d /debian | |
parent | 52582f72a50502bc467abf679618b7c101592e74 (diff) |
Only allow [-a-z_] in etckeeper commands to avoid any possible directory traversal etc issues.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
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 |