Sha256: 5243f6a3e08b8afdea5e5ea0122d08bb3474b6c1259a8a15d7f882310be07a93
Contents?: true
Size: 382 Bytes
Versions: 19
Compression:
Stored size: 382 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 Utils # Utility for generating preflight message token module PreflightUtil def self.create_preflight finding "#{ finding.rule_id },#{ finding.hash_code }" end end end end
Version data entries
19 entries across 19 versions & 1 rubygems