Sha256: 59b9fffc7c58536479ff1e911c020e2e9e4e147d86f8f51802a3872191ed41ef
Contents?: true
Size: 711 Bytes
Versions: 2
Compression:
Stored size: 711 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/components/logger' module Contrast module Agent # A Reaction from TeamServer which indicates the Agent should be disabled, # typically because some configuration setting did not satisfy requirements # set by the Organization's Administrator class DisableReaction extend Contrast::Components::Logger::InstanceMethods def self.run _reaction, level logger.with_level(level, 'Contrast received instructions to disable itself - Disabling now') ::Contrast::AGENT.disable! end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
contrast-agent-4.9.1 | lib/contrast/agent/disable_reaction.rb |
contrast-agent-4.9.0 | lib/contrast/agent/disable_reaction.rb |