Michael Nebel
|
138e294dae
|
Ruby: Update all test util paths to point to the new location.
|
2024-12-12 13:54:37 +01:00 |
|
Jeroen Ketema
|
ca40b60e62
|
Ruby: update expected test results
|
2024-12-03 19:18:46 +01:00 |
|
Tom Hvitved
|
ad99158838
|
Ruby: Fix/accept extraction errors
|
2024-06-04 12:55:44 +02:00 |
|
Jeroen Ketema
|
4485560f43
|
Ruby: Rewrite inline expectation tests to use parameterized module
|
2023-06-09 10:43:05 +02:00 |
|
Rasmus Wriedt Larsen
|
6d43db43dd
|
Ruby: Fix tag missing from getARelevantTag
|
2022-10-27 09:12:06 +02:00 |
|
Tom Hvitved
|
007ab2b7ce
|
Ruby: Do not expose AST layer through ruby.qll
|
2022-09-13 19:59:56 +02:00 |
|
Harry Maclean
|
8f3578c92a
|
Ruby: Include query results in test
|
2022-04-05 10:20:02 +12:00 |
|
Harry Maclean
|
3d96c5e6db
|
Ruby: Add test case for rb/insecure-dependency
This tests that we recognise kwargs in hashrocket style:
gem "foo", "1.2.3", :git => "..."
as well as the modern style:
gem "foo", "1.2.3", git: "..."
|
2022-04-01 15:30:07 +13:00 |
|
Harry Maclean
|
37cedda63a
|
Ruby: Add InsecureDependencyResolution query
This query looks for places in a Gemfile where URLs with insecure
protocols (HTTP or FTP) are specified.
|
2022-03-30 13:39:15 +13:00 |
|