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
from HttpVerbFlow::PathNodesource, HttpVerbFlow::PathNodesink
96
+
where HttpVerbFlow::flowPath(source,sink)
96
97
selectsink.getNode(),source,sink,
97
98
"Manually checking HTTP verbs is an indication that multiple requests are routed to the same controller action. This could lead to bypassing necessary authorization methods and other protections, like CSRF protection. Prefer using different controller actions for each HTTP method and relying Rails routing to handle mapping resources and verbs to specific methods."
0 commit comments