codeql/ruby
Cornelius Riemenschneider b9da01a384 Merge remote-tracking branch 'origin/main' into criemen/new-pkg 2024-06-03 15:47:15 +02:00
..
.vscode
actions/create-extractor-pack Don't build with cross any longer. 2024-05-24 16:17:37 +02:00
doc Ruby: Update build instructions for new extractor 2023-03-16 11:54:47 +13:00
downgrades Ruby: Add up/downgrade scripts 2024-05-27 10:39:22 +02:00
extractor Ruby: Change how we pull in `shared/tree-sitter-extractor` dependency 2024-05-24 15:37:35 +02:00
old-change-notes
ql Mark all integration tests as legacy 2024-05-31 16:04:50 +02:00
scripts Don't build with cross any longer. 2024-05-24 16:17:37 +02:00
tools Ruby: Move to new packaging rules. 2024-05-30 14:25:20 +02:00
.gitattributes
.gitignore Ruby: Update .gitignore for moved extractor 2023-03-14 12:03:03 +13:00
BUILD.bazel Ruby: Move to new packaging rules. 2024-05-30 14:25:20 +02:00
Makefile Ruby: Rename extractor to codeql-extractor-ruby 2023-04-19 06:27:27 +00:00
README.md Ruby: Remove reference to LGTM 2022-12-19 15:15:43 +00:00
codeql-extractor.yml Add supported build modes to extractor metadata 2024-02-06 19:51:13 +00:00

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).