Geoffrey White
|
fa5e03a53d
|
Swift: Add tests of URL.resourceBytes and URL.lines.
|
2022-09-27 18:58:56 +01:00 |
|
Geoffrey White
|
69dd2c0eec
|
Swift: Add a test of taint sources.
|
2022-09-27 18:58:56 +01:00 |
|
Anders Schack-Mulligen
|
9f1bbf2bbd
|
Merge pull request #10575 from aschackmull/dataflow/cleanup-module
Dataflow: Minor visibility cleanup
|
2022-09-27 10:10:53 +02:00 |
|
Tom Hvitved
|
88baf0883a
|
Merge pull request #10358 from hvitved/ruby/dataflow/call-ctx
Ruby: Context sensitive instance method resolution
|
2022-09-26 19:55:10 +02:00 |
|
Mathias Vorreiter Pedersen
|
11b2a12392
|
Merge pull request #10572 from MathiasVP/add-cwe-193-fp
C++: Add FP test for `CWE-193`
|
2022-09-26 17:22:47 +01:00 |
|
Michael Nebel
|
40a75fdd12
|
Merge pull request #9406 from JarLob/controller
Extend aspnetcore controller definition
|
2022-09-26 16:34:39 +02:00 |
|
Anders Schack-Mulligen
|
1687d08587
|
Dataflow: Sync.
|
2022-09-26 16:10:03 +02:00 |
|
Anders Schack-Mulligen
|
17dba00264
|
Dataflow: Minor visibility cleanup.
|
2022-09-26 16:09:42 +02:00 |
|
Jaroslav Lobačevski
|
57fcfd5e7d
|
Apply suggestions from code review
|
2022-09-26 14:55:29 +02:00 |
|
Jaroslav Lobačevski
|
fa503ec3f2
|
Create 2022-08-24-aps-net-core-controllers.md
|
2022-09-26 14:55:29 +02:00 |
|
Michael Nebel
|
37795226a4
|
C#: Exclude stub implementation in test results.
|
2022-09-26 14:55:29 +02:00 |
|
Michael Nebel
|
29639a0ad5
|
C#: ControllerBase should still be considered a controller as we need Redirect methods to be considered sinks.
|
2022-09-26 14:55:29 +02:00 |
|
Michael Nebel
|
85eee886ac
|
C#: Auto-format AspNetCore.ql.
|
2022-09-26 14:55:28 +02:00 |
|
Michael Nebel
|
f2ada3d547
|
C#: Also use using namespace as a hint to indicate that ASP.NET Core is in scope.
|
2022-09-26 14:55:28 +02:00 |
|
Michael Nebel
|
a7011e11c4
|
C#: Minor refactoring to avoid introducing name variable.
|
2022-09-26 14:55:28 +02:00 |
|
Michael Nebel
|
72429cb9e8
|
C#: Generic classes should not be considered controllers.
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
eed04696a9
|
Add tests
|
2022-09-26 14:55:28 +02:00 |
|
Octokit
|
f05d4b8410
|
failing tests
|
2022-09-26 14:55:28 +02:00 |
|
Octokit
|
fc10212e68
|
Add ApiController support
|
2022-09-26 14:55:28 +02:00 |
|
Octokit
|
c96b938e7d
|
Controller is public, non-abstract, not generic class
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
853a80bdbc
|
filter out Controller suffixed class in non asp.net projects
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
3d281fbb71
|
fix suffix match
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
56055bd76a
|
Add qldoc comments
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
f27b5d5588
|
Fix code style warnings
|
2022-09-26 14:55:28 +02:00 |
|
Jaroslav Lobačevski
|
105462a1fc
|
Extend aspnetcore controller definition
|
2022-09-26 14:55:27 +02:00 |
|
Michael Nebel
|
0581b91c32
|
Merge pull request #10554 from michaelnebel/csharp/datetime-sanitizer
C#: Consider DateTime as simple type sanitizer.
|
2022-09-26 13:21:36 +02:00 |
|
Mathias Vorreiter Pedersen
|
1c55bbe2e8
|
C++: Add FP for CWE-193.
|
2022-09-26 11:53:03 +01:00 |
|
Anders Schack-Mulligen
|
f4ef4342c2
|
Merge pull request #10558 from aschackmull/java/static-init-vector-perf
Java: Improve performance of StaticInitializationVector.
|
2022-09-26 10:50:49 +02:00 |
|
Tom Hvitved
|
257bcefaf9
|
Merge pull request #10548 from hvitved/ruby/call-graph-tests
Ruby: Add call graph tests for unsupported constructs
|
2022-09-26 10:47:23 +02:00 |
|
Chris Smowton
|
f9ba190812
|
Merge pull request #9830 from smowton/smowton/fix/kotlin-annotation-class-accessors
Kotlin: annotation properties should be java.lang.Class not KClass
|
2022-09-26 08:34:30 +01:00 |
|
Chris Smowton
|
2a2b939078
|
Lint
|
2022-09-25 16:48:10 +01:00 |
|
Chris Smowton
|
f774467892
|
Kotlin: annotation properties should be java.lang.Class not KClass
As documented at https://kotlinlang.org/docs/annotations.html#constructors, annotation properties of type KClass get rewritten when targeting the JVM.
|
2022-09-25 11:53:50 +01:00 |
|
Chris Smowton
|
a8197b27aa
|
Merge pull request #10561 from github/henrymercer/go-consistent-query-id
Go: Use a consistent query identifier for successfully extracted files
|
2022-09-24 17:22:56 +01:00 |
|
Chris Smowton
|
9aebe87c67
|
Merge pull request #10523 from smowton/smowton/admin/jdk18-extractor-test-changes
Java: Disable Kotlin element of test re: database inconsistency exposed by JDK18 extractor upgrade
|
2022-09-24 17:00:10 +01:00 |
|
Chris Smowton
|
8ce176f2dc
|
Merge pull request #10545 from github/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
|
2022-09-24 16:57:31 +01:00 |
|
Chris Smowton
|
60f6772f9e
|
Merge pull request #10542 from github/smowton/fix/kotlin-unit-testing-plugin-version
Kotlin unit tests: use best plugin version compatible with environment kotlinc
|
2022-09-24 16:42:59 +01:00 |
|
Erik Krogh Kristensen
|
c2b5c39436
|
Merge pull request #10507 from erik-krogh/cpp-followMsg
CPP: Make more alert-messages follow the style guide
|
2022-09-24 17:26:11 +02:00 |
|
Dave Bartolomeo
|
3bd456e52d
|
Merge pull request #10565 from github/post-release-prep/codeql-cli-2.11.0
Post-release preparation for codeql-cli-2.11.0
|
2022-09-23 18:13:59 -04:00 |
|
Mathias Vorreiter Pedersen
|
79c0178a7c
|
Merge pull request #10564 from geoffw0/swiftregression
|
2022-09-23 22:05:46 +01:00 |
|
github-actions[bot]
|
6cef0af5df
|
Post-release preparation for codeql-cli-2.11.0
|
2022-09-23 21:01:40 +00:00 |
|
Geoffrey White
|
ed3d3e4ff0
|
Swift: fix regression.
|
2022-09-23 21:01:25 +01:00 |
|
Felicity Chapman
|
e96377572e
|
Merge pull request #10553 from github/8032-python-2-deprecation
Minor updates to reflect recommendations for Python support
|
2022-09-23 19:09:01 +01:00 |
|
Felicity Chapman
|
8920d73f38
|
Fix typo in footnote reference
|
2022-09-23 18:40:01 +01:00 |
|
Felicity Chapman
|
a7f23b9cc7
|
Minor updates to reflect recommendations for Python support
|
2022-09-23 18:40:01 +01:00 |
|
Mathias Vorreiter Pedersen
|
73f279d6e7
|
Merge pull request #10555 from MathiasVP/testcase-for-php-cve
C++: Fix missing bounds in range analysis
|
2022-09-23 16:55:51 +01:00 |
|
Robert Marsh
|
c2dfbd47a3
|
Merge pull request #10398 from MathiasVP/further-work-on-buffer-over-queries
C++: Further work on buffer-overflow queries
|
2022-09-23 11:06:32 -04:00 |
|
Henry Mercer
|
8f9dafcce9
|
Go: Use a consistent query identifier for successfully extracted files
Update the query identifier for
`Diagnostics/SuccessfullyExtractedFiles.ql` to be consistent with other
languages.
|
2022-09-23 16:02:36 +01:00 |
|
Ian Lynagh
|
8c13738199
|
Merge pull request #10556 from igfoo/igfoo/memo
Kotlin: Simplify trapFilePathForDecl
|
2022-09-23 14:59:20 +01:00 |
|
Dave Bartolomeo
|
87cc0481a0
|
Merge pull request #10543 from github/release-prep/2.11.0
Release preparation for version 2.11.0
codeql-cli/v2.11.0
|
2022-09-23 09:38:18 -04:00 |
|
Stephan Brandauer
|
33d30a0802
|
Merge pull request #10018 from github/new-atm-features-rebased
New atm features rebased
|
2022-09-23 15:29:50 +02:00 |
|