-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into post-release-prep/codeql-cli-2.20.0
- Loading branch information
Showing
19 changed files
with
79 additions
and
40 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
cpp/ql/src/change-notes/2024-12-05-wrong-number-format-arguments.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
category: minorAnalysis | ||
--- | ||
* The "Too few arguments to formatting function" query (`cpp/wrong-number-format-arguments`) query no longer produces results if an argument has an extraction error. | ||
* The "Too few arguments to formatting function" query (`cpp/wrong-number-format-arguments`) no longer produces results if an argument has an extraction error. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
Newtonsoft.Json | ||
Microsoft.Build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Newtonsoft.Json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
csharp/ql/lib/change-notes/2024-12-05-aspnetcore-mvc-model.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
category: minorAnalysis | ||
--- | ||
* Added flow summaries for the `Microsoft.AspNetCore.Mvc.Controller::View` method. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
extensions: | ||
- addsTo: | ||
pack: codeql/csharp-all | ||
extensible: summaryModel | ||
data: | ||
- ["Microsoft.AspNetCore.Mvc", "Controller", True, "View", "", "", "Argument[this].Property[Microsoft.AspNetCore.Mvc.Controller.ViewData].Element.Property[System.Collections.Generic.KeyValuePair`2.Value]", "ReturnValue.Property[Microsoft.AspNetCore.Mvc.Controller.ViewData].Element.Property[System.Collections.Generic.KeyValuePair`2.Value]", "value", "manual"] | ||
- ["Microsoft.AspNetCore.Mvc", "Controller", True, "View", "", "", "Argument[this].Property[Microsoft.AspNetCore.Mvc.Controller.ViewBag]", "ReturnValue.Property[Microsoft.AspNetCore.Mvc.Controller.ViewData].Element.Property[System.Collections.Generic.KeyValuePair`2.Value]", "value", "manual"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 20 additions & 20 deletions
40
rust/ql/test/query-tests/unusedentities/UnusedVariable.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
| main.rs:29:9:29:9 | a | Variable 'a' is not used. | | ||
| main.rs:94:13:94:13 | d | Variable 'd' is not used. | | ||
| main.rs:143:5:143:5 | y | Variable 'y' is not used. | | ||
| main.rs:170:9:170:9 | x | Variable 'x' is not used. | | ||
| main.rs:250:17:250:17 | a | Variable 'a' is not used. | | ||
| main.rs:258:20:258:22 | val | Variable 'val' is not used. | | ||
| main.rs:272:14:272:16 | val | Variable 'val' is not used. | | ||
| main.rs:287:22:287:24 | val | Variable 'val' is not used. | | ||
| main.rs:294:24:294:26 | val | Variable 'val' is not used. | | ||
| main.rs:302:13:302:15 | num | Variable 'num' is not used. | | ||
| main.rs:317:12:317:12 | j | Variable 'j' is not used. | | ||
| main.rs:337:25:337:25 | y | Variable 'y' is not used. | | ||
| main.rs:340:28:340:28 | a | Variable 'a' is not used. | | ||
| main.rs:343:9:343:9 | p | Variable 'p' is not used. | | ||
| main.rs:361:9:361:13 | right | Variable 'right' is not used. | | ||
| main.rs:367:9:367:14 | right2 | Variable 'right2' is not used. | | ||
| main.rs:374:13:374:13 | y | Variable 'y' is not used. | | ||
| main.rs:382:21:382:21 | y | Variable 'y' is not used. | | ||
| main.rs:427:26:427:28 | val | Variable 'val' is not used. | | ||
| main.rs:430:21:430:23 | acc | Variable 'acc' is not used. | | ||
| main.rs:451:9:451:14 | unused | Variable 'unused' is not used. | | ||
| main.rs:98:13:98:13 | d | Variable 'd' is not used. | | ||
| main.rs:147:5:147:5 | y | Variable 'y' is not used. | | ||
| main.rs:174:9:174:9 | x | Variable 'x' is not used. | | ||
| main.rs:254:17:254:17 | a | Variable 'a' is not used. | | ||
| main.rs:262:20:262:22 | val | Variable 'val' is not used. | | ||
| main.rs:276:14:276:16 | val | Variable 'val' is not used. | | ||
| main.rs:291:22:291:24 | val | Variable 'val' is not used. | | ||
| main.rs:298:24:298:26 | val | Variable 'val' is not used. | | ||
| main.rs:306:13:306:15 | num | Variable 'num' is not used. | | ||
| main.rs:321:12:321:12 | j | Variable 'j' is not used. | | ||
| main.rs:341:25:341:25 | y | Variable 'y' is not used. | | ||
| main.rs:344:28:344:28 | a | Variable 'a' is not used. | | ||
| main.rs:347:9:347:9 | p | Variable 'p' is not used. | | ||
| main.rs:365:9:365:13 | right | Variable 'right' is not used. | | ||
| main.rs:371:9:371:14 | right2 | Variable 'right2' is not used. | | ||
| main.rs:378:13:378:13 | y | Variable 'y' is not used. | | ||
| main.rs:386:21:386:21 | y | Variable 'y' is not used. | | ||
| main.rs:431:26:431:28 | val | Variable 'val' is not used. | | ||
| main.rs:434:21:434:23 | acc | Variable 'acc' is not used. | | ||
| main.rs:455:9:455:14 | unused | Variable 'unused' is not used. | | ||
| more.rs:24:9:24:11 | val | Variable 'val' is not used. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters