Harry Maclean
|
6d3f87f610
|
Ruby: Small fixes
|
2022-09-20 15:55:35 +01:00 |
|
Harry Maclean
|
bc1723c0ee
|
Fix typos
|
2022-09-20 15:55:35 +01:00 |
|
Harry Maclean
|
cdc640b544
|
Revert "Ruby: Allow custom edges in API graph EntryPoints"
This reverts commit ab061fb1e1d21877fc817c4c66b48fb2d3650fa8.
|
2022-09-20 15:55:35 +01:00 |
|
Harry Maclean
|
d5ef853343
|
Ruby: Remove ActiveStorage entry points
|
2022-09-20 15:55:35 +01:00 |
|
Harry Maclean
|
54b05e48a9
|
Ruby: Add change note
|
2022-09-20 15:55:35 +01:00 |
|
Harry Maclean
|
d68674a660
|
Ruby: disable problematic MaD path
|
2022-09-20 15:55:35 +01:00 |
|
Harry Maclean
|
ba5cd08a09
|
Update ActionController fixture
|
2022-09-20 15:55:35 +01:00 |
|
Harry Maclean
|
c97fadd7a3
|
Fix version number.
|
2022-09-20 15:55:35 +01:00 |
|
Harry Maclean
|
24b582d77a
|
Add missing QLDoc
|
2022-09-20 15:55:34 +01:00 |
|
Harry Maclean
|
96a34c3690
|
QL4QL fix
|
2022-09-20 15:55:34 +01:00 |
|
Harry Maclean
|
53a34174b9
|
Model ActiveStorage
|
2022-09-20 15:55:34 +01:00 |
|
Harry Maclean
|
39a1cf5bd8
|
Ruby: Allow custom edges in API graph EntryPoints
|
2022-09-20 15:55:34 +01:00 |
|
Tom Hvitved
|
647397759e
|
Merge pull request #10336 from hvitved/ruby/call-graph-rework
Ruby: Rework call graph implementation
|
2022-09-20 15:29:40 +02:00 |
|
Nick Rolfe
|
30b54b2abe
|
Merge pull request #10450 from github/nickrolfe/filesystemresolver
Ruby: model ActionView::FileSystemResolver as a FileSystemAccess
|
2022-09-20 14:21:28 +01:00 |
|
erik-krogh
|
0645b11cb1
|
ruby: remove unused predicate from NfaUtilsSpecific
|
2022-09-19 15:25:00 +02:00 |
|
Tom Hvitved
|
bb08e6f0fd
|
Ruby: Three call graph fixes for singleton methods
|
2022-09-19 14:20:12 +02:00 |
|
Tom Hvitved
|
d13332cff1
|
Ruby: Add more call graph tests
|
2022-09-19 14:19:25 +02:00 |
|
Erik Krogh Kristensen
|
a4cd913aea
|
Merge pull request #10312 from erik-krogh/fix-caseDiff
ensure consistent casing of names
|
2022-09-19 10:43:12 +02:00 |
|
Tom Hvitved
|
a8cc669251
|
Ruby: Address review comments
|
2022-09-18 19:34:54 +02:00 |
|
Tom Hvitved
|
9004e82820
|
Ruby: Add another call graph test
|
2022-09-18 19:34:00 +02:00 |
|
Tom Hvitved
|
29bfb4d185
|
Ruby: Revert changes to isLocalSourceNode and localFlowStepTypeTracker
Instead, use small-step type tracking, as suggested by @rasmuswl offline.
|
2022-09-16 19:38:26 +02:00 |
|
Nick Rolfe
|
b5d648a6b0
|
Ruby: model ActionView::FileSystemResolver as a FileSystemAccess
|
2022-09-16 09:24:14 +01:00 |
|
Tom Hvitved
|
ac4d4ff613
|
Ruby: Rework call graph implementation
|
2022-09-16 10:22:26 +02:00 |
|
Tom Hvitved
|
41c45c26bc
|
Ruby: Add more call graph tests, and make calls.rb interpretable by irb
|
2022-09-16 10:22:20 +02:00 |
|
Tom Hvitved
|
40241acbfc
|
Merge pull request #10425 from hvitved/ruby/bad-join-fix
Ruby: Fix bad join-order in DB upgrade script
|
2022-09-15 12:09:14 +02:00 |
|
Tom Hvitved
|
5cfed75e4c
|
Ruby: Fix bad join-order in DB upgrade script
Before
```
Evaluated relational algebra for predicate #select#query#ffffff@3e1dedi5 with tuple counts:
30411461 ~0% {6} r1 = locations_default AND NOT #select#query#ffffff#antijoin_rhs(Lhs.0, Lhs.1, Lhs.2, Lhs.3, Lhs.4, Lhs.5)
30840645 ~4% {2} r2 = SCAN #select#query#ffff OUTPUT In.0, In.3
515559 ~1% {3} r3 = JOIN r2 WITH #select#query#ffffff#join_rhs ON FIRST 1 OUTPUT Rhs.1, Lhs.0, Lhs.1
515559 ~0% {5} r4 = JOIN r3 WITH locations_default ON FIRST 1 OUTPUT Rhs.1, Lhs.1, Lhs.2, Rhs.4, Rhs.5
2397708060 ~0% {9} r5 = JOIN r4 WITH locations_default_1023#join_rhs ON FIRST 1 OUTPUT Lhs.1, 0, Rhs.1, Lhs.2, Lhs.0, Lhs.3, Lhs.4, Rhs.2, Rhs.3
515559 ~4% {6} r6 = JOIN r5 WITH query#f0820431::body_statement#3#bff ON FIRST 3 OUTPUT Lhs.3, Lhs.4, Lhs.7, Lhs.8, Lhs.5, Lhs.6
30927020 ~0% {6} r7 = r1 UNION r6
return
```
After
```
Evaluated relational algebra for predicate #select#query#ffffff@8810e071 with tuple counts:
30411461 ~0% {6} r1 = #select#query#ffffff#shared AND NOT #select#query#ffffff#antijoin_rhs(Lhs.0, Lhs.1, Lhs.2, Lhs.3, Lhs.4, Lhs.5)
30840645 ~4% {2} r2 = SCAN #select#query#ffff OUTPUT In.0, In.3
515559 ~1% {3} r3 = JOIN r2 WITH #select#query#ffffff#join_rhs ON FIRST 1 OUTPUT Rhs.1, Lhs.0, Lhs.1
515559 ~0% {6} r4 = JOIN r3 WITH locations_default ON FIRST 1 OUTPUT Lhs.1, 0, Lhs.2, Rhs.1, Rhs.4, Rhs.5
515559 ~0% {5} r5 = JOIN r4 WITH query#f0820431::body_statement#3#bff ON FIRST 2 OUTPUT Rhs.2, Lhs.3, Lhs.2, Lhs.4, Lhs.5
515559 ~0% {6} r6 = JOIN r5 WITH locations_default ON FIRST 2 OUTPUT Lhs.1, Lhs.2, Lhs.3, Lhs.4, Rhs.2, Rhs.3
515559 ~4% {6} r7 = JOIN r6 WITH files ON FIRST 1 OUTPUT Lhs.1, Lhs.0, Lhs.4, Lhs.5, Lhs.2, Lhs.3
30927020 ~0% {6} r8 = r1 UNION r7
return r8
```
|
2022-09-14 19:27:49 +02:00 |
|
Tom Hvitved
|
40e77a0c67
|
Merge pull request #10415 from hvitved/code-block-fix
Change two ```codeql to ```ql
|
2022-09-14 15:07:55 +02:00 |
|
Tom Hvitved
|
4ea1c0050b
|
Change two ``codeql to ``ql
|
2022-09-14 13:53:34 +02:00 |
|
erik-krogh
|
252394666c
|
sync files
|
2022-09-13 20:44:05 +02:00 |
|
Tom Hvitved
|
74eb6b2b98
|
Merge pull request #10400 from hvitved/ruby/singleton-class-object-scope
Ruby: Adjust the scope of singleton class targets
|
2022-09-13 20:01:21 +02:00 |
|
Rasmus Wriedt Larsen
|
511030df48
|
Ruby: Rewrite a few ::Range uses to instanceof
|
2022-09-13 15:44:29 +02:00 |
|
Tom Hvitved
|
4247843a27
|
Ruby: Adjust the scope of singleton class targets
In
```rb
class << x
...
end
```
the scope of `x` is not the singleton class itself, but rather the outer scope.
|
2022-09-13 11:39:38 +02:00 |
|
Tom Hvitved
|
87db5fc6b1
|
Ruby: Add tests for getEnclosing{Method,Module}
|
2022-09-13 11:39:15 +02:00 |
|
Arthur Baars
|
e07e6c9053
|
Merge pull request #10382 from RasmusWL/ruby-typo-fix
Ruby: Fix typo in QLDoc
|
2022-09-12 19:04:37 +02:00 |
|
Erik Krogh Kristensen
|
818601b612
|
Merge pull request #10285 from erik-krogh/paramClass
ReDoS: convert RelevantState to a class in the PrefixConstruction module
|
2022-09-12 15:23:19 +02:00 |
|
Rasmus Wriedt Larsen
|
03cc4a2f7a
|
Ruby: Fix typo in QLDoc
|
2022-09-12 14:35:20 +02:00 |
|
erik-krogh
|
bae4490620
|
add change-note
|
2022-09-12 12:12:18 +02:00 |
|
Arthur Baars
|
7ca2e4c51f
|
Merge pull request #9953 from aibaars/update-grammar
Update tree-sitter-ruby
|
2022-09-12 10:51:37 +02:00 |
|
Tony Torralba
|
569fad667a
|
Merge pull request #10360 from atorralba/atorralba/fix-taint-implicit-reads
Dataflow: Fix implicit reads in taint tracking when FlowStates are used
|
2022-09-09 14:28:39 +02:00 |
|
erik-krogh
|
26d8553f6e
|
ensure consistent casing of names
|
2022-09-09 10:34:14 +02:00 |
|
Tony Torralba
|
1078cf091e
|
Add change notes for all languages
|
2022-09-09 10:28:36 +02:00 |
|
Tony Torralba
|
7db1eb98f5
|
Sync files
|
2022-09-08 17:32:03 +02:00 |
|
Tom Hvitved
|
b3653cc3d0
|
Merge pull request #10216 from hvitved/ssa/shared-lib
SSA: Create a new `codeql/shared-ssa` library pack and move implementation there
|
2022-09-08 15:39:29 +02:00 |
|
Tom Hvitved
|
e3948e6683
|
Merge pull request #10354 from hvitved/ruby/convert-flow-test
Ruby: Convert data-flow test to use inline test expectations
|
2022-09-08 15:20:58 +02:00 |
|
Tom Hvitved
|
46127f9f59
|
Ruby: Convert data-flow test to use inline test expectations
|
2022-09-08 14:32:21 +02:00 |
|
Rasmus Wriedt Larsen
|
978c165cf4
|
Ruby: Fix ActiveResource HTTP client request modeling
This was a conflict between the merge of
https://github.com/github/codeql/pull/9974 and
https://github.com/github/codeql/pull/10114
|
2022-09-08 12:14:18 +02:00 |
|
Rasmus Wriedt Larsen
|
1d834799a2
|
Merge pull request #10114 from RasmusWL/shared-http-client-request
Ruby/Python: Shared HTTP client request concept
|
2022-09-08 11:58:06 +02:00 |
|
Tom Hvitved
|
ac307137ad
|
Merge pull request #10341 from hvitved/ruby/inline-getavaluereachablefromsource
Ruby: Inline `getAValueReachableFromSource`
|
2022-09-08 10:20:43 +02:00 |
|
Michael Nebel
|
e265b07a93
|
Merge pull request #10127 from michaelnebel/csharp/clearscontent
C#: Replace clears content with CSV summaries.
|
2022-09-08 09:26:08 +02:00 |
|
Harry Maclean
|
30c9bea8b3
|
Merge pull request #9974 from hmac/hmac/active-resource
Ruby: Model ActiveResource
|
2022-09-08 07:44:59 +01:00 |
|