Sha256: f162e80cca07a16bc626ccd68fbcf0525d75af6139fde1ee9215901f790e9de7
Contents?: true
Size: 591 Bytes
Versions: 6
Compression:
Stored size: 591 Bytes
Contents
# Copyright (c) 2022 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true module Contrast module Agent module Reporting module Details # Matcher data for XXE rule. class XxeMatch # @return [Integer] attr_accessor :start_idx # @return [Integer] attr_accessor :end_idx def to_controlled_hash { start: start_idx, end: end_idx } end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems