Ruby: Add change note

This commit is contained in:
Harry Maclean
2023-03-13 21:38:45 +13:00
parent e80ff4efba
commit 3734a544bc

View 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.