Update ruby/ql/src/change-notes/2022-07-21-weak-params.md

Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
thiggy1342
2022-07-22 13:51:38 -04:00
committed by GitHub
parent 1842bde879
commit 2c095cf166

View File

@@ -1,4 +1,4 @@
---
category: newQuery
---
* Added a new query, rb/weak-params, to detect cases when the rails strong parameters pattern isn't followed and the values flow into persistent store writes
* Added a new experimental query, `rb/weak-params`, to detect cases when the rails strong parameters pattern isn't followed and values flow into persistent store writes.