mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Merge branch 'main' into henrymercer/mergeback-3.8
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: newQuery
|
||||
---
|
||||
* Added a new query, `csharp/telemetry/supported-external-api`, to detect supported 3rd party APIs used in a codebase.
|
||||
4
csharp/ql/src/change-notes/2022-12-05-owin-uri-fix.md
Normal file
4
csharp/ql/src/change-notes/2022-12-05-owin-uri-fix.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: fix
|
||||
---
|
||||
* Fixes a bug where the Owin.qll framework library will look for "URI" instead of "Uri" in the OwinRequest class.
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* The `Constant Condition` query was extended to catch cases when `String.IsNullOrEmpty` returns a constant value.
|
||||
Reference in New Issue
Block a user