Tom Hvitved
60b0f25a9a
Ruby: Improvements to RegExpTracking
2023-05-10 09:35:59 +02:00
Stephan Brandauer
46741c6e42
rename kind -> label
2023-05-10 09:34:13 +02:00
Kasper Svendsen
fa0a99983f
Merge pull request #13081 from kaspersv/kaspersv/cpp-explicit-this-receivers1
...
C++: Make implicit this receivers explicit
2023-05-10 09:33:45 +02:00
Stephan Brandauer
85f519b7b4
documentation updates from review comments
2023-05-10 09:33:37 +02:00
Mathias Vorreiter Pedersen
363514e4ca
C++: Expand heuristic to catch more sources.
2023-05-10 08:27:29 +01:00
Mathias Vorreiter Pedersen
9da7c9f696
C++: Use heuristic allocation in 'cpp/overrun-write'.
2023-05-10 08:22:56 +01:00
Mathias Vorreiter Pedersen
023b8e4f15
C++: Add a testcase that needs heuristic allocation.
2023-05-10 08:21:21 +01:00
Stephan Brandauer
94cb82e553
remove TestFileCharacteristic as it's redundant
2023-05-10 09:06:11 +02:00
yoff
25899c15c9
Merge pull request #13098 from hvitved/python/update-consistency-expected
...
Python: Update expected test output
2023-05-10 08:58:27 +02:00
Stephan Brandauer
d7aca9e909
use comma separator in concatenation
2023-05-10 08:57:27 +02:00
Erik Krogh Kristensen
f4f1333d5c
Merge pull request #13090 from kaspersv/kaspersv/js-prevent-regression
...
JS: Prevent join order regression
2023-05-10 08:25:26 +02:00
Asger F
b28254327a
Update javascript/ql/lib/semmle/javascript/security/dataflow/IndirectCommandInjectionCustomizations.qll
...
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com >
2023-05-10 08:16:31 +02:00
Tom Hvitved
4d84f92e8c
Python: Update expected test output
2023-05-10 08:15:15 +02:00
Paolo Tranquilli
c677c04c0c
Swift: fix wrong if (diagnostics) block placement
2023-05-10 07:03:53 +02:00
Paolo Tranquilli
ec3c63a2b3
Swift: replace all usages of std::to_string with absl::StrCat or absl::StrAppend
2023-05-10 07:03:06 +02:00
Rasmus Lerchedahl Petersen
064877140e
Python: interpret remaining content
2023-05-09 21:40:01 +02:00
Rasmus Lerchedahl Petersen
c1110666b5
Python: remaining content-based summary components
2023-05-09 21:40:01 +02:00
yoff
4849f43d16
Merge branch 'main' into python/update-taint-debug
2023-05-09 21:35:56 +02:00
Ian Lynagh
9764a8c348
Kotlin: Remove some redundant return statments
2023-05-09 16:25:59 +01:00
Ian Lynagh
24d7391f5b
Kotlin: Remove ODASA_JAVA_LAYOUT support
...
This is no longer supported, and has never been used with Kotlin.
2023-05-09 16:25:37 +01:00
Ian Lynagh
968a78e3e6
Kotlin: Small simplification
...
Merge two `IrFunction` cases into one.
2023-05-09 16:25:20 +01:00
Kasper Svendsen
c7d72e0d34
JS: Prevent join order regression
2023-05-09 17:01:41 +02:00
Jaroslav Lobačevski
891a94c166
Apply suggestions from code review
...
Co-authored-by: Asger F <asgerf@github.com >
2023-05-09 16:27:32 +02:00
Kasper Svendsen
c46898cb75
C++: Make implicit this receivers explicit
2023-05-09 15:35:54 +02:00
Kasper Svendsen
3041fdebba
C#: Make implicit this receivers explicit
2023-05-09 15:34:59 +02:00
Kasper Svendsen
a129513b80
C#, C++: Make implicit this receivers explicit
2023-05-09 15:33:51 +02:00
Rasmus Lerchedahl Petersen
30d3c3e8cd
python: fix warnings
...
- rename `Conf` -> `Config`
- comment out unused code
- rearrange code so it is easy to see how to swap comments
- autoformat
2023-05-09 15:01:31 +02:00
Asger F
3d5c8153ca
Merge pull request #13076 from asgerf/js/fix-example-query-text
...
JS: Fix broken message in example query
2023-05-09 14:57:46 +02:00
Paolo Tranquilli
84c017083f
Swift: add configuration of diagnostics logs
2023-05-09 14:42:43 +02:00
Paolo Tranquilli
ca94b20284
Swift: auto-flush logs on errors
2023-05-09 14:42:21 +02:00
Paolo Tranquilli
2904aa8439
Revert "Swift: auto-flush logs at exit"
...
This reverts commit 0d9dcb161f .
This turns out to introduce a subtle bug related to destruction order
between `Log::instance()` and the `Logger` instances.
2023-05-09 13:08:28 +02:00
yoff
1a57f81aca
Merge pull request #12537 from yoff/python/captured-variables-for-typetracking
...
Python: Captured variables for type tracking and the API graph
2023-05-09 12:34:22 +02:00
Shati Patel
445712639f
Merge pull request #13021 from github/shati-patel/mrva-results-view
...
Update screenshots for changes to variant analysis results view
2023-05-09 11:25:41 +01:00
Jaroslav Lobačevski
5aa71352dc
Update javascript/ql/src/Security/CWE-094/ExpressionInjection.qhelp
...
Co-authored-by: Asger F <asgerf@github.com >
2023-05-09 12:23:52 +02:00
Jaroslav Lobačevski
1ad23c5366
Apply suggestions from code review
...
Co-authored-by: Asger F <asgerf@github.com >
2023-05-09 12:23:06 +02:00
Geoffrey White
d278340f94
Swift: Add missing link.
2023-05-09 10:55:17 +01:00
Michael Nebel
b1659bee66
Merge pull request #12909 from michaelnebel/csharp/dataflowrefactor7
...
C#: Re-factor the experimental PotentialTimeBomb to use new API.
2023-05-09 11:44:44 +02:00
Kasper Svendsen
f619a63f6f
JS: Make implicit this receivers explicit
2023-05-09 11:37:25 +02:00
Geoffrey White
0d1df81667
Swift: Update supported-versions-compilers.rst
2023-05-09 10:37:25 +01:00
Geoffrey White
fc40673982
Swift: Add Swift to supported-frameworks.rst
2023-05-09 10:37:25 +01:00
Geoffrey White
d7382053ca
Merge branch 'main' into swifttodos
2023-05-09 10:06:45 +01:00
Tony Torralba
77ec34587f
Merge pull request #13073 from github/workflow/coverage/update
...
Update CSV framework coverage reports
2023-05-09 10:59:44 +02:00
Asger F
aec6ba7d5e
JS: Fix broken message in example query
2023-05-09 10:53:57 +02:00
Paolo Tranquilli
8f26c7e2d2
Swift: add one more help link to diagnostics
2023-05-09 10:52:26 +02:00
Mathias Vorreiter Pedersen
ffa30284ea
Merge pull request #12896 from geoffw0/modernsec3
...
Swift: Fix member variable CSV sinks (swift/insecure-tls)
2023-05-09 09:52:22 +01:00
Mathias Vorreiter Pedersen
65dea0b5a1
Merge pull request #13074 from MathiasVP/13041-follow-up
...
C++: Add QLDoc to `getOverflow`
2023-05-09 09:39:12 +01:00
Calum Grant
3d713ed4a9
Merge pull request #13067 from hvitved/ruby/no-self-flow
...
Ruby: Remove local identity flow steps
2023-05-09 09:33:35 +01:00
Kasper Svendsen
0de6e4138f
Merge pull request #13037 from kaspersv/kaspersv/java-enable-implicit-this-warnings
...
Java: Enable implicit this receiver warnings
2023-05-09 10:24:31 +02:00
Paolo Tranquilli
e17a8d03ab
Swift: add diagnostic for no project found
2023-05-09 10:13:42 +02:00
Paolo Tranquilli
08c43bc9b0
Swift: move diagnostics definition to the source file
2023-05-09 10:11:13 +02:00