-
-
Notifications
You must be signed in to change notification settings - Fork 407
fix: use boundary to fix false positive with email firstname.dockery@host.tld
#4045
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
Conversation
📊 Quantitative test results for language: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Can you also update the dependent files? Search for lfi-os-files
and you should find them all, then run the scripts in the headers. Finally, regenerate the rules.
@theseion I found a few issues running the grep command, I assume I had to add some missing entries to The grep command was also a little broken, it wouldn't include any dot file beginning with |
The grep issues are probably due to differences in grep implementations. Thanks for fixing. |
@theseion Looks like the PR merged a minute ago broke the tests? |
Where? All tests pass, don't they? |
@theseion It works now, but the Nginx container was broken |
Thanks. I've added a fix for that to #4050 |
Fixes #4041