Mathias Vorreiter Pedersen
|
87c144d33b
|
C++: Throw away the sign analysis when analyzing add expressions: instead, we now recursively analyze both operands.
|
2023-03-27 13:19:47 +01:00 |
|
Geoffrey White
|
28998ccafe
|
Merge pull request #12471 from geoffw0/dbsinks2
Swift: Better sinks for swift/cleartext-storage-database
|
2023-03-27 12:51:13 +01:00 |
|
Tony Torralba
|
907053f281
|
Merge pull request #12591 from github/java/update-mad-decls-after-triage-2023-03-20T12-45-37
Java: Update MaD Declarations after Triage
|
2023-03-27 13:23:55 +02:00 |
|
Joe Farebrother
|
489ce3d40a
|
Merge pull request #12049 from joefarebrother/netty-models
Java: Model the Netty framework
|
2023-03-27 11:38:11 +01:00 |
|
Stephan Brandauer
|
6d91458586
|
Merge pull request #12506 from github/java/update-mad-decls-after-triage-2023-03-13T13-21-27
Java: Update MaD Declarations after Triage
|
2023-03-27 12:30:21 +02:00 |
|
Tony Torralba
|
7a9f1a5705
|
Add change note
|
2023-03-27 11:51:59 +02:00 |
|
Tony Torralba
|
95cc99c625
|
Apply suggestions from code review
|
2023-03-27 11:50:27 +02:00 |
|
Rasmus Wriedt Larsen
|
dab0abb563
|
Merge pull request #12428 from yoff/python/rewrite-InsecureContextConfiguration
Python: Clean up insecure context query
|
2023-03-27 11:46:01 +02:00 |
|
Arthur Baars
|
7e7cd54793
|
Merge pull request #12546 from hmac/extractor-shared-library
Introduce a shared extractor library
|
2023-03-27 11:32:33 +02:00 |
|
Arthur Baars
|
4964f86df5
|
Merge pull request #12540 from aibaars/destructured-assign
Ruby: change evaluation order of destructured assignments
|
2023-03-27 11:30:44 +02:00 |
|
Tony Torralba
|
ea1ca03bf1
|
Add change note
|
2023-03-27 10:30:47 +02:00 |
|
Tony Torralba
|
9a18043d9f
|
Apply suggestions from code review
|
2023-03-27 10:28:13 +02:00 |
|
yoff
|
2121ed784f
|
Merge branch 'main' into python/rewrite-InsecureContextConfiguration
|
2023-03-27 10:20:53 +02:00 |
|
Tony Torralba
|
6b265104cf
|
Merge pull request #12662 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2023-03-27 09:33:27 +02:00 |
|
Jeroen Ketema
|
d65b9ef32c
|
Merge pull request #12661 from geoffw0/elementstests
C++: Restrict tests that output all elements
|
2023-03-27 09:04:11 +02:00 |
|
Jeroen Ketema
|
977f15f8a4
|
Merge pull request #12649 from jketema/unit
Replace all definitions of `Unit` by `import codeql.util.Unit`
|
2023-03-27 08:49:50 +02:00 |
|
github-actions[bot]
|
7aca5ee534
|
Add changed framework coverage reports
|
2023-03-27 00:16:27 +00:00 |
|
Geoffrey White
|
202a717085
|
C++: Autoformat.
|
2023-03-24 22:10:51 +00:00 |
|
Harry Maclean
|
6b2e8847f5
|
Rename shared extractor
It is now called `tree-sitter-extractor`, to make it clearer that it
builds on tree-sitter grammars.
|
2023-03-25 10:43:07 +13:00 |
|
Harry Maclean
|
2b6cbc836d
|
Ruby: Remove outdated cache path
|
2023-03-25 10:39:41 +13:00 |
|
Geoffrey White
|
536c1939c0
|
C++: ... and rename the test to fit.
|
2023-03-24 19:50:13 +00:00 |
|
Geoffrey White
|
7096318884
|
C++: Focus the templates extern test on Declarations.
|
2023-03-24 19:50:13 +00:00 |
|
Geoffrey White
|
b5de2a5985
|
C++: Focus the lambda captures test on stuff inside the lambdas (including some that don't currently have locations).
|
2023-03-24 19:50:13 +00:00 |
|
Geoffrey White
|
d5b9cea4bc
|
C++: Focus the CPP-205 test on the templates.
|
2023-03-24 17:45:36 +00:00 |
|
Henry Mercer
|
c68c83c516
|
Merge pull request #12659 from github/henrymercer/merge-back-3.9
Merge `rc/3.9` back to `main`
|
2023-03-24 17:38:07 +00:00 |
|
Henry Mercer
|
fc105ffa4b
|
Merge branch 'rc/3.9' into henrymercer/merge-back-3.9
|
2023-03-24 17:21:27 +00:00 |
|
Geoffrey White
|
41a5dc8efe
|
C++: Restrict tests that report all Elements to Elements in files.
|
2023-03-24 17:06:47 +00:00 |
|
Mathias Vorreiter Pedersen
|
86cc59e7db
|
Merge pull request #12650 from gsingh93/strlen-literal-range-expr
C++: Add StrlenLiteralRangeExpr
|
2023-03-24 16:58:16 +00:00 |
|
Arthur Baars
|
3b12ddfdc2
|
Address comments
|
2023-03-24 16:58:53 +01:00 |
|
Arthur Baars
|
052bc95639
|
Ruby: add change note
|
2023-03-24 16:58:53 +01:00 |
|
Arthur Baars
|
9a8e138684
|
Ruby: also change evaluation order for scoped constants
|
2023-03-24 16:57:55 +01:00 |
|
Arthur Baars
|
a819797508
|
Ruby: add test case of destructured assignment with contants
|
2023-03-24 16:57:39 +01:00 |
|
Arthur Baars
|
8b90d021fa
|
Ruby: change evaluation order of destructured assignments
|
2023-03-24 16:57:25 +01:00 |
|
Gulshan Singh
|
b87f12d5b2
|
C++: Add StrlenLiteralRangeExpr
|
2023-03-24 08:51:35 -07:00 |
|
Edward Minnix III
|
bb27ba7d3c
|
Merge pull request #12632 from egregius313/egregius313/java/android/refactor-android-query-libraries
Java: Refactor Android `Query.qll` libraries to new dataflow api
|
2023-03-24 11:18:57 -04:00 |
|
Stephan Brandauer
|
4b458b2898
|
Merge branch 'main' into java/update-mad-decls-after-triage-2023-03-20T12-45-37
|
2023-03-24 16:17:07 +01:00 |
|
Stephan Brandauer
|
2c49e62c64
|
Merge branch 'main' into java/update-mad-decls-after-triage-2023-03-13T13-21-27
|
2023-03-24 16:16:57 +01:00 |
|
Henry Mercer
|
f1fe7af4fb
|
Merge pull request #12651 from github/dependabot/github_actions/actions/stale-8
Bump actions/stale from 7 to 8
|
2023-03-24 14:27:58 +00:00 |
|
Anders Schack-Mulligen
|
6db8c8b19f
|
Merge pull request #12656 from aschackmull/dataflow/qldoc
Dataflow: Minor qldoc fix
|
2023-03-24 14:57:39 +01:00 |
|
Ed Minnix
|
1bf4dd9649
|
Update to DataFlow::Global
|
2023-03-24 09:54:53 -04:00 |
|
Ed Minnix
|
2eea34dc4a
|
Apply suggestions from code review
|
2023-03-24 09:47:50 -04:00 |
|
Edward Minnix III
|
c62eaba601
|
Simulate deprecated import
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
|
2023-03-24 09:47:50 -04:00 |
|
Ed Minnix
|
8cc2a7329e
|
Fix test to use new InlineFlowTest
|
2023-03-24 09:47:50 -04:00 |
|
Ed Minnix
|
58bd2f7fa2
|
Address code review comments
|
2023-03-24 09:47:50 -04:00 |
|
Ed Minnix
|
e7f6d53907
|
Deprecate WebViewDubuggingQuery.qll
|
2023-03-24 09:47:50 -04:00 |
|
Ed Minnix
|
ef08a91340
|
Refactor ImproperIntentVerificationQuery.qll
|
2023-03-24 09:47:50 -04:00 |
|
Ed Minnix
|
413a6cbc4f
|
Refactor SensitiveKeyboardCacheQuery
|
2023-03-24 09:47:50 -04:00 |
|
Ed Minnix
|
d68bec98bc
|
Refactor CWE-940/AndroidIntentRedirection
|
2023-03-24 09:47:50 -04:00 |
|
Ed Minnix
|
1e0c6811a4
|
Refactor UnsafeAndroidAccess
|
2023-03-24 09:47:50 -04:00 |
|
Ed Minnix
|
807588a031
|
Refactor AndroidCertificatePinningQuery
|
2023-03-24 09:47:50 -04:00 |
|