Mathias Vorreiter Pedersen
|
eec1e9ffcd
|
C++: Fix change note.
|
2023-03-16 08:01:07 +00:00 |
|
Mathias Vorreiter Pedersen
|
7585a3862f
|
Merge branch 'main' into mathiasvp/replace-ast-with-ir-use-usedataflow
|
2023-03-16 07:57:20 +00:00 |
|
Mathias Vorreiter Pedersen
|
58602927bd
|
C++: Add change note.
|
2023-03-16 07:57:03 +00:00 |
|
Tom Hvitved
|
404ead8a18
|
Python: Update expected test output
|
2023-03-16 08:40:53 +01:00 |
|
Tom Hvitved
|
b3ef1e9372
|
C++: Update expected test output
|
2023-03-16 08:40:53 +01:00 |
|
Tom Hvitved
|
64f13fa08f
|
C#: Exclude call inside static field initializers from consistency check
|
2023-03-16 08:40:53 +01:00 |
|
Tom Hvitved
|
9f798902bd
|
Data flow: Add consistency check for DataFlowCall::getEnclosingCallable
|
2023-03-16 08:40:53 +01:00 |
|
dependabot[bot]
|
e999d33332
|
Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-16 04:00:39 +00:00 |
|
Harry Maclean
|
0eb0c26b72
|
Ruby: Add some documentation
This is primarily to bust the build cache.
|
2023-03-16 12:24:47 +13:00 |
|
Harry Maclean
|
7b81fe3109
|
Ruby: fix conditional use of cross in build
|
2023-03-16 12:11:12 +13:00 |
|
Harry Maclean
|
e7ead76fe9
|
Ruby: Build extractor via cargo-cross on linux
|
2023-03-16 12:04:33 +13:00 |
|
Harry Maclean
|
907fbeaae8
|
Ruby: Update build instructions for new extractor
|
2023-03-16 11:54:47 +13:00 |
|
Harry Maclean
|
01a85164ee
|
Ruby: Bump rust toolchain to 1.68
|
2023-03-16 11:54:47 +13:00 |
|
Henry Mercer
|
720eed398b
|
Merge pull request #12523 from github/henrymercer/polish-diagnostics
Polish diagnostic messages
|
2023-03-15 15:06:52 +00:00 |
|
Robert Marsh
|
45fdf69461
|
C++: add SemLocation so SemBound is copy-shareable
|
2023-03-15 10:38:47 -04:00 |
|
Mathias Vorreiter Pedersen
|
3376d2aa12
|
Merge branch 'main' into mathiasvp/replace-ast-with-ir-use-usedataflow
|
2023-03-15 14:12:01 +00:00 |
|
Mathias Vorreiter Pedersen
|
dffde8f8b8
|
Merge pull request #12532 from MathiasVP/local-flow-for-getAdditionalFlowIntoCallNodeTerm
C++: Use local flow instead of GVN in `getAdditionalFlowIntoCallNodeTerm`
|
2023-03-15 14:10:49 +00:00 |
|
Mathias Vorreiter Pedersen
|
08419b77af
|
C++: Respond to PR reviews.
|
2023-03-15 14:07:04 +00:00 |
|
Anders Schack-Mulligen
|
bc9942eb75
|
Merge pull request #12530 from aschackmull/java/refactor-dataflow-queries-3
Java: Refactor more dataflow queries to the new API (take 3)
|
2023-03-15 14:57:29 +01:00 |
|
Tony Torralba
|
5bc606753e
|
org.openjdk.jmh.runner.options tests
|
2023-03-15 14:47:27 +01:00 |
|
Tony Torralba
|
3b4980ba2f
|
org.kohsuke.stapler.model tests
|
2023-03-15 14:36:45 +01:00 |
|
Tom Hvitved
|
a6e9d111a5
|
Merge pull request #12534 from hvitved/swift/summary-call-encl-callable
Swift: Fix `SummaryCall::getEnclosingCallable`
|
2023-03-15 14:35:00 +01:00 |
|
Tom Hvitved
|
96639c594f
|
Swift: Fix SummaryCall::getEnclosingCallable
|
2023-03-15 13:58:12 +01:00 |
|
Arthur Baars
|
fe34ec1378
|
Ruby: fix formatting errors
|
2023-03-15 13:45:06 +01:00 |
|
Henry Mercer
|
5de0eae992
|
Ruby: Update diagnostic source names for consistency
|
2023-03-15 12:05:09 +00:00 |
|
Henry Mercer
|
a90f4915a7
|
C#: Add new lines before call to action
|
2023-03-15 12:00:47 +00:00 |
|
Henry Mercer
|
0de4259bff
|
Revert "Ruby: Use rb prefix in diagnostic IDs for consistency with queries"
This reverts commit a6509c7a37.
|
2023-03-15 12:00:47 +00:00 |
|
Tony Torralba
|
c5a1905302
|
Fix stubs
|
2023-03-15 12:43:45 +01:00 |
|
Anders Schack-Mulligen
|
ecf5591bc6
|
Merge pull request #12527 from aschackmull/java/remove-dataflow-for-serializability
Java: Delete `DataFlowForSerializability` and `DataFlowForOnActivityResult`
|
2023-03-15 12:37:17 +01:00 |
|
Mathias Vorreiter Pedersen
|
913ff201f1
|
Merge branch 'mathiasvp/replace-ast-with-ir-use-usedataflow' into local-flow-for-getAdditionalFlowIntoCallNodeTerm
|
2023-03-15 11:15:16 +00:00 |
|
Mathias Vorreiter Pedersen
|
11932a54e8
|
Merge branch 'main' into mathiasvp/replace-ast-with-ir-use-usedataflow
|
2023-03-15 11:13:49 +00:00 |
|
Tony Torralba
|
341590f9ad
|
org.kohsuke.stapler.framework.io tests
|
2023-03-15 11:43:52 +01:00 |
|
Mathias Vorreiter Pedersen
|
9bd3347a3c
|
C++: Remove import.
|
2023-03-15 10:33:47 +00:00 |
|
Tony Torralba
|
e0c852c0b8
|
Fix stubs and test expectations
|
2023-03-15 11:33:02 +01:00 |
|
erik-krogh
|
cc3efcd35e
|
also restrict allowImplicitRead in unsafe-code-construction
|
2023-03-15 11:11:20 +01:00 |
|
Mathias Vorreiter Pedersen
|
623f6ff701
|
C++: Move things around so that 'getAdditionalFlowIntoCallNodeTerm' is in the same stage as 'DataFlowImplCommon'.
|
2023-03-15 10:01:47 +00:00 |
|
Mathias Vorreiter Pedersen
|
deb43c21e6
|
C++: Use local flow instead of GVN to find parameters that are used in switch statements.
|
2023-03-15 10:00:47 +00:00 |
|
erik-krogh
|
2133d1a5ab
|
Merge branch 'main' into more-shell-taint
|
2023-03-15 10:54:30 +01:00 |
|
Anders Schack-Mulligen
|
6408d7cbbe
|
Java: Refactor RsaWithoutOaep.
|
2023-03-15 10:37:54 +01:00 |
|
Anders Schack-Mulligen
|
b3b5c2c767
|
Java: Refactor UnsafeContentUriResolution.
|
2023-03-15 10:32:58 +01:00 |
|
Anders Schack-Mulligen
|
4b814ec71c
|
Java: Refactor SensitiveCommunication.ql.
|
2023-03-15 10:32:35 +01:00 |
|
Anders Schack-Mulligen
|
ca8e013618
|
Java: Refactor FragmentInjection.
|
2023-03-15 10:23:21 +01:00 |
|
erik-krogh
|
a72436f6f1
|
recognize more express URL related sources
|
2023-03-15 10:14:31 +01:00 |
|
Anders Schack-Mulligen
|
5bd530f570
|
Java: Refactor IntentUriPermissionManipulation.
|
2023-03-15 10:13:28 +01:00 |
|
Anders Schack-Mulligen
|
b14b95cd79
|
Java: Refactor LogInjection
|
2023-03-15 10:10:02 +01:00 |
|
Anders Schack-Mulligen
|
abf3abdc65
|
Java: Delete DataFlowForOnActivityResult.
|
2023-03-15 09:47:21 +01:00 |
|
Anders Schack-Mulligen
|
bea7c43584
|
Java: Delete DataFlowForSerializability
|
2023-03-15 09:42:02 +01:00 |
|
Anders Schack-Mulligen
|
e8a7139020
|
Merge pull request #12476 from aschackmull/java/refactor-dataflow-queries-2
Java: Refactor more dataflow queries to the new API
|
2023-03-15 09:40:32 +01:00 |
|
dependabot[bot]
|
f811436cff
|
Bump serde from 1.0.155 to 1.0.156 in /ql
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.155 to 1.0.156.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.155...v1.0.156)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-15 04:05:38 +00:00 |
|
Arthur Baars
|
fbe9823a42
|
Merge branch 'main' into henrymercer/polish-diagnostics
|
2023-03-14 23:42:33 +01:00 |
|