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,4 +0,0 @@
lgtm,codescanning
* The QL library `semmle.code.cpp.commons.Exclusions` now contains a predicate
`isFromSystemMacroDefinition` for identifying code that originates from a
macro outside the project being analyzed.

View File

@@ -1,2 +0,0 @@
lgtm,codescanning
* A new query `cpp/non-https-url` has been added for C/C++. The query flags uses of `http` URLs that might be better replaced with `https`.

View File

@@ -1,2 +1,5 @@
lgtm,codescanning
---
category: newQuery
tags: [lgtm,codescanning]
---
* A new query `cpp/certificate-not-checked` has been added for C/C++. The query flags unsafe use of OpenSSL and similar libraries.

View File

@@ -1,2 +1,5 @@
lgtm,codescanning
---
category: newQuery
tags: [lgtm,codescanning]
---
* A new query `cpp/certificate-result-conflation` has been added for C/C++. The query flags unsafe use of OpenSSL and similar libraries.