mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
C++ change notes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
category: feature
|
||||
tags: [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.
|
||||
5
cpp/src/codeql/change-notes/2021-11-09-use-of-http.md
Normal file
5
cpp/src/codeql/change-notes/2021-11-09-use-of-http.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: newQuery
|
||||
tags: [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`.
|
||||
Reference in New Issue
Block a user