Class: Contrast::Utils::PreflightUtil

Inherits:
Object
  • Object
show all
Defined in:
lib/contrast/utils/preflight_util.rb

Overview

Utility for generating preflight message token

Class Method Summary collapse

Class Method Details

.create_preflight(finding) ⇒ Object



8
9
10
# File 'lib/contrast/utils/preflight_util.rb', line 8

def self.create_preflight finding
  "#{ finding.rule_id },#{ finding.hash_code }"
end