mirror of
https://github.com/github/codeql.git
synced 2026-03-28 02:08:17 +01:00
Ruby: Add change note
This commit is contained in:
6
ruby/ql/lib/change-notes/2023-03-13-sinatra.md
Normal file
6
ruby/ql/lib/change-notes/2023-03-13-sinatra.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Accesses of `params` in Sinatra applications are now recognised as HTTP input accesses.
|
||||
* Data flow is tracked from Sinatra route handlers to ERB files.
|
||||
* Data flow is tracked between basic Sinatra filters (those without URL patterns) and their corresponding route handlers.
|
||||
Reference in New Issue
Block a user