-
Notifications
You must be signed in to change notification settings - Fork 10
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
Events are getting through #18
Comments
In theory, anything with an ActionID should only go to the endpoint that created the ActionID. Is the information above complete - You injected nothing else except the login and logoff? If so, I would assume that something is bypassing the actionID check - Or just happening before the check and assuming that the packet should pass. If you run in debug/verbose mode, can you gather more information aqbout what's happening? |
Hi, long time and here are some debug:
|
Using autofilter = unique and asterisk 18.8.0, there are still events that "leaking through":
I presume it has to do with the EventList: start thing (added in ast 13 I think).
Poking around in the code (astmanproxy.c), but failing - where could this be fixed?
The text was updated successfully, but these errors were encountered: