Michael Nebel
|
dd06d50b7f
|
QL: Move test utilities into the src folder.
|
2024-12-12 13:54:32 +01:00 |
|
Michael Nebel
|
2321ca59f6
|
Python: Update all test util paths to point to the new location.
|
2024-12-12 13:54:30 +01:00 |
|
Michael Nebel
|
1490400ab0
|
Python: Move test utilities into the query pack.
|
2024-12-12 13:54:28 +01:00 |
|
Michael Nebel
|
c3fe3e468c
|
Javascript: Update all test util paths to point to the new location.
|
2024-12-12 13:54:25 +01:00 |
|
Michael Nebel
|
0f146f1486
|
Javascript: Move test utilities into the query pack.
|
2024-12-12 13:54:23 +01:00 |
|
Michael Nebel
|
96fe1449f8
|
Go: Update all test util paths to point to the new location.
|
2024-12-12 13:54:21 +01:00 |
|
Michael Nebel
|
f8e0c4799d
|
Go: Move test utilities into the query pack.
|
2024-12-12 13:21:35 +01:00 |
|
Michael Nebel
|
12008b4b4e
|
C++: Update all test util paths to point to the new location.
|
2024-12-12 13:21:34 +01:00 |
|
Michael Nebel
|
47813e17c9
|
C++: Move test utilities into the query pack.
|
2024-12-12 13:21:32 +01:00 |
|
Michael Nebel
|
82f8a796e1
|
C#: Update all test util paths to point to the new location.
|
2024-12-12 13:21:31 +01:00 |
|
Michael Nebel
|
c4b4be9372
|
C#: Move test utilities into the query pack.
|
2024-12-12 13:21:29 +01:00 |
|
Michael Nebel
|
c7c3f6bd80
|
C#: Update inline-tests query paths.
|
2024-12-12 13:21:28 +01:00 |
|
Michael Nebel
|
8fbd4a2cd5
|
C#: Move inline-tests into the utils test folder.
|
2024-12-12 13:21:26 +01:00 |
|
Michael Nebel
|
0a1d2d0bbb
|
Java: Update all test util paths to point to the new location.
|
2024-12-12 13:21:25 +01:00 |
|
Michael Nebel
|
91cfb30513
|
Java: Move test utilities to the java query pack.
|
2024-12-12 13:21:22 +01:00 |
|
Owen Mansel-Chan
|
066db766ef
|
Merge pull request #18153 from owen-mc/java/resttemplate-getforobject
Java: add SSRF sink model for the third parameter of `RestTemplate.getForObject`
|
2024-12-11 16:37:35 +00:00 |
|
Jami
|
538dee81b6
|
Merge pull request #18214 from jcogs33/jcogs33/java/file-getname-path-sanitizer
Java: add File.getName as a path injection sanitizer
|
2024-12-11 10:18:02 -05:00 |
|
Owen Mansel-Chan
|
1420bce36a
|
Move import statement in SpringWebClient.qll
|
2024-12-11 14:19:24 +00:00 |
|
Anders Schack-Mulligen
|
066cfa31d2
|
Merge pull request #18258 from aschackmull/dataflow/simplify-apapprox3
Dataflow: Simplify references to access paths from prior stage.
|
2024-12-11 14:23:31 +01:00 |
|
Owen Mansel-Chan
|
4f8645b4dd
|
Merge pull request #18235 from owen-mc/go/varargs-out-param
Go: Improve data flow out of variadic parameter
|
2024-12-11 13:18:29 +00:00 |
|
Tom Hvitved
|
22aaf74184
|
Merge pull request #18231 from hvitved/rust/models-as-data-summaries
Rust: Models-as-data for flow summaries
|
2024-12-11 13:37:09 +01:00 |
|
Ian Lynagh
|
34aefb4bc5
|
Merge pull request #18268 from igfoo/igfoo/kot-tests-ignore
Kotlin: git-ignore .testproj directories in tests
|
2024-12-11 12:08:44 +00:00 |
|
Ian Lynagh
|
699734611e
|
Kotlin: git-ignore .testproj directories in tests
|
2024-12-11 12:00:23 +00:00 |
|
Anders Schack-Mulligen
|
cac131df37
|
Dataflow: Rename a couple of predicates.
|
2024-12-11 11:22:42 +01:00 |
|
Anders Schack-Mulligen
|
d6a4080baf
|
Dataflow: Address review comment.
|
2024-12-11 11:18:57 +01:00 |
|
Cornelius Riemenschneider
|
f0971684e3
|
Merge pull request #18257 from github/criemen/bazel-8-00
Upgrade bazel to 8.0.0.
|
2024-12-11 11:14:41 +01:00 |
|
Paolo Tranquilli
|
a36d226d0c
|
Merge pull request #18247 from github/redsun82/executable-scripts
Make scripts executable
|
2024-12-11 10:42:57 +01:00 |
|
Tom Hvitved
|
baf186fed7
|
Address review comments
|
2024-12-11 10:28:32 +01:00 |
|
Owen Mansel-Chan
|
ba9d21ec98
|
Merge pull request #17970 from owen-mc/java/lightweight-IR-layer
Java: IPA the CFG (second try)
|
2024-12-10 23:57:52 +00:00 |
|
Owen Mansel-Chan
|
5b575113c3
|
Update test-kotlin2
|
2024-12-10 15:56:15 +00:00 |
|
Owen Mansel-Chan
|
4978a6eb37
|
Fix getasuccessor kotlin
The change in results shows that there are now fewer control flow nodes.
We have removed precisely those with no successor or predecessor.
|
2024-12-10 15:26:20 +00:00 |
|
Owen Mansel-Chan
|
5e0c3ab715
|
Fix kotlin tests
|
2024-12-10 15:26:19 +00:00 |
|
Owen Mansel-Chan
|
3f5886ef7a
|
Accept another review suggestion
|
2024-12-10 15:26:17 +00:00 |
|
Owen Mansel-Chan
|
2da9bfb1a6
|
Finish renaming getCFGNode to getCfgNode
|
2024-12-10 15:26:16 +00:00 |
|
Owen Mansel-Chan
|
274281f61e
|
Apply all suggestions from code review
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
|
2024-12-10 15:26:14 +00:00 |
|
Owen Mansel-Chan
|
d06dfe0ca3
|
Add change note
|
2024-12-10 15:26:13 +00:00 |
|
Owen Mansel-Chan
|
0f3dd6d8f1
|
Java: IPA the CFG
|
2024-12-10 15:26:11 +00:00 |
|
Anders Schack-Mulligen
|
da179705c3
|
Java: Accept expected file changes.
|
2024-12-10 14:52:06 +01:00 |
|
Mathias Vorreiter Pedersen
|
0f5786e4e6
|
Merge pull request #18251 from MathiasVP/fix-uncertain-array-writes
C++: Consider writes to arrays as uncertain
|
2024-12-10 12:38:47 +00:00 |
|
Michael Nebel
|
828818d355
|
Merge pull request #18248 from michaelnebel/csharp/enabletests
C#: Enable Semmle.Util.Tests.
|
2024-12-10 13:30:15 +01:00 |
|
Anders Schack-Mulligen
|
40f7713678
|
Dataflow: Minor simplification.
|
2024-12-10 13:28:43 +01:00 |
|
Anders Schack-Mulligen
|
4e155f8542
|
Dataflow: Insert a few getApprox calls to remove ApApprox from fwdFlow.
|
2024-12-10 13:23:51 +01:00 |
|
Anders Schack-Mulligen
|
231bf9d1c9
|
Dataflow: Drop ApApprox join in fwdFlowStore.
|
2024-12-10 13:20:27 +01:00 |
|
Anders Schack-Mulligen
|
501cbdab3c
|
Dataflow: Remove another ApApprox join and related columns.
|
2024-12-10 13:12:32 +01:00 |
|
Anders Schack-Mulligen
|
22e0636cba
|
Dataflow: Insert a few getApprox calls to remove even more columns.
|
2024-12-10 13:09:38 +01:00 |
|
Anders Schack-Mulligen
|
a77adadd01
|
Dataflow: Remove more unused columns.
|
2024-12-10 12:57:24 +01:00 |
|
Anders Schack-Mulligen
|
882a985788
|
Dataflow: Remove useless join.
|
2024-12-10 12:53:30 +01:00 |
|
Anders Schack-Mulligen
|
262f64f037
|
Dataflow: Remove unused columns.
|
2024-12-10 12:53:29 +01:00 |
|
Anders Schack-Mulligen
|
d4044062c5
|
Dataflow: Remove ApApprox column in out-flow.
|
2024-12-10 12:53:29 +01:00 |
|
Anders Schack-Mulligen
|
7c888ebe06
|
Dataflow: Replace some allowsFieldFlow,apa pairs with emptyAp boolean.
|
2024-12-10 12:53:29 +01:00 |
|