• 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/headers.rb
1
# frozen_string_literal: true
2

3
module CMSScanner
4✔
4
  module Finders
4✔
5
    module InterestingFindings
4✔
6
      # Interesting Headers finder
7
      class Headers < Finder
4✔
8
        # @return [ InterestingFinding ]
9
        def passive(_opts = {})
4✔
10
          r = NS::Model::Headers.new(target.homepage_url, confidence: 100, found_by: found_by)
8✔
11

12
          r.interesting_entries.empty? ? nil : r
8✔
13
        end
14
      end
15
    end
16
  end
17
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