Sha256: 34471c2ed9d5a3d4b25822e10936634e21df242e251bf4db049cd2bdaafec3d6
Contents?: true
Size: 801 Bytes
Versions: 14
Compression:
Stored size: 801 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 Protect 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 # attack (indicate points in the application where uncontrolled user # input can do damage). class TriggerNode < Contrast::Agent::Patching::Policy::TriggerNode def feature 'Protect' end end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems