Update 0.0.8.md

This commit is contained in:
Tamás Vajk
2022-01-27 11:49:29 +01:00
committed by GitHub
parent 634134f283
commit cc4bb9b02f

View File

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