Open
Description
The library uses python's httplib.HTTPSConnection
to connect to the Dyn API endpoint. The python documentation notes "Warning: This does not do any verification of the server’s certificate."
Without certificate verification, if an attacker is able to intercept the traffic she can read or even alter the communications.
It does not seem that httplib
provides a way to do this verification. Some people have produced a HTTPSConnection
wrapper to do validation. Other people recommend using pycurl
.
Metadata
Metadata
Assignees
Labels
No labels