regex_filepath_filename.toml 220 B

1234567
  1. [[rules]]
  2. description = "Generic password"
  3. regex = '''(?i)(password|token).{0,20}?\s*[:|=]\s*?(?-i)([0-9a-zA-Z\/+]{4,40})'''
  4. file = '''.*\.properties'''
  5. path = '''config(guration)?'''
  6. tags = ["key", "Yml", "Yaml"]