Sha256: 135abe5f590dbdf7416ea900245eb9b1ead21050ca6ac28599215b9fea2bdf4d

Contents?: true

Size: 839 Bytes

Versions: 6

Compression:

Stored size: 839 Bytes

Contents

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

cs__scoped_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

6 entries across 6 versions & 1 rubygems

Version Path
contrast-agent-3.13.2 lib/contrast/framework/rack/patch/support.rb
contrast-agent-3.13.1 lib/contrast/framework/rack/patch/support.rb
contrast-agent-3.13.0 lib/contrast/framework/rack/patch/support.rb
contrast-agent-3.12.2 lib/contrast/framework/rack/patch/support.rb
contrast-agent-3.12.1 lib/contrast/framework/rack/patch/support.rb
contrast-agent-3.12.0 lib/contrast/framework/rack/patch/support.rb