Sha256: a6105d3043a6827258ad0bd19b62fa569e0c948aa5d71dd6dc8a10a3810ba222

Contents?: true

Size: 828 Bytes

Versions: 11

Compression:

Stored size: 828 Bytes

Contents

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

require 'contrast/agent/patching/policy/after_load_patch'

module Contrast
  module Framework
    module Rack
      module Patch
        # Extension point allowing for the registration of Patches required to
        # support the Rack framework.
        module Support
          # (See BaseSupport#after_load_patches)
          def after_load_patches
            Set.new([Contrast::Agent::Patching::Policy::AfterLoadPatch.new(
                'Rack::Session::Cookie',
                'contrast/framework/rack/patch/session_cookie',
                instrumenting_module: 'Contrast::Framework::Rack::Patch::SessionCookie')])
          end
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
contrast-agent-4.4.1 lib/contrast/framework/rack/patch/support.rb
contrast-agent-4.4.0 lib/contrast/framework/rack/patch/support.rb
contrast-agent-4.3.2 lib/contrast/framework/rack/patch/support.rb
contrast-agent-4.3.1 lib/contrast/framework/rack/patch/support.rb
contrast-agent-4.3.0 lib/contrast/framework/rack/patch/support.rb
contrast-agent-4.2.0 lib/contrast/framework/rack/patch/support.rb
contrast-agent-4.1.0 lib/contrast/framework/rack/patch/support.rb
contrast-agent-4.0.0 lib/contrast/framework/rack/patch/support.rb
contrast-agent-3.16.0 lib/contrast/framework/rack/patch/support.rb
contrast-agent-3.15.0 lib/contrast/framework/rack/patch/support.rb
contrast-agent-3.14.0 lib/contrast/framework/rack/patch/support.rb