Skip to content

Releases: wpscanteam/CMSScanner

v0.15.0

23 Feb 22:21
e2fd720

Choose a tag to compare

  • Major:

    • Support for Ruby 3.4
  • Minor:

    • Updated Dependencies

v0.14.3

05 Sep 14:42
2716816

Choose a tag to compare

  • Minor:
    • Fixes various warnings when using ruby 3.3

v0.14.2

05 Sep 10:11
456ae93

Choose a tag to compare

  • Minor
    • Correct version number for the gem

v0.14.1

05 Sep 10:07
1dc68ee

Choose a tag to compare

  • Minor:
    • Ruby version updated when building & pushing gem

v0.14.0

05 Sep 10:00
6e99498

Choose a tag to compare

  • Major:
    • Support for ruby 2.7 dropped
    • Updated dependencies

v0.13.9

26 Sep 18:27

Choose a tag to compare

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

04 Apr 13:22

Choose a tag to compare

  • 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

22 Feb 12:45

Choose a tag to compare

  • Minor:
  • Fixed ERB deprecation warnings, Ref #196

v0.13.6

22 Sep 15:20

Choose a tag to compare

  • Minor:
    • New version for updated dependencies

v0.13.5

08 Jun 13:48

Choose a tag to compare

  • Minor:
    • Fixed some issues which could occur when running with Ruby 3.x