Mathias Vorreiter Pedersen
|
ff55efff99
|
Merge pull request #9549 from github/alexdenisov/remove-to-string-from-unknown-element
Swift: remove toString from UnknownElement
|
2022-06-14 13:15:18 +01:00 |
|
Alex Denisov
|
311dcfa230
|
Swift: remove toString from UnknownElement
Another attempt to remove flakiness
|
2022-06-14 13:37:17 +02:00 |
|
AlexDenisov
|
7123735b8d
|
Merge pull request #9546 from github/alexdenisov/extract-OtherConstructorDeclRefExpr
Swift: extract OtherConstructorDeclRefExpr
|
2022-06-14 13:11:18 +02:00 |
|
Alex Denisov
|
9681358a6d
|
Swift: extract OtherConstructorDeclRefExpr
|
2022-06-14 12:53:25 +02:00 |
|
Arthur Baars
|
6f63d9ab99
|
Merge pull request #9539 from github/dependabot/cargo/ruby/regex-1.5.5
Bump regex from 1.5.4 to 1.5.5 in /ruby
|
2022-06-14 12:33:30 +02:00 |
|
Mathias Vorreiter Pedersen
|
d94633ab85
|
Merge pull request #9542 from github/alexdenisov/extract-extensions
Swift: extract extension declarations
|
2022-06-14 11:23:00 +01:00 |
|
Arthur Baars
|
b4a1ef10a9
|
Merge pull request #9544 from github/aibaars-patch-1
Fix URL in readme
|
2022-06-14 12:11:29 +02:00 |
|
Alex Denisov
|
e677b78ab9
|
Swift: attach NominalTypeDecl to the ExtensionDecl
|
2022-06-14 12:09:26 +02:00 |
|
yoff
|
699761889d
|
Merge pull request #7127 from jty-team/jty/python/emailInjection
Python: CWE-079 - Add Email injection query
|
2022-06-14 10:54:16 +02:00 |
|
Arthur Baars
|
72aad0f38f
|
Fix URL in readme
|
2022-06-14 10:49:45 +02:00 |
|
Alex Denisov
|
cf0fc5829f
|
Swift: extract extension declarations
|
2022-06-14 08:22:43 +02:00 |
|
dependabot[bot]
|
80e47dec31
|
Bump regex from 1.5.4 to 1.5.5 in /ruby
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.5)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-14 00:38:02 +00:00 |
|
Henry Mercer
|
f7cc46b84b
|
Merge pull request #9467 from github/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
|
2022-06-14 02:24:22 +02:00 |
|
dependabot[bot]
|
b78f30b58d
|
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-13 19:33:33 +00:00 |
|
Alex Ford
|
8d195e3188
|
Merge pull request #9157 from alexrford/crypto-op-block-mode
Ruby/Python: Add a `BlockMode` concept for `CryptographicOperations`
|
2022-06-13 21:32:36 +02:00 |
|
Mathias Vorreiter Pedersen
|
6c8982b46e
|
Merge pull request #9469 from rdmarsh2/rdmarsh2/swift/dataflow-inout
Swift: Dataflow through inout parameters
|
2022-06-13 18:11:11 +01:00 |
|
Mathias Vorreiter Pedersen
|
20d9aaf055
|
Merge pull request #9516 from MathiasVP/revert-9419-revert-9373-cfg-for-key-paths
Swift: Reintroduce control-flow for key paths
|
2022-06-13 17:34:12 +01:00 |
|
Robert Marsh
|
d7f839a147
|
Swift: use ExitNode as CFG for InoutReturnNode
|
2022-06-13 15:50:30 +00:00 |
|
Robert Marsh
|
9f2abf3d47
|
Swift: more inout dataflow tests
|
2022-06-13 15:39:17 +00:00 |
|
Robert Marsh
|
84518c8d54
|
Merge pull request #9404 from MathiasVP/swift-get-enclosing-function
Swift: Add `getEnclosingFunction` to `AstNode`
|
2022-06-13 09:37:51 -04:00 |
|
Geoffrey White
|
3ae60808c1
|
Merge pull request #9399 from geoffw0/cleartextbufferwriteperf
C++: Improve performance of Printf::callsVariadicFormatter.
|
2022-06-13 14:32:55 +01:00 |
|
Erik Krogh Kristensen
|
caf1d45bc6
|
Merge pull request #9407 from erik-krogh/rubyFixJoin
RB: fix bad CP in the charPred for CipherOperation
|
2022-06-13 13:17:50 +02:00 |
|
Ian Lynagh
|
7c5a4909c6
|
Merge pull request #9468 from igfoo/igfoo/overloads
Kotlin: Put overloads together
|
2022-06-13 10:44:55 +01:00 |
|
Ian Lynagh
|
bdae353d4d
|
Merge pull request #9475 from igfoo/igfoo/builddir
Kotlin: Do each build in its own directory
|
2022-06-13 10:44:36 +01:00 |
|
Ian Lynagh
|
ae472f32de
|
Merge pull request #9453 from igfoo/igfoo/sam
Kotlin: Simplify samMember computation
|
2022-06-13 10:44:18 +01:00 |
|
Ian Lynagh
|
d8edc83ea2
|
Merge pull request #9451 from igfoo/igfoo/useValueParameter
Kotlin: Remove some redundant code
|
2022-06-13 10:43:54 +01:00 |
|
Ian Lynagh
|
72ea5973af
|
Merge pull request #9454 from igfoo/igfoo/extractFunction_idOverride
Kotlin: Remove unused idOverride argument to extractFunction
|
2022-06-13 10:43:31 +01:00 |
|
Mathias Vorreiter Pedersen
|
89bda047ff
|
Swift: Accept test changes.
|
2022-06-13 10:14:08 +01:00 |
|
Mathias Vorreiter Pedersen
|
7e5235b4d5
|
Revert "Merge pull request #9419 from github/revert-9373-cfg-for-key-paths"
This reverts commit 2187bf5dde, reversing
changes made to 8b1605a617.
|
2022-06-13 10:12:22 +01:00 |
|
Mathias Vorreiter Pedersen
|
ae288332cc
|
Merge pull request #9511 from MathiasVP/fix-completion-for-patterns
Swift: Fix completion for "naked" patterns
|
2022-06-13 10:56:07 +02:00 |
|
Mathias Vorreiter Pedersen
|
32ef535ad7
|
Merge pull request #9430 from github/redsun82/swift-unknown-location
Swift: add `UnknownLocation`
|
2022-06-13 10:55:53 +02:00 |
|
Paolo Tranquilli
|
28d2fd7a22
|
Merge pull request #9416 from github/redsun82/swift-codegen-docs
Swift: document and partially simplify codegen
|
2022-06-13 10:50:16 +02:00 |
|
Mathias Vorreiter Pedersen
|
9d7afab185
|
Swift: Fix completion for patterns that occur outside 'CaseLabelItems'. Previously we'd add an unnecessary 'no-match' completion to these patterns even though they were always matching. This caused some confusing output in the graph tests in particular.
|
2022-06-13 09:24:18 +01:00 |
|
AlexDenisov
|
e1c7de98e8
|
Merge pull request #9427 from github/redsun82/swift-macos-arm-workaround
Swift: build x86_64 on arm64 macOS
|
2022-06-13 06:30:54 +02:00 |
|
Ian Lynagh
|
669c1faf29
|
Kotlin: Do each build in its own directory
This can make life easier when debugging.
|
2022-06-10 15:01:37 +01:00 |
|
Robert Marsh
|
97815bfa61
|
Swift: fix implicit this usage
|
2022-06-09 18:50:40 +00:00 |
|
Robert Marsh
|
755c56dafe
|
Swift: autoformat
|
2022-06-09 18:50:39 +00:00 |
|
Robert Marsh
|
fca1afa493
|
Swift: fix inout parameter conflation at return
|
2022-06-09 17:09:49 +00:00 |
|
Robert Marsh
|
8d4830cd23
|
Swift: make dataflow test a path-problem
|
2022-06-09 17:09:49 +00:00 |
|
Robert Marsh
|
a7663adf90
|
Swift: add flow through inout parameters
|
2022-06-09 17:09:49 +00:00 |
|
Robert Marsh
|
21ba73138d
|
Swift: add CallExprCfgNode
|
2022-06-09 17:09:49 +00:00 |
|
Robert Marsh
|
cb3da0eedd
|
Swift: add some ParamDecl methods
|
2022-06-09 17:09:48 +00:00 |
|
Robert Marsh
|
776a2965ca
|
Swift: extract isInOut for parameters
|
2022-06-09 17:09:48 +00:00 |
|
Ian Lynagh
|
6055aaf048
|
Kotlin: Put overloads together
Makes it easier when reading the code.
The substituteTypeArguments functions aren't actually overloads, but I
think the same applies.
|
2022-06-09 17:43:11 +01:00 |
|
Paolo Tranquilli
|
8b52bb0c31
|
Swift: build x86_64 on arm64 macOS
This is a temporary workaround. At a later stage we will add
* a Swift/LLVM prebuilt package for arm64
* universal binary for the extractor
|
2022-06-08 10:25:38 +02:00 |
|
Ian Lynagh
|
5c9fea2283
|
Kotlin: Remove unused idOverride argument to extractFunction
|
2022-06-07 11:34:43 +01:00 |
|
Ian Lynagh
|
33e11b3014
|
Kotlin: Simplify samMember computation
|
2022-06-07 11:11:00 +01:00 |
|
Ian Lynagh
|
763f869e3f
|
Kotlin: Remove some redundant code
|
2022-06-06 20:49:36 +01:00 |
|
jorgectf
|
171239b78f
|
Format FlaskMail.qll and Sendgrid.qll
|
2022-06-03 18:27:45 +02:00 |
|
Paolo Tranquilli
|
a0acb19b68
|
Swift: remove redundant import
|
2022-06-03 15:28:48 +02:00 |
|