codeql/ruby
Arthur Baars 814bef021d Ruby: update tree-sitter-embedded-template 2023-02-21 13:49:33 +01: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-02-06 10:17:18 +01:00
extractor Ruby: update tree-sitter-embedded-template 2023-02-21 13:49:33 +01:00
generator Ruby: update tree-sitter-embedded-template 2023-02-21 13:49:33 +01:00
node-types Ruby/QL: only create dbscheme case-splits for columns on defining tables 2022-11-23 10:00:08 +00:00
old-change-notes
ql Merge pull request #12083 from pwntester/ruby_twirp_support 2023-02-20 13:16:52 +00: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 Ruby: update tree-sitter-embedded-template 2023-02-21 13:49:33 +01:00
Cargo.toml
Cross.toml
Makefile
README.md Ruby: Remove reference to LGTM 2022-12-19 15:15:43 +00:00
codeql-extractor.yml Specify language names in extractor packs 2022-12-23 13:15:04 +00:00
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).