Tamas Vajk
|
1727fcb845
|
Kotlin: fix test to expect diagnostic
|
2022-10-27 09:14:23 +02:00 |
|
Tamás Vajk
|
f1fcb64e94
|
Merge pull request #10992 from tamasvajk/kotlin-unused-extension
Kotlin: do not report on unused `object` extension parameters
|
2022-10-27 08:50:33 +02:00 |
|
Harry Maclean
|
bdb143cf83
|
Merge pull request #10913 from thiggy1342/expand-ruby-ssrf-sinks-faraday-connection-new
Ruby: Add Faraday::Connection.new as sink for SSRF query
|
2022-10-27 10:33:44 +13:00 |
|
Chris Smowton
|
fac383a3ac
|
Merge pull request #10974 from smowton/smowton/fix/dont-translate-tochar
Kotlin: don't try to call nonexistent `j.l.Number.toChar`
|
2022-10-26 14:18:03 +01:00 |
|
Tamas Vajk
|
9cc7a30a75
|
Kotlin: do not report on unused object extension parameters
|
2022-10-26 15:06:51 +02:00 |
|
Tamas Vajk
|
fbcf7ea669
|
Kotlin: Add test case for unused extension parameters
|
2022-10-26 15:05:59 +02:00 |
|
Asger F
|
c9dfba344a
|
Merge pull request #10925 from asgerf/ql/navigate-doc
Docs: Mention new navigation commands
|
2022-10-26 14:29:42 +02:00 |
|
Ian Lynagh
|
37c40c58d2
|
Merge pull request #10959 from igfoo/igfoo/diags
Java/Kotlin: Add a diagnostics consistency query
|
2022-10-26 13:07:01 +01:00 |
|
Erik Krogh Kristensen
|
52cd200ca0
|
Merge pull request #10985 from asgerf/js/reaches-return-escape
JS: Do not track returned values out of the enclosing function
|
2022-10-26 10:52:11 +02:00 |
|
Tony Torralba
|
924995d9e1
|
Merge pull request #10977 from github/workflow/coverage/update
Update CSV framework coverage reports
|
2022-10-26 09:51:17 +02:00 |
|
Asger F
|
414bd40c41
|
JS: Do not track returned values out of the enclosing function
|
2022-10-26 09:29:49 +02:00 |
|
Paolo Tranquilli
|
a3234503b8
|
Merge pull request #10983 from github/redsun82/swift-third-party
Swift: move libraries from `tools` to `third_party`
|
2022-10-26 08:59:50 +02:00 |
|
Mathias Vorreiter Pedersen
|
58b6c45d27
|
Merge pull request #10958 from geoffw0/comma
C++: Fix performance issue on cpp/comma-before-misleading-indentation
|
2022-10-26 08:29:18 +02:00 |
|
Paolo Tranquilli
|
c8788bb5cd
|
Swift: move libraries from tools to third_party
|
2022-10-26 07:05:56 +02:00 |
|
github-actions[bot]
|
5454f9a738
|
Add changed framework coverage reports
|
2022-10-26 00:20:29 +00:00 |
|
Geoffrey White
|
1e8b4bdd6f
|
Merge pull request #10973 from geoffw0/comment
Swift: Fix UrlRemoteFlowSource name clash
|
2022-10-25 18:51:51 +01:00 |
|
thiggy1342
|
9c1fbfd330
|
Merge branch 'main' into expand-ruby-ssrf-sinks-faraday-connection-new
|
2022-10-25 13:09:17 -04:00 |
|
Chris Smowton
|
004f4be5fb
|
Kotlin: don't try to call nonexistent j.l.Number.toChar
Previously we thought this could be callable because Kotlin's view of `j.l.Integer` inherits `k.Number` which defines `toChar`.
|
2022-10-25 17:09:05 +01:00 |
|
Geoffrey White
|
53fa91f8ba
|
Swift: Add comment.
|
2022-10-25 16:51:57 +01:00 |
|
Geoffrey White
|
a67bd4d903
|
Swift: Fix name clash.
|
2022-10-25 16:40:27 +01:00 |
|
Ian Lynagh
|
4050801a17
|
Kotlin: Autoformat query
|
2022-10-25 16:26:12 +01:00 |
|
Ian Lynagh
|
52cfc33576
|
Kotlin: Accept test changes
|
2022-10-25 16:26:12 +01:00 |
|
Ian Lynagh
|
63b64e4daa
|
Kotlin: Test tweaks for the diags consistency query
|
2022-10-25 16:26:11 +01:00 |
|
Ian Lynagh
|
caf7ebc634
|
Java/Kotlin: Add a diagnostic consistency query
|
2022-10-25 16:26:11 +01:00 |
|
Ian Lynagh
|
185d43a7b0
|
Kotlin: Turn warnings into trace messages
This is normal behaviour, nothing to be concerned about.
|
2022-10-25 16:26:11 +01:00 |
|
thiggy1342
|
3659eaa780
|
add markdown file extension
|
2022-10-25 10:13:19 -04:00 |
|
Geoffrey White
|
257748d82b
|
C++: Rename predicate.
|
2022-10-25 14:52:22 +01:00 |
|
Geoffrey White
|
3d025ea77e
|
Merge pull request #10903 from geoffw0/review
Swift: Add some summary queries.
|
2022-10-25 14:47:09 +01:00 |
|
yo-h
|
01a67adb49
|
Merge pull request #10738 from github/yo-h-patch-1
Java: update framework list
|
2022-10-25 09:42:18 -04:00 |
|
Tamás Vajk
|
3264bbc1db
|
Merge pull request #10962 from tamasvajk/kotlin-unreachable-catch
Kotlin: Exclude .kt files from `java/unreachable-catch-clause`
|
2022-10-25 15:01:25 +02:00 |
|
Tamás Vajk
|
7013663d13
|
Merge pull request #10881 from tamasvajk/kotlin-constant-expr
Kotlin: Exclude constructs in serialization constructors from `java/evaluation-to-constant`
|
2022-10-25 15:00:58 +02:00 |
|
Geoffrey White
|
b59f01f968
|
Swift: Use UnknownFile.
|
2022-10-25 13:44:13 +01:00 |
|
Mathias Vorreiter Pedersen
|
6a7bcd384a
|
Merge pull request #10939 from rdmarsh2/rdmarsh2/cpp/modulus-analysis-comments
C++: additional comments for modulus analysis
|
2022-10-25 14:29:54 +02:00 |
|
Tamas Vajk
|
80fa45fd8e
|
Fix expected fest file after rebase
|
2022-10-25 13:52:25 +02:00 |
|
Tamas Vajk
|
f1e6b756e3
|
Add integration test with constant expression in a generated constructor
|
2022-10-25 13:52:25 +02:00 |
|
Tamas Vajk
|
eaa04b72f1
|
Apply code review findings
|
2022-10-25 13:49:54 +02:00 |
|
Tamas Vajk
|
78c23c2657
|
Kotlin: Exclude constructs in serialization constructors from java/evaluation-to-constant
|
2022-10-25 13:49:54 +02:00 |
|
Tamás Vajk
|
30fc6acb19
|
Merge pull request #10961 from tamasvajk/kotlin-abstract-collection-cast
Kotlin: Improve `java/abstract-to-concrete-cast` to handle `when` branches
|
2022-10-25 13:27:19 +02:00 |
|
Henry Mercer
|
7e2c06de80
|
Merge pull request #10963 from github/codeql-ci/js/ml-powered-pack-release-0.3.6
JS: Bump version numbers of ML-powered packs after 0.3.6 release
|
2022-10-25 12:12:15 +01:00 |
|
yoff
|
9d542f1be9
|
Merge pull request #10887 from Sim4n6/TarSlipImprov
Python: Add TarSlip Improv query
|
2022-10-25 13:02:52 +02:00 |
|
Chris Smowton
|
b9f4856d47
|
Merge pull request #10876 from smowton/smowton/feature/kotlin-default-method-auto-mad
Java models-as-data: infer Kotlin $default models from that of its parent function
|
2022-10-25 11:58:54 +01:00 |
|
Paolo Tranquilli
|
a4258ea390
|
Merge pull request #10953 from github/redsun82/cmake-generator
Bazel/CMake: make cmake runnable from outside the workspace
|
2022-10-25 12:47:10 +02:00 |
|
Chris Smowton
|
c4ba644dfd
|
Merge pull request #10952 from smowton/smowton/fix/java-interface-redeclares-tostring
Kotlin: extract interface redeclarations of `Object` methods
|
2022-10-25 11:29:10 +01:00 |
|
Henry Mercer
|
1dc14bcaee
|
Merge branch 'main' into codeql-ci/js/ml-powered-pack-release-0.3.6
|
2022-10-25 10:54:08 +01:00 |
|
github-actions[bot]
|
caf3a098c8
|
JS: Bump version of ML-powered library and query packs to 0.3.7
|
2022-10-25 09:12:00 +00:00 |
|
Tamas Vajk
|
0e4287e378
|
Kotlin: Exclude .kt files from java/unreachable-catch-clause
|
2022-10-25 11:06:51 +02:00 |
|
Tamas Vajk
|
4b042f9770
|
Kotlin: Add test cases for java/unreachable-catch-clause
|
2022-10-25 11:06:15 +02:00 |
|
github-actions[bot]
|
5d100c8036
|
JS: Bump patch version of ML-powered library and query packs
|
2022-10-25 09:00:40 +00:00 |
|
Tamas Vajk
|
a0490f454b
|
Kotlin: Improve java/abstract-to-concrete-cast to handle when branches
|
2022-10-25 10:17:47 +02:00 |
|
Tamas Vajk
|
690d6517d7
|
Kotlin: Add abstract to concrete type cast guarded by when
|
2022-10-25 10:16:40 +02:00 |
|