Skip to content

Contributing

Oaker Min edited this page Jun 20, 2022 · 4 revisions

If you have any problems at all leave a GitHub issue or a discussion post!

Custom contribution

The easiest way to contribute is by updating the custom pattern database.

You can:

  • Add regex patterns, type of pattern for example "email" like this if you are a regex guru!

Advanced contribution to core patterns

By default, the core regex patterns are

  • sg nric πŸ†”
  • credit cards 🏧
  • domain names 🌐
  • emails βœ‰οΈ
  • ipv4 πŸ“Ÿ
  • ipv6 πŸ“Ÿ
  • base64

If you believe that a particular regex pattern should be included, please feel free to do a PR in identifiers.py and state the reason for e.g: "Base 64 encoded strings are usually sensitive secrets encoded to transmit data and can be found in log files."

Clone this wiki locally