Releases: wpscanteam/CMSScanner
Releases · wpscanteam/CMSScanner
v0.14.3
v0.14.2
v0.14.1
v0.14.0
v0.13.9
What's Changed
- Update public_suffix requirement from ~> 4.0.3 to >= 4.0.3, < 5.1.0 by @dependabot in #203
- Update webmock requirement from ~> 3.14.0 to ~> 3.17.0 by @dependabot in #205
- Update rspec requirement from ~> 3.11.0 to ~> 3.12.0 by @dependabot in #208
- Update webmock requirement from ~> 3.17.0 to ~> 3.18.1 by @dependabot in #206
- Update ethon requirement from >= 0.14, < 0.16 to >= 0.14, < 0.17 by @dependabot in #209
- Update simplecov requirement from ~> 0.21.0 to ~> 0.22.0 by @dependabot in #210
- Update rubocop-performance requirement from ~> 1.13.0 to ~> 1.15.2 by @dependabot in #212
- Update sys-proctable requirement from ~> 1.2.2 to >= 1.2.2, < 1.4.0 by @dependabot in #213
- Update nokogiri requirement from >= 1.11.4, < 1.14.0 to >= 1.11.4, < 1.15.0 by @dependabot in #216
- Update rubocop-performance requirement from ~> 1.15.2 to ~> 1.16.0 by @dependabot in #219
- Update ruby-progressbar requirement from >= 1.10, < 1.12 to >= 1.10, < 1.13 by @dependabot in #222
- Update ruby-progressbar requirement from >= 1.10, < 1.13 to >= 1.10, < 1.14 by @dependabot in #224
- Update rubocop-performance requirement from ~> 1.16.0 to ~> 1.17.1 by @dependabot in #228
- Update nokogiri requirement from >= 1.11.4, < 1.15.0 to >= 1.11.4, < 1.16.0 by @dependabot in #233
- Update rubocop-performance requirement from ~> 1.17.1 to ~> 1.18.0 by @dependabot in #234
Full Changelog: v0.13.8...v0.13.9
v0.13.8
- Minor:
- Better handling of redirection, ie when target http->https (or the opposite), the target URL will be changed to the new one automatically to avoid scanning the http version and getting 301 which could result in items being missed
- Better handling of unsupported HEAD method by checking for 501 and timeout as well
v0.13.7
v0.13.6
v0.13.5
v0.13.4
- Minor:
- Forced ethon gem to
~> 0.14.0
to be used,0.13.0
has a major change requiring gcc at runtime (See typhoeus/ethon#185)
- Forced ethon gem to