Closed andrericardo closed 6 years ago
The one failure is a known problem. WhatWeb doesn't detect all kinds of invalid URLs yet. Otherwise the tests are running as expected.
After a gem is implemented we can have much better tests.
This is a bug. A target URL of https://
should never make it to the scanner, let alone make it all the way through to the logger.
./whatweb https://
https:// ERROR: cannot interpret as DNS name: nil
https:// [ Unassigned]
The bug does not appear in Ruby 1.9, 2.0 or 2.1.6, but appears from 2.2.x onwards.
Fixed in:
Just tried to run them locally. Related to #187
Same issue on Travis-CI with the master branch in sync with urbanadventurer\master
https://travis-ci.org/andrericardo/WhatWeb