Alex Denisov
cebaca328e
Swift: 'ParsedSequence' lacks proper types and yields 'Unresolved' AST nodes
2023-08-08 14:41:15 +02:00
Anders Schack-Mulligen
1cd32722be
Java: More review fixes.
2023-08-08 14:32:48 +02:00
Mathias Vorreiter Pedersen
f4f5d43bcb
C++: indirectReturnOutNodeOperand0 and indirectReturnOutNodeInstruction0
...
were broken and for some reason only handled the case where calls mapped
to raw indirect nodes :wat:. It turns out these predicates weren't
actually needed anyway.
2023-08-08 13:23:10 +01:00
Alexandre Boulgakov
28863f39b0
Merge pull request #13917 from github/revert-13869-sashabu/swift-logging-compiler
...
Revert "Swift: Route compiler diagnostics through our log."
2023-08-08 12:45:58 +01:00
Anders Schack-Mulligen
9d59f50340
Java: Review fixes.
2023-08-08 13:37:40 +02:00
Rasmus Lerchedahl Petersen
e47e77c438
Python: add change note
2023-08-08 12:17:23 +02:00
Rasmus Lerchedahl Petersen
f33aff42ad
Python: missing result was fixed
2023-08-08 12:14:57 +02:00
Geoffrey White
c95432457d
Swift: Correct a test case (but preserve the original as well since it's interesting).
2023-08-08 10:41:21 +01:00
Geoffrey White
6ccf47ece9
Swift: Accept test changes resulting from merge.
2023-08-08 10:28:29 +01:00
AlexDenisov
75dad4764f
Revert "Swift: Route compiler diagnostics through our log."
2023-08-08 11:25:13 +02:00
Rasmus Lerchedahl Petersen
f865fa3050
Python: simplify using getSubscript
2023-08-08 11:16:35 +02:00
Michael Nebel
0ed724eb13
Java: Make a flow summary for Set.clear using WithoutElement and introduce appropriate tests.
2023-08-08 11:10:08 +02:00
Rasmus Wriedt Larsen
4f47461f60
Python: Add requested test
2023-08-08 10:44:48 +02:00
Geoffrey White
063ab1c13f
Merge branch 'main' into closuremodels
2023-08-08 09:40:27 +01:00
Michael Nebel
f67d5e1dc6
C#: Add tests for the LINQ missed-where and missed-cast queries.
2023-08-08 10:32:16 +02:00
Michael Nebel
1a511c2d52
C#: Update the queries that provide LINQ recommendation.
2023-08-08 10:31:33 +02:00
Anders Schack-Mulligen
ab334f6c1b
Java: Always apply heuristic query regardless of existing models.
2023-08-08 10:01:43 +02:00
Anders Schack-Mulligen
cd22bb3505
Java: Add another test case.
2023-08-08 10:00:55 +02:00
erik-krogh
03fbd387df
way better hex conversion
2023-08-08 09:08:39 +02:00
erik-krogh
45c39e6072
limit field flow when tracking regex strings in Java
2023-08-08 09:01:23 +02:00
erik-krogh
92db7b047c
escape unicode chars in the output for the ReDoS queries
2023-08-08 00:15:54 +02:00
Henry Mercer
0673b19ce1
Merge pull request #13912 from github/release-prep/2.14.2
...
Release preparation for version 2.14.2
2023-08-07 21:24:56 +01:00
Geoffrey White
b2d3d465f0
Swift: Add more missing details to the URL model (along with a change from the SetContent PR, this fixes the test failures we were getting).
2023-08-07 20:15:50 +01:00
Geoffrey White
a73354d0b3
Swift: Accept test failures.
2023-08-07 20:14:07 +01:00
Chad Bentz
d4b5a4d4f4
Merge branch 'main' into csharp-hardcoded-cred-identity-fp
2023-08-07 15:09:01 -04:00
Chad Bentz
7b33574b85
pull dependencies from Microsoft.AspNetCore.App
2023-08-07 18:45:16 +00:00
Geoffrey White
da34da7497
Merge branch 'main' into commandinject2
2023-08-07 19:37:05 +01:00
Geoffrey White
022a06659c
Merge pull request #13838 from rdmarsh2/rdmarsh2/swift/set-content
...
Swift: add SetContent for data flow
2023-08-07 19:15:30 +01:00
github-actions[bot]
79c90fa36a
Release preparation for version 2.14.2
2023-08-07 18:08:52 +00:00
Ian Lynagh
3e86c4c39e
Kotlin: Allow extractNewExpr to return null
2023-08-07 18:59:51 +01:00
Robert Marsh
65fbcc570c
Swift: CFG test for for-try-await
2023-08-07 17:44:57 +00:00
Robert Marsh
eeaa361b12
Merge pull request #13907 from MathiasVP/cleanup-ssa-internals
...
C++: Small cleanup of `SsaInternals`
2023-08-07 13:16:59 -04:00
Robert Marsh
07650af357
Swift: accept test for CollectionContent rename
2023-08-07 15:04:21 +00:00
Mathias Vorreiter Pedersen
60f2e8a676
C++: Fix QLDoc.
2023-08-07 15:55:43 +01:00
Robert Marsh
146c50049c
Finish CollectionContent rename
...
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com >
2023-08-07 10:26:40 -04:00
Mathias Vorreiter Pedersen
f2f4e1f882
C++: Add more QLDoc.
2023-08-07 15:22:46 +01:00
Mathias Vorreiter Pedersen
e9750af89f
Merge pull request #13783 from MathiasVP/type-bounds-for-new-range-analysis
...
C++: Constant type-bounds in the new range analysis
2023-08-07 15:20:45 +01:00
Mathias Vorreiter Pedersen
291f1a189d
C++: Unify the two branches.
2023-08-07 14:23:35 +01:00
Jeroen Ketema
8b6a7985db
Refactor the traint-tracking library to follow the dataflow library refactoring
2023-08-07 15:23:15 +02:00
Jeroen Ketema
5d2984b7a5
Merge branch 'main' into shared-taint-tracking
2023-08-07 15:22:29 +02:00
Michael Nebel
37a546253e
Merge pull request #13688 from michaelnebel/csharp/aspnetcore
...
C#: Turn RuntimeVersion into a record type.
2023-08-07 15:20:21 +02:00
Geoffrey White
4c8accd5ba
Swift: Add a few more test cases.
2023-08-07 14:06:38 +01:00
Jami
5862cd2378
Merge pull request #13889 from jcogs33/jcogs33/fix-some-models
...
Java: remove duplicate models
2023-08-07 08:46:18 -04:00
Mathias Vorreiter Pedersen
467231e469
Merge pull request #13887 from jketema/float128x
...
C++: Remove support for `_Float128x` which is not actually supported by gcc
2023-08-07 13:42:24 +01:00
Jeroen Ketema
073d170253
C++: Fix typo in change note
2023-08-07 14:30:35 +02:00
Rasmus Lerchedahl Petersen
957c0d6387
Python: move change note
2023-08-07 14:28:53 +02:00
Jeroen Ketema
e795e1c387
C++: Add change note
2023-08-07 14:24:04 +02:00
Mathias Vorreiter Pedersen
6e6e118d4b
C++: Make the branches more identical.
2023-08-07 13:22:46 +01:00
Geoffrey White
dc98dec5b6
Swift: Change note.
2023-08-07 13:16:00 +01:00
Stephan Brandauer
3433437034
Java: automodel application mode: only extract the first argument corresponding to a varargs array
2023-08-07 14:15:17 +02:00