Move new change notes to appropriate packs

This commit is contained in:
Dave Bartolomeo
2021-12-14 12:05:15 -05:00
parent de4458346f
commit a62f181d42
33 changed files with 82 additions and 42 deletions

View File

@@ -1,2 +0,0 @@
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

@@ -1,2 +0,0 @@
lgtm,codescanning
* The precision of "Hard-coded credentials" (`rb/hardcoded-credentials`) has been decreased from "high" to "medium". This query will no longer be run and displayed by default on Code Scanning and LGTM.

View File

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

View File

@@ -1,2 +1,5 @@
lgtm,codescanning
---
category: feature
tags: [lgtm,codescanning]
---
* A new library, `Customizations.qll`, has been added, which allows for global customizations that affect all queries.