Ruby: Add change note for rb/tainted-format-string

This commit is contained in:
Harry Maclean
2022-03-10 09:37:33 +13:00
parent 10a411e5cc
commit c73dc8ad0c

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added a new query, `rb/http-tainted-format-string`. The query finds cases where data from remote user input is used in a string formatting method in a way that allows arbitrary format specifiers to be inserted.