From cc4bb9b02fbafb065aa8d375fd3a2acf6a15915e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Vajk?= Date: Thu, 27 Jan 2022 11:49:29 +0100 Subject: [PATCH] Update 0.0.8.md --- ruby/ql/src/change-notes/released/0.0.8.md | 2 -- 1 file changed, 2 deletions(-) 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.