Sha256: 5695b435545e683a5148b783126315a5eb3c7fddffd263bcc3eacf1b5e167e0d
Contents?: true
Size: 758 Bytes
Versions: 14
Compression:
Stored size: 758 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/trigger_node' module Contrast module Agent module Inventory module Policy # This class functions to translate our policy.json into an actionable # Ruby object, allowing for dynamic patching over hardcoded patching, # specifically for those methods which result in the trigger of an # event interesting to the design of the application. class TriggerNode < Contrast::Agent::Patching::Policy::TriggerNode def feature 'Inventory' end end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems