Owen Mansel-Chan
|
a2a2e93cfd
|
Fix printing when one obj is nil
|
2023-07-15 07:06:16 +01:00 |
|
Owen Mansel-Chan
|
cff09d28b8
|
Test if Origin() works (for Var and Func)
|
2023-07-14 13:52:50 +01:00 |
|
Owen Mansel-Chan
|
1767ca2682
|
Merge pull request #13728 from owen-mc/go/minor-cleanup-Twirp-models
Go: minor cleanup to Twirp models
|
2023-07-12 22:59:13 +01:00 |
|
Edward Minnix III
|
541737d1a8
|
Merge pull request #13694 from egregius313/egregius313/add-default-isBarrier-2-isAdditionalFlowStep-4
DataFlow: Add default implementations of isBarrier/2 and isAddiitonalFlowStep/4
|
2023-07-12 17:10:17 -04:00 |
|
Owen Mansel-Chan
|
8a573cca0f
|
Merge pull request #13625 from GeekMasher/go-micro
[Go] GoMicro framework support
|
2023-07-12 20:57:01 +01:00 |
|
Ed Minnix
|
63299688d5
|
Add change notes for default implementations of isBarrier and isAdditionalFlowStep
|
2023-07-12 15:21:16 -04:00 |
|
Ed Minnix
|
3db2644008
|
Python: Add default implementation of StateConfigSig::isAdditionalFlowStep/4
|
2023-07-12 15:06:25 -04:00 |
|
Ed Minnix
|
43f870e395
|
Python: Add default implementation of StateConfigSig::isBarrier/2
|
2023-07-12 15:06:25 -04:00 |
|
Ed Minnix
|
e5ce78caab
|
Go: Add default implementation of StateConfigSig::isAdditionalFlowStep/4
|
2023-07-12 15:06:25 -04:00 |
|
Ed Minnix
|
0549b5da87
|
Go: Add default implementation of StateConfigSig::isBarrier/2
|
2023-07-12 15:06:25 -04:00 |
|
Ed Minnix
|
18b606f930
|
Swift: Add default implementation of StateConfigSig::isAdditionalFlowStep/4
|
2023-07-12 15:06:25 -04:00 |
|
Ed Minnix
|
b76b9812fd
|
Swift: Add default implementation of StateConfigSig::isBarrier/2
|
2023-07-12 15:06:25 -04:00 |
|
Ed Minnix
|
94638c9997
|
Ruby: Add default implementation of StateConfigSig::isAdditionalFlowStep/4
|
2023-07-12 15:06:25 -04:00 |
|
Ed Minnix
|
8a7081753d
|
Ruby: Add default implementation of StateConfigSig::isBarrier/2
|
2023-07-12 15:06:25 -04:00 |
|
Ed Minnix
|
9618c0b0a1
|
C#: Add default implementation of StateConfigSig::isAdditionalFlowStep/4
|
2023-07-12 15:06:25 -04:00 |
|
Ed Minnix
|
a3c30992b1
|
C#: Add default implementation of StateConfigSig::isBarrier/2
|
2023-07-12 15:06:25 -04:00 |
|
Ed Minnix
|
2c0a456855
|
C++: Add default implementation of StateConfigSig::isAdditionalFlowStep/4
|
2023-07-12 15:06:24 -04:00 |
|
Ed Minnix
|
c73cd73001
|
C++: Add default implementation of StateConfigSig::isBarrier/2
|
2023-07-12 15:06:24 -04:00 |
|
Ed Minnix
|
1cd8922ab5
|
Java: Add default implementation of StateConfigSig::isAdditionalFlowStep/4
|
2023-07-12 15:06:24 -04:00 |
|
Ed Minnix
|
1835b40f7b
|
Java: Add default impl to StateConfigSig::isBarrier/2
|
2023-07-12 15:06:24 -04:00 |
|
Mathew Payne
|
8d110ca2ac
|
remove getName
|
2023-07-12 17:12:08 +01:00 |
|
Mathew Payne
|
18db525d18
|
Apply suggestions from code review
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2023-07-12 17:11:40 +01:00 |
|
Chris Smowton
|
5567d4d1b8
|
Merge pull request #13724 from Malayke/patch-1
Update CONTRIBUTING.md
|
2023-07-12 16:36:10 +01:00 |
|
Chris Smowton
|
64257eedae
|
Fix count
|
2023-07-12 15:48:36 +01:00 |
|
Chris Smowton
|
464ac60db1
|
Amend and order
|
2023-07-12 15:48:18 +01:00 |
|
Ian Lynagh
|
fe24cc1900
|
Merge pull request #13718 from igfoo/igfoo/file_classes
Kotlin: Improve file class support
|
2023-07-12 15:42:16 +01:00 |
|
Mathew Payne
|
3a1e3f71cc
|
Update go/ql/lib/change-notes/2023-06-29-modelling-go-micro.md
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2023-07-12 15:09:56 +01:00 |
|
Owen Mansel-Chan
|
5f76cafc64
|
Merge pull request #13672 from owen-mc/go/make-parameter-nodes-for-unused-parameters-2
Go: make `ParameterNode`s for unused parameters #2 (make a disjoint class for unused ones)
|
2023-07-12 15:04:46 +01:00 |
|
Mathew Payne
|
f2caf196b7
|
Update go/ql/test/library-tests/semmle/go/frameworks/GoMicro/gomicro.expected
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2023-07-12 13:09:02 +01:00 |
|
Mathew Payne
|
25e7ddec31
|
Apply suggestions from code review
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2023-07-12 13:08:44 +01:00 |
|
Mathew Payne
|
e31cce56d1
|
Update go/ql/lib/semmle/go/frameworks/GoMicro.qll
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2023-07-12 13:00:21 +01:00 |
|
Mathew Payne
|
e951720573
|
Update go/ql/lib/semmle/go/frameworks/GoMicro.qll
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2023-07-12 12:59:45 +01:00 |
|
Mathew Payne
|
7f6067de42
|
Update go/ql/lib/semmle/go/frameworks/GoMicro.qll
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2023-07-12 12:59:01 +01:00 |
|
Mathew Payne
|
cefb914af6
|
Update go/ql/lib/semmle/go/frameworks/GoMicro.qll
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2023-07-12 12:58:23 +01:00 |
|
Mathew Payne
|
94e96cb7a8
|
Update go/ql/lib/semmle/go/frameworks/GoMicro.qll
Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com>
|
2023-07-12 12:57:32 +01:00 |
|
Ian Lynagh
|
af5cd7cf4f
|
Merge pull request #13723 from igfoo/igfoo/kotlin-1.9.0
Kotlin: Run CI with 1.9.0
|
2023-07-12 12:24:04 +01:00 |
|
Ian Lynagh
|
75c835c9d2
|
Add missing "a" to a qldoc comment
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
|
2023-07-12 11:24:42 +01:00 |
|
Malayke
|
827a2df631
|
Update CONTRIBUTING.md
add swift
|
2023-07-12 18:05:14 +08:00 |
|
Owen Mansel-Chan
|
78816f082e
|
Make QLDoc comments more concise too
|
2023-07-12 11:01:54 +01:00 |
|
Owen Mansel-Chan
|
2ad12f18f1
|
Make QL more concise
|
2023-07-12 10:56:03 +01:00 |
|
Tony Torralba
|
c54e93f005
|
Merge pull request #13705 from atorralba/atorralba/java/android-unsafe-fetch-apply
Java: Add support for Kotlin's `apply` to java/android/unsafe-android-wevbiew-fetch
|
2023-07-12 09:45:54 +02:00 |
|
Ian Lynagh
|
b83f0275e3
|
Kotlin: Accept test changes for Kotlin 1.9.0
|
2023-07-11 17:37:24 +01:00 |
|
Ian Lynagh
|
470e033090
|
Kotlin: Restrict a test's results to those in the test directory
|
2023-07-11 17:37:23 +01:00 |
|
Malayke
|
bf1db35d87
|
Update CONTRIBUTING.md
add go
|
2023-07-11 23:32:58 +08:00 |
|
Ian Lynagh
|
6dedd9286c
|
Kotlin: Record "file class" info from the compiler
We were making file classes when the parent was a file, but not when it
was a class marked as one.
|
2023-07-11 15:58:42 +01:00 |
|
Ian Lynagh
|
cfd29de677
|
Kotlin: Add Class.isFileClass()
|
2023-07-11 15:58:41 +01:00 |
|
Ian Lynagh
|
2162530729
|
Kotlin: Add an integration test for file classes
|
2023-07-11 15:58:41 +01:00 |
|
Owen Mansel-Chan
|
8e85f4d91c
|
Merge pull request #13601 from pwntester/ruby/add_bun_support
Go: Add support for Bun library
|
2023-07-11 14:48:48 +01:00 |
|
Owen Mansel-Chan
|
84bfd10352
|
Merge pull request #13589 from owen-mc/go/tolerate-go-mod-not-in-project-root
Go: Deal better with a single go.mod file which is not in the project root
|
2023-07-11 14:32:10 +01:00 |
|
Asger F
|
c8af28c2ca
|
Merge pull request #13700 from asgerf/js/path-join-spread
JS: Recognize 'fs/promises' alias and handle spread arguments in path.join()
|
2023-07-11 15:31:13 +02:00 |
|