diff --git a/ruby/ql/src/change-notes/released/0.0.8.md b/ruby/ql/src/change-notes/released/0.0.8.md index 25d41c500f4..a8bf4d9dcdd 100644 --- a/ruby/ql/src/change-notes/released/0.0.8.md +++ b/ruby/ql/src/change-notes/released/0.0.8.md @@ -2,10 +2,8 @@ ### New Queries -lgtm,codescanning * Added a new query, `rb/weak-cookie-configuration`. The query finds cases where cookie configuration options are set to values that may make an application more vulnerable to certain attacks. ### Minor Analysis Improvements -lgtm,codescanning * The query `rb/csrf-protection-disabled` has been extended to find calls to the Rails method `protect_from_forgery` that may weaken CSRF protection.