rule_regex_escaped_character_group.toml 166 B

12345
  1. [[rules]]
  2. id = "pypi-upload-token"
  3. description = "PyPI upload token"
  4. regex = '''pypi-AgEIcHlwaS5vcmc[A-Za-z0-9\-_]{50,1000}'''
  5. tags = ["key", "pypi"]