functions/source/waf/barbarika/citrixadc.py (3 lines): - line 407: logger.info('SUCCESS: TODO: Returning SUCCESS without validation for {}'.format(self.nsip)) - line 413: # TODO: take care of Gbps unit if necessary - line 419: logger.info('SUCCESS: TODO: Returning SUCCESS without validation for {}'.format(self.nsip)) functions/source/waf/urllib3/response.py (3 lines): - line 440: # FIXME: Ideally we'd like to include the url in the ReadTimeoutError but - line 445: # FIXME: Is there a better way to differentiate between SSLErrors? - line 740: # FIXME: Rewrite this method and make it a class with a better structured logic. functions/source/waf/urllib3/contrib/securetransport.py (3 lines): - line 616: # TODO: should I do clean shutdown here? Do I have to? - line 776: # TODO: Well, crap. - line 786: # TODO: Update in line with above. functions/source/waf/urllib3/connectionpool.py (1 line): - line 486: # TODO: Add optional support for socket.gethostbyname checking. functions/source/waf/requests/hooks.py (1 line): - line 20: # TODO: response is the only one functions/source/waf/chardet/sbcsgroupprober.py (1 line): - line 57: # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) functions/source/waf/requests/adapters.py (1 line): - line 502: # TODO: Remove this in 3.0.0: see #2811 functions/source/waf/barbarika/httpnitro.py (1 line): - line 13: self.ssl_verify = False # FIXME: validate Certificate functions/source/waf/urllib3/connection.py (1 line): - line 181: # TODO: Fix tunnel so it doesn't depend on self.sock state. functions/source/waf/urllib3/contrib/pyopenssl.py (1 line): - line 357: # FIXME rethrow compatible exceptions should we ever use this functions/source/waf/urllib3/util/url.py (1 line): - line 397: # TODO: Remove this when we break backwards compatibility. functions/source/waf/urllib3/util/response.py (1 line): - line 82: # FIXME: Can we do this somehow without accessing private httplib _method?