Sha256: 1b9bae9348a8a6680efd5a3fd5bfce045dca81fb44ae887a895cffaab98018cd
Contents?: true
Size: 747 Bytes
Versions: 13
Compression:
Stored size: 747 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/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
13 entries across 13 versions & 1 rubygems