keyhog-scanner 0.5.85

keyhog-scanner: high-performance SIMD-accelerated secret detection engine
schema_version = 1

[markers]
option_declarations = [
  "Arg::new(",
  ".long(",
  ".short(",
  ".option(",
  "add_argument(",
  "add_option(",
]
command_invocations = [
  "Command::new(",
  ".arg(",
  ".args(",
  "subprocess.run(",
  "subprocess.Popen(",
  "spawn(",
  "exec(",
  "execFile(",
]
regex_constructors = [
  "Regex::new(",
  "RegexBuilder::new(",
  "RegExp(",
  "re.compile(",
  "regex!(",
]