Shati Patel
6284781a9b
Update inconsistent CWE tags
...
Most tags use the "external/cwe/cwe-xxx" format, except for these few queries. Updating them for consistency.
2023-12-04 11:52:31 +00:00
Tom Hvitved
4c8861a60f
Merge pull request #14832 from hvitved/csharp/callback-heuristics
...
C#: Strengthen call-back heuristics by considering body-less methods
2023-12-04 12:27:37 +01:00
Tom Hvitved
23d09ed7c6
Address review comment
2023-12-04 10:47:52 +01:00
Tom Hvitved
ccb9d9b8fa
C#: Strengthen call-back heuristics by considering body-less methods
2023-11-27 21:15:06 +01:00
Michael Nebel
d1c4e772f0
C#: Pin integration tests to a specific .NET version.
2023-11-27 10:51:04 +01:00
Joe Farebrother
befb1ccd84
Fix integration tests for windows
2023-11-23 10:56:45 +00:00
Joe Farebrother
e4edb19f43
Update to hasFullyQualifiedName
2023-11-23 10:56:45 +00:00
Joe Farebrother
f24c042d04
Rename Razor Page class to Razor View class
2023-11-23 10:56:45 +00:00
Joe Farebrother
aa3fd6add0
Fix standalone tests
2023-11-23 10:56:45 +00:00
Joe Farebrother
33186ac797
Add integration tests
2023-11-23 10:56:45 +00:00
Joe Farebrother
82fbae3e5a
Handle standalone extraction case in which generated files list absolute paths
2023-11-23 10:56:45 +00:00
Joe Farebrother
26c048a650
Minor refactoring
2023-11-23 10:56:44 +00:00
Joe Farebrother
e2e4642037
Remove redundant import
2023-11-23 10:56:44 +00:00
Joe Farebrother
7a098dde50
Remove AdditionalTaintStep (redundant with NonLocalJumpNode)
2023-11-23 10:56:44 +00:00
Joe Farebrother
9af44ed0a2
Convert flow steps to value steps
2023-11-23 10:56:44 +00:00
Joe Farebrother
052166f17e
Fix issue in genfiles.py + add help text
2023-11-23 10:56:44 +00:00
Joe Farebrother
96bddde7c1
Review suggestions - Remove unneeded import in tests, rename RazorPage to RazorPageClass
2023-11-23 10:56:44 +00:00
Joe Farebrother
ef15980bb6
Remove unnecessary check for the name parameter as parameter 1
2023-11-23 10:56:43 +00:00
Joe Farebrother
2416040854
Review suggestions - make import private and update change note
2023-11-23 10:56:43 +00:00
Joe Farebrother
047f8e485a
Make the additional flow steps generally applicible to all queries
2023-11-23 10:56:43 +00:00
Joe Farebrother
0ed7b3c3ad
Update qldoc
2023-11-23 10:56:43 +00:00
Joe Farebrother
7371751801
Add change note
2023-11-23 10:56:43 +00:00
Joe Farebrother
826111dc08
Separate area view discovery list for increased precision
2023-11-23 10:56:42 +00:00
Joe Farebrother
f2c3d83d9e
Add tests for area cases
2023-11-23 10:56:42 +00:00
Joe Farebrother
7bd7cc5dbe
Fix tests
2023-11-23 10:56:42 +00:00
Joe Farebrother
f1b0f1a35d
Use shared filepath normalization libary
2023-11-23 10:56:42 +00:00
Joe Farebrother
7194113a64
Add areas
2023-11-23 10:56:42 +00:00
Joe Farebrother
7691cbce87
Add additional test cases
2023-11-23 10:56:42 +00:00
Joe Farebrother
f84b2a96af
Add support for view locations defined in code through RazoeViewEngineOptions
2023-11-23 10:56:42 +00:00
Joe Farebrother
4f5ecb899b
Add unit tests + fix issue in stubs
2023-11-23 10:56:41 +00:00
Joe Farebrother
ac3f642b45
Unit tests - Write script to aid generating necessary code from .cshtml files.
2023-11-23 10:56:41 +00:00
Joe Farebrother
12a579e0aa
Add relative filepath lookup
2023-11-23 10:56:41 +00:00
Joe Farebrother
40a7223620
Implement xss flow step for absolute filepath case
2023-11-23 10:56:41 +00:00
Tom Hvitved
979bcf4ef3
Merge pull request #14868 from hvitved/ssa/locations
...
SSA: Add locations to ease debugging
2023-11-22 13:26:41 +01:00
Tom Hvitved
1a6886cf99
SSA: Add locations to ease debugging
2023-11-22 08:37:02 +01:00
Tamas Vajk
253c658ad2
C#: Tolerate missing call targets in LogMessageSink
2023-11-21 10:13:18 +01:00
Tamas Vajk
f0e20fa69e
C#: Add test case for missing log message sinks with ambiguous types
2023-11-21 10:09:05 +01:00
Arthur Baars
db180d9872
Merge pull request #14823 from github/post-release-prep/codeql-cli-2.15.3
...
Post-release preparation for codeql-cli-2.15.3
2023-11-19 12:13:42 +01:00
github-actions[bot]
bad499e360
Post-release preparation for codeql-cli-2.15.3
2023-11-17 14:35:41 +00:00
Tamás Vajk
b2c8049a77
Merge branch 'main' into docs/insecure-randomness
2023-11-17 13:37:27 +01:00
Arthur Baars
ff65ffafb0
Merge pull request #14830 from aibaars/csharp/fixintegrationtests
...
C# fix integration tests
2023-11-17 11:17:31 +01:00
Michael B. Gale
97402fdf36
C#: Fix dotnet_test_mstest
2023-11-17 10:35:14 +01:00
Michael Nebel
2662a4c651
C#: Fix the dotnet pack integration test.
2023-11-17 10:35:14 +01:00
Tamas Vajk
9a8ad7d590
C#: Update insecure randomness query description to match implementation
2023-11-17 08:48:38 +01:00
Michael B. Gale
d7760de4c6
C#: Fix dotnet_test_mstest
2023-11-16 19:56:01 +00:00
Michael Nebel
cca78ca190
C#: Fix the dotnet pack integration test.
2023-11-16 19:05:59 +01:00
github-actions[bot]
6ec9b95072
Release preparation for version 2.15.3
2023-11-16 13:07:16 +00:00
Tamas Vajk
7a001f4905
C#: Fix assembly attribute extraction in standalone mode
2023-11-15 12:21:03 +01:00
Cornelius Riemenschneider
f9ae7c5454
Disable the nuget standalone dependencies test on ARM-osx.
...
The test is failing currently, and that needs further investigation.
This is a temporary workaround to allow us to continue to work on
some necessary infrastructure investments around these tests.
2023-11-14 11:13:55 +01:00
Tamás Vajk
340b20f93d
Merge pull request #14743 from tamasvajk/standalone/adjust-nuget-test
...
C#: Adjust standalone integration test to not reference mono assemblies
2023-11-10 13:43:54 +01:00