# 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