Sha256: fcbb4ec874b5c09c1d9b61361dad76451d06521386aad9c15a43fbaed811e68b

Contents?: true

Size: 1.35 KB

Versions: 17

Compression:

Stored size: 1.35 KB

Contents

# Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
# frozen_string_literal: true

module Contrast
  module Agent
    # This is the base module for our reporting functionality. It is intended to
    # facilitate all the needed report generating functionality and eventual
    # report to RS.
    # Any class under this namespace should be required here, providing a
    # single point of require for this functionality.
    module Reporting
    end
  end
end

require 'contrast/agent/reporting/reporter'
require 'contrast/agent/reporting/reporting_utilities/audit'
require 'contrast/agent/reporting/reporting_utilities/reporter_client'
require 'contrast/agent/reporting/reporting_utilities/response_handler'
require 'contrast/agent/reporting/reporting_utilities/response'
# Events
require 'contrast/agent/reporting/reporting_events/finding'
require 'contrast/agent/reporting/reporting_events/preflight_message'
require 'contrast/agent/reporting/reporting_events/preflight'
require 'contrast/agent/reporting/reporting_events/observed_route'
require 'contrast/agent/reporting/reporting_events/route_coverage'
require 'contrast/agent/reporting/reporting_events/observed_library_usage'
require 'contrast/agent/reporting/reporting_events/poll'
# Sensitive data masking
require 'contrast/agent/reporting/masker/masker'

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
contrast-agent-6.8.0 lib/contrast/agent/reporting/report.rb
contrast-agent-6.7.0 lib/contrast/agent/reporting/report.rb
contrast-agent-6.6.5 lib/contrast/agent/reporting/report.rb
contrast-agent-6.6.4 lib/contrast/agent/reporting/report.rb
contrast-agent-6.6.3 lib/contrast/agent/reporting/report.rb
contrast-agent-6.6.2 lib/contrast/agent/reporting/report.rb
contrast-agent-6.6.1 lib/contrast/agent/reporting/report.rb
contrast-agent-6.6.0 lib/contrast/agent/reporting/report.rb
contrast-agent-6.5.1 lib/contrast/agent/reporting/report.rb
contrast-agent-6.5.0 lib/contrast/agent/reporting/report.rb
contrast-agent-6.4.0 lib/contrast/agent/reporting/report.rb
contrast-agent-6.3.0 lib/contrast/agent/reporting/report.rb
contrast-agent-6.2.0 lib/contrast/agent/reporting/report.rb
contrast-agent-6.1.2 lib/contrast/agent/reporting/report.rb
contrast-agent-6.1.1 lib/contrast/agent/reporting/report.rb
contrast-agent-6.1.0 lib/contrast/agent/reporting/report.rb
contrast-agent-6.0.0 lib/contrast/agent/reporting/report.rb