Merge pull request #7398 from github/dbartol/fix-change-notes

Fix change notes
This commit is contained in:
Dave Bartolomeo
2021-12-14 13:53:08 -05:00
committed by GitHub
434 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.

Some files were not shown because too many files have changed in this diff Show More