codeql/ruby
Harry Maclean da45d3aa7f Ruby: Fix string comparison barrier guard
`strNode` was not properly restricted for some cases.
2023-02-01 14:40:53 +13:00
..
.vscode
actions/create-extractor-pack Ruby: build extractor using cross 2023-01-13 10:25:27 +01:00
autobuilder
doc
downgrades Ruby: upgrade/downgrade scripts 2023-01-13 10:22:41 +01:00
extractor Bump num_cpus from 1.13.0 to 1.14.0 in /ruby 2023-01-25 08:48:08 +00:00
generator Ruby: update tree-sitter-{ruby, embedded-template} 2023-01-13 10:22:41 +01:00
node-types
old-change-notes
ql Ruby: Fix string comparison barrier guard 2023-02-01 14:40:53 +13:00
scripts Ruby: build extractor using cross 2023-01-13 10:25:27 +01:00
tools add --working-dir to Ruby qltest.cmd to fix Windows 2023-01-16 15:37:35 +01:00
.gitattributes
.gitignore
Cargo.lock Bump clap from 3.0.12 to 3.0.14 in /ruby 2023-01-31 12:49:34 +00:00
Cargo.toml
Cross.toml
Makefile
README.md
codeql-extractor.yml
rust-toolchain.toml

README.md

Ruby analysis support for CodeQL

This directory contains the extractor, CodeQL libraries, and queries that power Ruby support in CodeQL products that GitHub makes available to its customers worldwide.

It contains two major components:

  1. static analysis libraries and queries written in CodeQL that can be used to analyze such a database to find coding mistakes or security vulnerabilities.
  2. an extractor, written in Rust, that parses Ruby source code and converts it into a database that can be queried using CodeQL. See Developer information for information on building the extractor (you do not need to do this if you are only developing queries).