codeql/go
Michael B. Gale 039537f7ba
Merge pull request #16727 from github/mbg/go/fix/too-many-go-mod-files-initialised
2024-06-14 10:14:57 +01:00
..
actions/test Go: Move to new packaging rules. 2024-05-30 14:25:17 +02:00
build
codeql-tools Go: Move to new packaging rules. 2024-05-30 14:25:17 +02:00
docs/language/learn-ql/go
documentation/library-coverage Add changed framework coverage reports 2024-06-12 00:17:31 +00:00
downgrades
external-packs/codeql/suite-helpers/0.0.2
extractor Merge pull request #16727 from github/mbg/go/fix/too-many-go-mod-files-initialised 2024-06-14 10:14:57 +01:00
extractor-smoke-test Fix search paths. 2024-06-03 16:33:17 +02:00
integration-tests-lib
old-change-notes
ql Merge pull request #16671 from owen-mc/go/mad-builtin-taint-models-try-2 2024-06-11 19:45:34 +01:00
scripts
templates/project
tools
BUILD.bazel Go: Unified handling of in-tree extractor packs. 2024-06-03 16:06:44 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile Fix search paths. 2024-06-03 16:33:17 +02:00
README.md
SECURITY.md
alert_weighting.properties
codeql-extractor.yml
gen.py Go: Update comment in `gen.py` 2024-06-12 15:24:33 +01:00
rules.bzl

README.md

Go analysis support for CodeQL

This sub-folder contains the extractor, CodeQL libraries, and queries that power Go support for CodeQL.

It contains two major components:

  • an extractor, itself written in Go, that parses Go source code and converts it into a database that can be queried using CodeQL.
  • static analysis libraries and queries written in CodeQL that can be used to analyze such a database to find coding mistakes or security vulnerabilities.

Usage

To analyze a Go codebase, either use the CodeQL command-line interface to create a database yourself, or download a pre-built database from GitHub.com. You can then run any of the queries contained in this repository either on the command line or using the VS Code extension.

Contributions

Contributions are welcome! Please see our contribution guidelines and our code of conduct for details on how to participate in our community.

Licensing

The code in this repository is licensed under the MIT license.

Resources