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 |
|
Calum Grant
|
28c0906886
|
Update ruby/ql/lib/codeql/ruby/frameworks/stdlib/Logger.qll
Co-authored-by: Nick Rolfe <nickrolfe@github.com>
|
2022-06-13 09:41:41 +01: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 |
|
thiggy1342
|
038e6363a9
|
update severity
|
2022-06-11 00:09:50 +00:00 |
|
thiggy1342
|
c7e67eb2e2
|
expand test coverage for sanitizers
|
2022-06-10 21:30:41 +00: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 |
|
Donatas Abraitis
|
3174c4fa9b
|
doc: Add missing closing bracket in basic-query-for-cpp-code
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
2022-06-10 09:49:52 +03: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 |
|
Dave Bartolomeo
|
5780f156d1
|
Merge pull request #9456 from dbartol/dbartol/go-suite-helpers/work
Fix `codeql/suite-helpers` dependency for Go
|
2022-06-09 12:04:15 -04:00 |
|
Rasmus Wriedt Larsen
|
d91b92511f
|
Python: Add change-note
|
2022-06-08 17:46:51 +02:00 |
|
Rasmus Wriedt Larsen
|
5b2d799fde
|
Python: Model certificate disabling in urllib3
|
2022-06-08 17:41:45 +02:00 |
|
Rasmus Wriedt Larsen
|
0d02ca07d7
|
Python: Add certificate disable test of urllib/urllib2
|
2022-06-08 17:41:45 +02:00 |
|
Rasmus Wriedt Larsen
|
049e87201c
|
Python: Model certificate disabling in httpx
|
2022-06-08 17:41:45 +02:00 |
|
Rasmus Wriedt Larsen
|
1a2a4232a8
|
Python: Refactor httpx tests
and improve QLDocs a bit
|
2022-06-08 17:41:45 +02:00 |
|
Rasmus Wriedt Larsen
|
f72a1d98bb
|
Python: Model certificate disabling in aiohttp.client
|
2022-06-08 17:41:45 +02:00 |
|
Rasmus Wriedt Larsen
|
4b07a7b7be
|
Python: Add missing QLDoc for requests
Also fix links
|
2022-06-08 17:41:42 +02:00 |
|
Rasmus Wriedt Larsen
|
f37d1775f1
|
Python: Improve requests tests
|
2022-06-08 17:41:11 +02:00 |
|
Rasmus Wriedt Larsen
|
c21e05aa44
|
Python: Use HTTP::Client::Request request for py/request-without-cert-validation
This is very much like the Ruby query, except we also have the origin
that does the disabling.
976daddd36/ruby/ql/src/queries/security/cwe-295/RequestWithoutValidation.ql (L18-L20)
|
2022-06-08 15:42:32 +02:00 |
|
Rasmus Wriedt Larsen
|
9cb249fc2f
|
Python: Add test we don't handle for py/request-without-cert-validation
|
2022-06-08 15:39:37 +02:00 |
|
Rasmus Wriedt Larsen
|
bb0435aba6
|
Merge branch 'main' into ruby-mad-argument-self
|
2022-06-08 14:19:29 +02: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 |
|
Dave Bartolomeo
|
5e5e2646e2
|
Fix codeql/suite-helpers dependency for Go
|
2022-06-07 10:55:49 -04: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 |
|
thiggy1342
|
62291124ff
|
remove constraint for Zip::File.open
|
2022-06-06 21:20:44 +00:00 |
|
thiggy1342
|
3c62271dba
|
fix casing of Api
|
2022-06-06 21:18:08 +00:00 |
|
thiggy1342
|
074583eab8
|
add archive api file open query and test
|
2022-06-06 21:09:57 +00:00 |
|
Ian Lynagh
|
763f869e3f
|
Kotlin: Remove some redundant code
|
2022-06-06 20:49:36 +01:00 |
|
thiggy1342
|
c5db11ee2e
|
use select placeholder correctly
|
2022-06-06 14:01:02 +00:00 |
|
thiggy1342
|
6cb0717a07
|
Fix test syntax for sanitizer tests
|
2022-06-04 16:33:18 +00:00 |
|
thiggy1342
|
5ada3b76ed
|
Merge branch 'main' into experimental-decompression-api
|
2022-06-03 16:45:53 -04:00 |
|
thiggy1342
|
54fd7809fe
|
tweak metadata
|
2022-06-03 18:22:50 +00:00 |
|
thiggy1342
|
c5dc8779d1
|
Increased query robustness and test coverage
|
2022-06-03 18:05:56 +00:00 |
|
jorgectf
|
171239b78f
|
Format FlaskMail.qll and Sendgrid.qll
|
2022-06-03 18:27:45 +02:00 |
|