Harry Maclean
|
ab4eba11ec
|
Ruby: Rename extractor to codeql-extractor-ruby
|
2023-04-19 06:27:27 +00:00 |
|
Alex Ford
|
924ce250dd
|
Merge pull request #12847 from github/post-release-prep/codeql-cli-2.13.0
Post-release preparation for codeql-cli-2.13.0
|
2023-04-18 14:40:40 +01:00 |
|
Peter Stöckli
|
2f268b309b
|
Ruby: improve non-constant-kernel-open, freeze called on constant
|
2023-04-18 11:24:01 +02:00 |
|
Tom Hvitved
|
f6d000eb20
|
Merge pull request #12805 from hvitved/remove-queries-xml
Remove all `queries.xml` files
|
2023-04-18 10:52:14 +02:00 |
|
Peter Stöckli
|
0a6bb3f7ce
|
Ruby: improve non-constant-kernel-open, no FP's on open without arguments
|
2023-04-18 10:10:36 +02:00 |
|
github-actions[bot]
|
648f0e19ec
|
Post-release preparation for codeql-cli-2.13.0
|
2023-04-17 15:39:24 +00:00 |
|
Asger F
|
e180b7e2ba
|
Ruby: add locations for module object nodes
|
2023-04-17 12:49:35 +02:00 |
|
Asger F
|
8c0c335daf
|
Ruby: update test output
|
2023-04-17 12:47:23 +02:00 |
|
Asger F
|
8363171f1f
|
Ruby: Add MkModuleObject as API node for a module/class
|
2023-04-17 12:47:23 +02:00 |
|
Asger F
|
7332cec9a5
|
Ruby: fix missing 'self' parameters in ModuleNode.getAnImmediateReferenc
|
2023-04-17 12:47:23 +02:00 |
|
Asger F
|
29a20550f6
|
Ruby: use MkUse/MkDef for successors, use/def for predecessors
|
2023-04-17 12:47:23 +02:00 |
|
Asger F
|
ccb57f2a84
|
Merge pull request #12804 from asgerf/rb/api-graphs-cached
Ruby: restrict join order of API graph predicates
|
2023-04-17 08:24:07 +02:00 |
|
Jeroen Ketema
|
0c7346707b
|
Fix minor issues with change notes
|
2023-04-14 15:37:04 +02:00 |
|
github-actions[bot]
|
075d063370
|
Release preparation for version 2.13.0
|
2023-04-14 13:31:30 +00:00 |
|
Asger F
|
f4e8656c17
|
Ruby: move internal methods to API::Node::Internal
|
2023-04-14 13:35:13 +02:00 |
|
Alex Eyers-Taylor
|
c6a482819a
|
Bump all qlpacks major versions
|
2023-04-13 19:15:27 +01:00 |
|
Maiky
|
64cf3adfd4
|
Update examples
|
2023-04-13 17:29:14 +02:00 |
|
Maiky
|
820db43945
|
Add ERB Template Injection Sink
|
2023-04-13 17:21:31 +02:00 |
|
Michael Nebel
|
52bc43b22b
|
Merge pull request #12595 from michaelnebel/enhanceprovenance
Java/C# : Enhance provenance.
|
2023-04-13 14:27:53 +02:00 |
|
Alex Ford
|
8c46bfd051
|
Merge pull request #12816 from github/rc/3.9
Merge `rc/3.9` into `main`
|
2023-04-13 12:35:41 +01:00 |
|
Tom Hvitved
|
3cc9dec9c8
|
Remove all queries.xml files
|
2023-04-13 11:18:58 +02:00 |
|
Michael Nebel
|
1d82b09ec1
|
Sync files.
|
2023-04-13 09:21:05 +02:00 |
|
Asger F
|
69cb138912
|
Ruby: Tweak caching/inlining or API graph predicates
|
2023-04-12 15:56:58 +02:00 |
|
Chris Smowton
|
7eefa43f5a
|
Rename and document viableArgParamSpecific to make clear it is a temporary hook.
|
2023-04-12 14:33:46 +01:00 |
|
Asger F
|
7e23bf3938
|
Ruby: remove some redundant getASubclass() calls
|
2023-04-12 15:32:01 +02:00 |
|
Chris Smowton
|
4d8ca3d759
|
Add dataflow callback to filter out receiver argument flow to Golang interface dispatch candidates.
Other langauges stub the callback.
|
2023-04-12 14:19:06 +01:00 |
|
Harry Maclean
|
8691845d23
|
Ruby: Re-add test
This got lost in an earlier refactor.
|
2023-04-07 15:50:48 +08:00 |
|
Harry Maclean
|
2ef6d5c7b9
|
Ruby/QL: Remove unnecessary CLI config
|
2023-04-07 15:49:17 +08:00 |
|
Harry Maclean
|
d942b54a9d
|
Ruby: Update scripts for merged extractor
|
2023-04-07 15:49:17 +08:00 |
|
Harry Maclean
|
79089b40b9
|
Ruby: Merge extractor binaries into one
There is now one binary, codeql-ruby-extractor, which takes a positional
argument specifying whether to extract, generate or autobuild.
|
2023-04-07 12:04:02 +08:00 |
|
Harry Maclean
|
5a8a6f2971
|
Ruby: Enable derive feature in clap
This allows nicer CLI definitions.
|
2023-04-07 12:04:02 +08:00 |
|
Harry Maclean
|
e2f64de621
|
Merge pull request #12774 from hmac/merge-extractor-binaries
|
2023-04-06 19:21:54 +08:00 |
|
Arthur Baars
|
f1246af7da
|
Merge pull request #12776 from aibaars/update-tree-sitter
Ruby: update tree-sitter to 0.20.10
|
2023-04-06 13:11:12 +02:00 |
|
Arthur Baars
|
144a748388
|
Ruby: update tree-sitter to 0.20.10
|
2023-04-06 09:10:56 +02:00 |
|
Harry Maclean
|
d8a2ba9e00
|
Ruby: Bump clap to 4.2
|
2023-04-06 07:56:10 +08:00 |
|
Harry Maclean
|
109ca0dc20
|
Ruby: Clippy fixes
|
2023-04-05 18:46:57 +08:00 |
|
Harry Maclean
|
b6c071a10b
|
Shared: Further consolidate generators
|
2023-04-05 18:46:57 +08:00 |
|
Harry Maclean
|
c4bee299e5
|
Ruby: Remove db generation functions
These now live in the shared extractor library.
|
2023-04-05 18:46:56 +08:00 |
|
github-actions[bot]
|
ac426b1302
|
Post-release preparation for codeql-cli-2.12.6
|
2023-04-04 16:49:26 +00:00 |
|
Asger F
|
7c9100c782
|
Merge pull request #12730 from asgerf/rb/net-http
Ruby: Minor fix in NetHttpRequest
|
2023-04-04 09:44:11 +02:00 |
|
Asger F
|
c699afd07f
|
Ruby: instantiate NetHttpRequest even if body is not accessed
|
2023-03-31 12:56:09 +02:00 |
|
Asger F
|
504a0f8112
|
Ruby: Add test where response body is not referenced
|
2023-03-31 12:55:49 +02:00 |
|
Asger F
|
209aebad61
|
Ruby: Update HttpClients.ql not assume all predicates have results
|
2023-03-31 11:12:45 +02:00 |
|
Asger F
|
008ffea94f
|
Merge pull request #12703 from asgerf/rb/api-graphs-trackdef
Ruby: do not depend on trackDefNode in isDef
|
2023-03-31 10:30:18 +02:00 |
|
github-actions[bot]
|
0a3218676c
|
Release preparation for version 2.12.6
|
2023-03-30 19:25:06 +00:00 |
|
Alex Ford
|
62fcea030a
|
Merge pull request #12718 from github/post-release-prep/codeql-cli-2.12.5
Post-release preparation for codeql-cli-2.12.5
|
2023-03-30 15:50:56 +01:00 |
|
github-actions[bot]
|
e87ce62f95
|
Post-release preparation for codeql-cli-2.12.5
|
2023-03-30 13:48:58 +00:00 |
|
Jeroen Ketema
|
0acca2ba76
|
Merge pull request #12687 from jketema/unit-2
Make imports of `codeql.util.Unit` private
|
2023-03-29 13:07:12 +02:00 |
|
Asger F
|
f8e76b5347
|
Ruby: do not depend on trackDefNode in isDef
|
2023-03-29 10:31:42 +02:00 |
|
Tamas Vajk
|
85d824b96b
|
Ruby: Adjust Makefile after shared library refactoring
|
2023-03-29 10:12:10 +02:00 |
|