Skip to content

ENG-1790 - Add additional matchers for crypto types #492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

blinktag
Copy link
Member

No description provided.

@blinktag blinktag requested review from dselans and fritzstauff June 17, 2024 20:04
@blinktag blinktag changed the title Add additional matchers for crypto types ENG-1790 - Add additional matchers for crypto types Jun 17, 2024
if address.starts_with("bc1") {
return _crypto_btc_bech32(address);
}
if address.starts_with('1') || address.starts_with('3') {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like it'll hit a lot of false positives or is this for specific fields?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants