Catch up with recent change notes

This commit is contained in:
Dave Bartolomeo
2021-11-29 16:41:18 -05:00
parent 5ed9029143
commit 9f6c0991cf
6 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
category: newQuery
tags: [lgtm,codescanning]
---
* A new query (`rb/csrf-protection-disabled`) has been added. The query finds cases where cross-site forgery protection is explictly disabled.

View File

@@ -0,0 +1,5 @@
---
category: newQuery
tags: [lgtm,codescanning]
---
* A new query (`rb/request-forgery`) has been added. The query finds HTTP requests made with user-controlled URLs.