Sha256: dfbea5e41231ff1369fc154517f3e48c1ec3e608744923269bff5b84d3532d39
Contents?: true
Size: 747 Bytes
Versions: 18
Compression:
Stored size: 747 Bytes
Contents
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true 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
18 entries across 18 versions & 1 rubygems