BIND 10 #3327: DDNS TSIG testing inadequate (missing)
BIND 10 Development
do-not-reply at isc.org
Wed Feb 5 08:40:39 UTC 2014
#3327: DDNS TSIG testing inadequate (missing)
-------------------------------------+-------------------------------------
Reporter: muks | Owner:
Type: | Status: new
defect | Milestone: New Tasks
Priority: high | Keywords:
Component: | Sensitive: 0
Unclassified | Sub-Project: DNS
CVSS Scoring: | Estimated Difficulty: 0
Defect Severity: N/A | Total Hours: 0
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
In the following code in `ddns.py.in`:
{{{
msg = update_session.get_message()
self.__response_renderer.clear()
if tsig_ctx is not None:
msg.to_wire(self.__response_renderer, tsig_ctx)
else:
msg.to_wire(self.__response_renderer)
}}}
It doesn't matter if the false path is taken every time. Unittests still
pass. There is inadequate test coverage.
--
Ticket URL: <https://bind10.isc.org/ticket/3327>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list