Skip to content
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

False positive: MAC addresses #1101

Open
ambroisie opened this issue Sep 27, 2024 · 3 comments
Open

False positive: MAC addresses #1101

ambroisie opened this issue Sep 27, 2024 · 3 comments
Labels
question Uncertainty is involved

Comments

@ambroisie
Copy link

The following MAC address: F7:78:BA:76:52:F7 gets erroneously flagged as a typo for its middle BA string.

@epage epage added enhancement Improve the expected question Uncertainty is involved and removed enhancement Improve the expected labels Sep 27, 2024
@epage
Copy link
Collaborator

epage commented Sep 27, 2024

For me, the question is whether MAC addresses in code / comments is common enough to have built-in detection support or if thats better left to defining a regex to match it in your config

@jvacek
Copy link

jvacek commented Oct 21, 2024

I wouldn't mind being able to filter out any word shorter than 2 chars

@TimTheBig
Copy link

Maybe ignore all two char words with a proceeding colon :.

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

No branches or pull requests

4 participants