Sha256: cc7c485282a9ac3280eff43b19bd89e09119d3eda4386ffbe4a5ddf34070d1b6
Contents?: true
Size: 591 Bytes
Versions: 18
Compression:
Stored size: 591 Bytes
Contents
# Copyright (c) 2023 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
18 entries across 18 versions & 1 rubygems