codeql/ruby
Paolo Tranquilli 9b26921cb6 Control flow: add order disambuigation customization 2022-07-28 09:11:42 +02:00
..
.vscode
actions/create-extractor-pack Simplify cache key 2022-02-04 07:41:29 +13:00
autobuilder Ruby: skip .git folder 2022-07-18 15:26:38 +02:00
doc Move Ruby doc on db upgrades to common docs dir 2022-02-16 11:35:52 +00:00
downgrades Update tree-sitter-embeded-template 2022-06-20 17:04:27 +02:00
extractor Ruby/QL: speed up trap writing by putting BufWriter in front of GzEncoder 2022-07-22 15:37:53 +01:00
generator Ruby: update tree-sitter-ruby 2022-07-20 18:16:30 +02:00
node-types
old-change-notes
ql Control flow: add order disambuigation customization 2022-07-28 09:11:42 +02:00
scripts Python/Ruby: rm old prepare-db-upgrade.sh files 2022-02-16 12:21:52 +00:00
tools
.gitattributes
.gitignore
Cargo.lock Merge branch 'main' into encoding 2022-07-21 21:21:17 +02:00
Cargo.toml
Cross.toml Ruby: add configuration for 'cross' 2022-02-11 12:50:33 +01:00
Makefile
README.md
codeql-extractor.yml Revert "Ruby: extract rbi files" 2022-04-24 22:48:52 +01:00
rust-toolchain.toml Ruby: add configuration for 'cross' 2022-02-11 12:50:33 +01: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).