Sha256: 98b03dd9d8fadce5476d648fa3b6b7dd55bdc3516f1ae72957eb29aebea50df8
Contents?: true
Size: 828 Bytes
Versions: 2
Compression:
Stored size: 828 Bytes
Contents
# Copyright (c) 2021 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
contrast-agent-4.6.0 | lib/contrast/framework/rack/patch/support.rb |
contrast-agent-4.5.0 | lib/contrast/framework/rack/patch/support.rb |