Skip to content

Commit a38bc9f

Browse files
committed
Ruby Fix handling of via: in ActionDispatch
1 parent 856c3d3 commit a38bc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActionDispatch.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ module ActionDispatch {
706706
|
707707
via = "all" and result = anyHttpMethod()
708708
or
709-
via != "all" and result = "via"
709+
via != "all" and result = via
710710
)
711711
or
712712
result =

0 commit comments

Comments
 (0)