codeql/ruby
Arthur Baars ac03fab986
Merge pull request #7753 from aibaars/ruby-3.1
Ruby 3.1 features
2022-02-06 21:06:16 +01:00
..
.vscode
actions/create-extractor-pack Simplify cache key 2022-02-04 07:41:29 +13:00
autobuilder
doc
downgrades Ruby: add downgrade scripts 2022-01-28 19:47:31 +01:00
extractor Ruby: update tree-sitter-ruby 2022-01-28 19:47:25 +01:00
generator Ruby: update tree-sitter-ruby 2022-01-28 19:47:25 +01:00
node-types
old-change-notes
ql Merge pull request #7753 from aibaars/ruby-3.1 2022-02-06 21:06:16 +01:00
scripts Ruby: add downgrade scripts to prepare-db-upgrade.sh 2022-01-28 11:07:56 +01:00
tools
.gitattributes
.gitignore
Cargo.lock Ruby: update tree-sitter-ruby 2022-01-28 19:47:25 +01:00
Cargo.toml
Makefile
README.md
codeql-extractor.yml
rust-toolchain.toml rust-toolchain -> rust-toolchain.toml 2022-02-02 08:05:46 +13:00

README.md

Ruby analysis support for CodeQL

This directory contains the extractor, CodeQL libraries, and queries that power Ruby support in LGTM and the other 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).