mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Merge pull request #7398 from github/dbartol/fix-change-notes
Fix change notes
This commit is contained in:
@@ -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.
|
||||
@@ -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`.
|
||||
@@ -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.
|
||||
@@ -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
Reference in New Issue
Block a user