-
Notifications
You must be signed in to change notification settings - Fork 93
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
fix(filter): Allow generic Slackbot to pass #947
Conversation
Eh, turns out this is not as straightforward as I thought. The generic The only two options I see are:
@jan-auer @untitaker thoughts? |
Also adding @lobsterkatie since she's been adding filters over time. I have no context on implications of these filters. For context, this was originally added due to getsentry/sentry#5284 in getsentry/sentry#5285 |
@BYK could you add more test cases for the bots we still want to block? |
They are already there, that's why I didn't touch the tests much. |
Happy to help but I have no special context on this. Over time in support, people would write in, asking for things to be added. I'd post in the engineering channel and get someone to give it a thumbs-up, and then make a PR adding to the file. It wasn't a super common thing, though. |
Wouldn't it be possible to enumerate linkexpanding and imgproxy instead? |
Answer: We have a generic bots filter that would match slackbot anyway. |
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.
I think we won't get around having two regexes, but one last comment before we merge.
Fixes getsentry/sentry#14814