hhucn / webvulnscan

automated web application vulnerability scanner
MIT License
38 stars 27 forks source link

Make output order determined #39

Closed phihag closed 11 years ago

phihag commented 11 years ago

Currently, the order of the default output is random (due to hash randomization only being implemented in newer cPython versions, this can only be observed in 3.3+). That can lead to differently sorted outputs even if the whole scanning process is deterministic, which is confusing. We should always have the same order in the output.

rliebig commented 11 years ago

Fixed via https://github.com/hhucn/webvulnscan/commit/b289a69d73e45a5878e454a8e12deb0567b387f7