David Busby
David Busby
Corrects a typo in file `vulnserver/lib/models.py` line 179 changed `if not os.path.is_file(keyword_path):` to `if not os.path.isfile(keyword_path):` corrects the error ``` ... File "REDACTED/deephack/vulnserver/lib/models.py", line 179, in get_table_secondary_keywords if not os.path.is_file(keyword_path):...
Url: http://demo.yubico.com/u2f?tab=register ``` Traceback (most recent call last): File "/root/python-u2flib-server-demo/examples/yubiauth_server.py", line 118, in __call__ password = request.params['password'] File "/usr/lib/python2.7/dist-packages/webob/multidict.py", line 312, in __getitem__ return self._decode_value(self.multi.__getitem__(self._encode_key(key))) File "/usr/lib/python2.7/dist-packages/webob/multidict.py", line 301, in...
As noted in #212 import functionality fails when an egress proxy is in use, this pull requests addresses this by adding in support for detection of an environment variable HTTP_PROXY...