codeql/go
Arthur Baars c219b1a3c7
Merge pull request #16013 from github/rc/3.13
Merge rc/3.13 into main
2024-03-21 16:04:58 +01:00
..
build
codeql-tools Fix space handling in Golang configure-baseline scripts 2023-09-11 10:51:35 +01:00
docs/language/learn-ql/go
documentation/library-coverage Add changed framework coverage reports 2024-03-06 00:16:26 +00:00
downgrades Go: Enable implicit this warnings for remaining packs 2023-06-27 11:49:37 +02:00
external-packs/codeql/suite-helpers/0.0.2 Go: Enable implicit this warnings for remaining packs 2023-06-27 11:49:37 +02:00
extractor Go: Make `CODEQL_EXTRACTOR_GO_FAST_PACKAGE_INFO` true by default 2024-03-20 12:01:49 +00:00
extractor-smoke-test
old-change-notes
ql Merge pull request #16013 from github/rc/3.13 2024-03-21 16:04:58 +01:00
scripts Remove Go's install-deps.sh script 2023-01-03 10:45:06 +00:00
templates/project
tools
CODE_OF_CONDUCT.md
CONTRIBUTING.md Update CodeQL CLI articles with migration message 2023-02-02 14:11:02 -05:00
LICENSE
Makefile Restructure go Makefile: Build the per-platform target. 2023-11-07 20:21:10 +01:00
README.md Update CodeQL CLI articles with migration message 2023-02-02 14:11:02 -05:00
SECURITY.md
alert_weighting.properties
codeql-extractor.yml Add supported build modes to extractor metadata 2024-02-06 19:51:13 +00:00

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