• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wpscanteam / CMSScanner / 10771931262

09 Sep 2024 11:06AM UTC coverage: 99.925%. Remained the same
10771931262

push

github

web-flow
Merge pull request #261 from wpscanteam/dependabot/bundler/webmock-tw-3.23.1

Update webmock requirement from ~> 3.19.1 to ~> 3.23.1

315 of 346 branches covered (91.04%)

1333 of 1334 relevant lines covered (99.93%)

120.15 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/app/finders/interesting_findings/search_replace_db_2.rb
1
# frozen_string_literal: true
2

3
module CMSScanner
4✔
4
  module Finders
4✔
5
    module InterestingFindings
4✔
6
      # SearchReplaceDB2 finder
7
      class SearchReplaceDB2 < Finder
4✔
8
        # @return [ InterestingFinding ]
9
        def aggressive(_opts = {})
4✔
10
          path = 'searchreplacedb2.php'
12✔
11

12
          return unless /by interconnect/i.match?(target.head_and_get(path).body)
12✔
13

14
          NS::Model::SearchReplaceDB2.new(target.url(path), confidence: 100, found_by: found_by)
4✔
15
        end
16
      end
17
    end
18
  end
19
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc