You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReflectionHelper.GetExportedHubMethods allows unintended methods to be called. There are two issues: (a) it uses a blacklist approach instead of a whitelist approach [which forgets about things like events], and (b) it does not account for virtual overrides. Look at MVC’s ActionMethodSelector for inspiration.
The text was updated successfully, but these errors were encountered:
ReflectionHelper.GetExportedHubMethods allows unintended methods to be called. There are two issues: (a) it uses a blacklist approach instead of a whitelist approach [which forgets about things like events], and (b) it does not account for virtual overrides. Look at MVC’s ActionMethodSelector for inspiration.
The text was updated successfully, but these errors were encountered: