Alex Eyers-Taylor
|
49e1467581
|
CPP: Fix handling of ternary operators in tempory queries and add tests.
|
2023-12-15 11:03:23 +00:00 |
|
Alexander Eyers-Taylor
|
236a6a1bce
|
CPP: Apply suggestions from code review
Fix spelling in query id
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
|
2023-12-12 17:22:46 +00:00 |
|
Alex Eyers-Taylor
|
136a77b86e
|
CPP: Add change note for cpp/use-of-uniwue-pointer-after-lifetime-ends
|
2023-12-12 16:47:55 +00:00 |
|
Alex Eyers-Taylor
|
e9bc5a54ea
|
CPP: Add query for detecting invalid uses of temporary unique pointers.
|
2023-12-12 16:22:20 +00:00 |
|
Michael Nebel
|
7006d00702
|
Merge pull request #14892 from michaelnebel/csharp/dotnet8
C#: Use .NET 8
|
2023-12-11 13:53:35 +01:00 |
|
Michael Nebel
|
4b323cd7e0
|
Merge pull request #15050 from michaelnebel/csharp/defaultparamobject
C#: Default parameters for object using attributes.
|
2023-12-11 13:11:53 +01:00 |
|
Mathias Vorreiter Pedersen
|
97fc20cee9
|
Merge pull request #15064 from MathiasVP/swift-accept-test-changes-to-cleartext-transmission
Swift: Accept test changes
|
2023-12-11 11:13:38 +00:00 |
|
Óscar San José
|
693de5e6ff
|
Merge pull request #15042 from github/dependabot/github_actions/actions/stale-9
Bump actions/stale from 8 to 9
|
2023-12-11 11:44:48 +01:00 |
|
Mathias Vorreiter Pedersen
|
2e4fe49d61
|
Swift: Accept test changes.
|
2023-12-11 10:41:07 +00:00 |
|
Rasmus Wriedt Larsen
|
419130be21
|
Merge pull request #15030 from yoff/python/remove-module-entry-definitions
Python: Remove control flow nodes for module entry definitions from the dataflow graph.
|
2023-12-11 11:40:17 +01:00 |
|
Mathias Vorreiter Pedersen
|
d8f53e5524
|
Merge pull request #14925 from geoffw0/flows
Swift: Imprecise Taint Flows
|
2023-12-11 10:06:01 +00:00 |
|
Michael Nebel
|
c8542e972e
|
C#: Fix compiler warnings.
|
2023-12-11 10:57:44 +01:00 |
|
Michael Nebel
|
d3d594adaf
|
C#: Update C# integration tests expected output.
|
2023-12-11 10:57:44 +01:00 |
|
Michael Nebel
|
3497b153d2
|
C#: Update integration tests to .NET 8.
|
2023-12-11 10:57:44 +01:00 |
|
Michael Nebel
|
1792942ce9
|
C#: Update tests that depends on .NET framework assemblies.
|
2023-12-11 10:57:44 +01:00 |
|
Michael Nebel
|
07a5ac31ae
|
C#: Fixup tests.
|
2023-12-11 10:57:44 +01:00 |
|
Michael Nebel
|
e42afa3d3d
|
C#: Adjustments to test cases.
|
2023-12-11 10:57:43 +01:00 |
|
Michael Nebel
|
09239ba804
|
C#: Update NuGet packages.
|
2023-12-11 10:57:43 +01:00 |
|
Michael Nebel
|
89f0abe3a0
|
C#: Update the target framework in the create extractor pack script.
|
2023-12-11 10:57:43 +01:00 |
|
Michael Nebel
|
9ab9f2b0e6
|
C#: Update all project files to use .NET 8 as target framework.
|
2023-12-11 10:57:43 +01:00 |
|
Michael Nebel
|
01c65e83a0
|
C#: Update the stub generator to .NET 8.
|
2023-12-11 10:57:43 +01:00 |
|
Michael Nebel
|
3e2afda202
|
C#: Update the create extractor pack action to .NET 8.
|
2023-12-11 10:57:43 +01:00 |
|
Michael Nebel
|
0df9dcb0fd
|
C#: Update workflow files to also install .NET 8.
|
2023-12-11 10:57:43 +01:00 |
|
Geoffrey White
|
17cd22f9d0
|
Merge pull request #14972 from geoffw0/cryptoprimitives
C++: Experimental query for implementation of a cryptographic primitive
|
2023-12-11 09:47:46 +00:00 |
|
Tom Hvitved
|
29a1cd110c
|
Merge pull request #15041 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2023-12-11 09:04:43 +01:00 |
|
github-actions[bot]
|
da48d81489
|
Add changed framework coverage reports
|
2023-12-11 00:16:52 +00:00 |
|
Tom Hvitved
|
7819dcf0a7
|
Merge pull request #15043 from hvitved/ql/redundant-import
QL4QL: Improvements to `RedundantImport` query
|
2023-12-09 12:15:09 +01:00 |
|
Rasmus Lerchedahl Petersen
|
d9c0c8c26d
|
Python: Update comment.
|
2023-12-08 17:32:23 +01:00 |
|
erik-krogh
|
e8f9e366d5
|
remove redundant imports for JS
|
2023-12-08 16:56:54 +01:00 |
|
Michael Nebel
|
fd12c3a3ba
|
C#: Update expected test output.
|
2023-12-08 16:10:38 +01:00 |
|
Anders Schack-Mulligen
|
0618568cdc
|
Merge pull request #15045 from aschackmull/java/fix-cp
Java: Fix accidental cartesian product.
|
2023-12-08 15:43:01 +01:00 |
|
Anders Schack-Mulligen
|
1ea2f89e27
|
Merge pull request #15046 from aschackmull/dataflow/deprecation-changenote
Dataflow: Add change note about deprecation.
|
2023-12-08 15:42:34 +01:00 |
|
Michael Nebel
|
9aeba5063f
|
C#: Use cast expressions for object defaults.
|
2023-12-08 15:37:12 +01:00 |
|
Michael Nebel
|
6c30f6a748
|
C#: Add some test cases and update (incorrect) expected output.
|
2023-12-08 15:09:35 +01:00 |
|
Jeroen Ketema
|
db6b1e5f5e
|
Merge pull request #14912 from jketema/dep-userinput
C++: Deprecate `isUserInput`, `userInputArgument`, and `userInputReturned`
|
2023-12-08 15:04:23 +01:00 |
|
Anders Schack-Mulligen
|
64eb4ff753
|
Merge pull request #14983 from aschackmull/dataflow/deprecate-old-api
Data Flow: Deprecate old data flow api.
|
2023-12-08 14:27:25 +01:00 |
|
Anders Schack-Mulligen
|
75d8da9007
|
Dataflow: Add change note about deprecation.
|
2023-12-08 14:25:20 +01:00 |
|
Jeroen Ketema
|
c6b0a2363a
|
C++: Add change note
|
2023-12-08 13:31:32 +01:00 |
|
Anders Schack-Mulligen
|
7ee3068fe7
|
Java: Fix accidental cartesian product.
|
2023-12-08 13:27:05 +01:00 |
|
Jeroen Ketema
|
5165999e9e
|
C++: Deprecate isUserInput, userInputArgument, and userInputReturned
|
2023-12-08 13:21:31 +01:00 |
|
Mathias Vorreiter Pedersen
|
30c67ba6e7
|
Merge pull request #15040 from MathiasVP/fewer-dataflow-branches
C++: Fix dataflow inconsistencies
|
2023-12-08 12:14:49 +00:00 |
|
Harry Maclean
|
1dc0a063b0
|
Merge pull request #14679 from hmac/hmac-model-editor-ruby
Ruby: Experimental model editor support
|
2023-12-08 11:03:38 +00:00 |
|
Mathias Vorreiter Pedersen
|
90a62b27f5
|
Merge branch 'main' into fewer-dataflow-branches
|
2023-12-08 10:35:33 +00:00 |
|
Geoffrey White
|
6a48e6ed5e
|
Merge pull request #15038 from geoffw0/mmmmodels
Swift: Model Manual Memory Management closure functions and withMemoryRebound variants
|
2023-12-08 10:25:58 +00:00 |
|
Mathias Vorreiter Pedersen
|
7b83947383
|
Merge branch 'main' into fewer-dataflow-branches
|
2023-12-08 09:30:01 +00:00 |
|
Mathias Vorreiter Pedersen
|
1c73d43b4f
|
C++: Accept more test changes.
|
2023-12-08 09:29:48 +00:00 |
|
Tom Hvitved
|
0361b2e6e8
|
QL4QL: Improvements to RedundantImport query
|
2023-12-08 10:19:04 +01:00 |
|
Harry Maclean
|
199c6b224d
|
Ruby: fix warnings
|
2023-12-08 09:16:17 +00:00 |
|
Jeroen Ketema
|
9a555ba16e
|
Merge pull request #14909 from jketema/rm-dtt
C++: Remove `DefaultTaintTracking` library
|
2023-12-08 10:08:55 +01:00 |
|
dependabot[bot]
|
e822fe975d
|
Bump actions/stale from 8 to 9
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v8...v9)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-08 03:10:16 +00:00 |
|