]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Properly prevent TSIG generation command line injection attacks
authorEvan Hunt <each@isc.org>
Tue, 14 Jul 2026 05:51:04 +0000 (05:51 +0000)
committerEvan Hunt <each@isc.org>
Tue, 14 Jul 2026 05:51:04 +0000 (05:51 +0000)
When key names are generated with `rndc-confgen`, `tsig-keygen` and `ddns-confgen`, special characters must be escaped to ensure the configuration is parsed correctly.

Closes #6071

Merge branch '6071-allow-all-valid-keynames' into 'main'

See merge request isc-projects/bind9!12395


Trivial merge