Update ruby/ql/src/change-notes/2022-07-21-check-http-verb.md

Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
thiggy1342
2022-07-22 13:52:00 -04:00
committed by GitHub
parent 871b6515d5
commit c2710fb038

View File

@@ -1,4 +1,4 @@
---
category: newQuery
---
* Added a new query, rb/manually-checking-http-verb, to detect cases when the HTTP verb for an incoming request is checked and then used as part of control flow.
* Added a new experimental query, `rb/manually-checking-http-verb`, to detect cases when the HTTP verb for an incoming request is checked and then used as part of control flow.