-
Notifications
You must be signed in to change notification settings - Fork 8
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!
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!
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."