Michael Nebel
|
138e294dae
|
Ruby: Update all test util paths to point to the new location.
|
2024-12-12 13:54:37 +01:00 |
|
Michael Nebel
|
157afff135
|
Ruby: Move test utilities into the query pack.
|
2024-12-12 13:54:35 +01:00 |
|
Asger F
|
f9c0ba3826
|
Ruby: use DeduplicatePathGraph in CodeInjection query
|
2024-12-11 11:48:15 +01:00 |
|
Jeroen Ketema
|
ca40b60e62
|
Ruby: update expected test results
|
2024-12-03 19:18:46 +01:00 |
|
Tom Hvitved
|
03ffaac87a
|
Merge pull request #17880 from hvitved/ruby/symbol-string-key-indifference
Ruby: Do not distinguish between symbols and strings in hash keys
|
2024-11-01 10:43:56 +01:00 |
|
Tom Hvitved
|
6b60865d7e
|
Ruby: Do not distinguish between symbols and strings in hash keys
|
2024-10-31 11:42:09 +01:00 |
|
Tom Hvitved
|
f04a55ecb5
|
Ruby: Update hash extension tests
|
2024-10-31 11:00:33 +01:00 |
|
Tom Hvitved
|
5b5ca05e87
|
Ruby: Post-processing query for inline test expectations
|
2024-10-29 13:35:33 +01:00 |
|
Tom Hvitved
|
7c4d5981dd
|
Shared: Add missing spaces in inline test expectation output
|
2024-10-25 13:23:03 +02:00 |
|
Geoffrey White
|
04c7319b6b
|
Merge pull request #17647 from geoffw0/warnings
Rust: More information about extractor errors and warnings
|
2024-10-10 16:19:15 +01:00 |
|
Tom Hvitved
|
f1afa2bf59
|
Ruby: Fix expected test output
|
2024-10-07 09:16:12 +02:00 |
|
Geoffrey White
|
86cc2dc5a1
|
Ruby: Add rb/diagnostics/extraction-warnings so that we don't miss anything we had before.
|
2024-10-03 17:40:17 +01:00 |
|
Geoffrey White
|
1ea94faccf
|
Ruby: Make similar changes to differentiate extraction errors and warnings, and mostly restore original behaviour.
|
2024-10-03 17:39:56 +01:00 |
|
Tom Hvitved
|
6a11120e50
|
Address review comments
|
2024-09-24 14:21:40 +02:00 |
|
Tom Hvitved
|
f287216060
|
Update expected test output
|
2024-09-24 14:21:38 +02:00 |
|
Tom Hvitved
|
16813240ae
|
Shared: Do not use @kind graph for CFG test output
|
2024-09-19 18:13:31 +02:00 |
|
Tom Hvitved
|
ed9008a064
|
Update expected test output
|
2024-09-18 13:51:02 +02:00 |
|
Tom Hvitved
|
c92c96fa78
|
Data flow: Compute local big step relation per stage
|
2024-08-26 09:15:27 +02:00 |
|
Tom Hvitved
|
cb1b1da422
|
Ruby: Add another array flow test
|
2024-08-21 19:06:53 +02:00 |
|
Tom Hvitved
|
d15e1b5598
|
Ruby: Prevent synthetic splat matching for actual splats at same positions
|
2024-08-20 16:21:59 +02:00 |
|
Tom Hvitved
|
c4b0f81883
|
Ruby: Prevent positional matching when preceded by a splat
|
2024-08-20 16:21:58 +02:00 |
|
Tom Hvitved
|
20dc242830
|
Ruby: Rework hash splat argument/parameter matching
|
2024-08-20 16:21:57 +02:00 |
|
Tom Hvitved
|
6d4f3bd014
|
Ruby: Rework splat argument/parameter matching
|
2024-08-20 16:21:56 +02:00 |
|
Tom Hvitved
|
c9aaba677d
|
Ruby: Update expected test output
|
2024-08-13 13:34:46 +02:00 |
|
Tom Hvitved
|
f83df76928
|
Shared: Apply ShowProvenance in InlineFlowTest.qll
|
2024-08-13 13:34:43 +02:00 |
|
Tom Hvitved
|
0f1b5327ef
|
Ruby: Update expected test output
|
2024-08-06 13:58:05 +02:00 |
|
Anders Schack-Mulligen
|
9724516c84
|
C#/Go/Java/Python/Ruby: Accept qltest .expected changes.
|
2024-07-31 14:45:10 +02:00 |
|
Alex Ford
|
9fb657c4c4
|
Merge pull request #16781 from alexrford/rb/weak-sensitive-data-hashing
Add `rb/weak-sensitive-data-hashing` query port
|
2024-07-25 14:11:42 +01:00 |
|
Tom Hvitved
|
8e8100fd34
|
Merge pull request #16887 from hvitved/ruby/local-flow-missing-steps
Ruby: Add missing local flow steps
|
2024-07-02 15:43:52 +02:00 |
|
Tom Hvitved
|
19e910e1b5
|
Merge pull request #16801 from hvitved/ruby/element-reference-block
Ruby: Handle element references with blocks
|
2024-07-02 13:08:31 +02:00 |
|
Tom Hvitved
|
7fdc09c17f
|
Ruby: Add missing local flow steps
|
2024-07-01 19:46:40 +02:00 |
|
Tom Hvitved
|
a8758c0160
|
Ruby: Handle element references with blocks
|
2024-06-21 12:04:55 +02:00 |
|
Tom Hvitved
|
8ea4f85de3
|
Ruby: Rework Sinatra.FilterJumpStep
|
2024-06-21 08:57:59 +02:00 |
|
Tom Hvitved
|
95c764eff6
|
Fix Sinatra test to properly output pathgraph
|
2024-06-21 08:57:19 +02:00 |
|
Alex Ford
|
51f3f15e42
|
Ruby: remove outdated test comment
|
2024-06-18 17:51:49 +01:00 |
|
Alex Ford
|
d994959720
|
Ruby: add tests for rb/weak-sensitive-data-hashing
|
2024-06-18 17:47:32 +01:00 |
|
Alex Ford
|
6c3d90e8a0
|
Merge pull request #16650 from alexrford/rb/routing-improvements
Ruby: ActionDispatch - support `path => target` route format
|
2024-06-18 11:17:05 +01:00 |
|
Joe Farebrother
|
07f03be8cc
|
Add unit tests
|
2024-06-12 15:11:35 +01:00 |
|
Arthur Baars
|
4ee80653e2
|
Merge pull request #16471 from Sim4n6/ruby-UBV
Ruby: Add some method calls as a Source
|
2024-06-12 12:42:08 +02:00 |
|
Sim4n6
|
7c0ce6486b
|
Rerun the test learn
|
2024-06-10 12:21:10 +01:00 |
|
Anders Schack-Mulligen
|
5d51b5b97b
|
Ruby: Add support for pretty-printed provenace in tests. Convert one test.
|
2024-06-07 11:47:48 +02:00 |
|
Tom Hvitved
|
e42de3de6f
|
Ruby: Fix extraction errors
|
2024-06-04 14:54:02 +02:00 |
|
Tom Hvitved
|
ad99158838
|
Ruby: Fix/accept extraction errors
|
2024-06-04 12:55:44 +02:00 |
|
Alex Ford
|
1100b75a3c
|
Ruby: handle routes with path/action pairs
|
2024-05-31 15:54:57 +01:00 |
|
Alex Ford
|
0473655752
|
Ruby: actiondispatch add hash arg testcase
|
2024-05-31 15:08:35 +01:00 |
|
Alex Ford
|
22858249f9
|
Ruby: actiondispatch test whitespace changes
|
2024-05-31 15:07:39 +01:00 |
|
Anders Schack-Mulligen
|
bbebdfea8d
|
Merge pull request #16511 from aschackmull/dataflow/configuration-provenance
Dataflow: Add provenance for configuration-specific steps.
|
2024-05-22 14:07:10 +02:00 |
|
Alex Ford
|
8119a27540
|
Merge pull request #16185 from alexrford/rb/conditions-arr0
Ruby: ActiveRecord - refine `conditions` argument as an SQLi sink
|
2024-05-22 12:19:10 +01:00 |
|
Tom Hvitved
|
a006c29a00
|
Merge pull request #16481 from hvitved/treesitter/bump2
Tree-sitter: Bump to 0.22.6
|
2024-05-22 12:53:14 +02:00 |
|
Anders Schack-Mulligen
|
012b861ffb
|
Ruby: Accept qltest .expected file changes.
|
2024-05-22 10:08:59 +02:00 |
|