lib/contrast/utils/object_share.rb in contrast-agent-6.11.0 vs lib/contrast/utils/object_share.rb in contrast-agent-6.12.0

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. +# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true # rubocop:disable Security/Object/Freeze module Contrast module Utils @@ -12,9 +12,10 @@ ASTERISK = '*' BACK_SLASH = '\\' EMPTY_STRING = '' COLON = ':' COMMA = ',' + CONTRAST_DOT = 'contrast.' DASH = '-' DOUBLE_QUOTE = '"' EQUALS = '=' EXCLAMATION = '!' HTTP_SCORE = 'HTTP_'