mirror of
https://github.com/github/codeql.git
synced 2026-01-24 20:02:58 +01:00
Ruby Fix handling of via: in ActionDispatch
This commit is contained in:
@@ -706,7 +706,7 @@ module ActionDispatch {
|
||||
|
|
||||
via = "all" and result = anyHttpMethod()
|
||||
or
|
||||
via != "all" and result = "via"
|
||||
via != "all" and result = via
|
||||
)
|
||||
or
|
||||
result =
|
||||
|
||||
Reference in New Issue
Block a user