Skip to content

The CodeQL extractor and libraries for Go.

License

Notifications You must be signed in to change notification settings

ganeshkumarsv/codeql-go

This branch is 559 commits behind github/codeql-go:main.

Folders and files

NameName
Last commit message
Last commit date
Sep 2, 2020
Mar 24, 2021
Nov 8, 2019
Apr 21, 2021
Mar 18, 2021
Jul 7, 2020
Mar 31, 2021
Apr 27, 2021
Jul 19, 2021
Sep 29, 2020
Nov 8, 2019
Nov 8, 2019
Mar 19, 2021
Oct 22, 2020
Mar 18, 2020
Mar 18, 2021
May 20, 2020
Dec 2, 2019
Jul 28, 2021
Nov 8, 2019
Dec 28, 2020
Apr 6, 2020
Apr 27, 2021
Aug 7, 2020
Nov 8, 2019
Nov 8, 2019
Jan 15, 2020
Feb 18, 2021
Oct 22, 2020

Repository files navigation

Go analysis support for CodeQL

This open-source repository contains the extractor, CodeQL libraries, and queries that power Go support in LGTM and the other CodeQL products that GitHub makes available to its customers worldwide.

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 QL that can be used to analyze such a database to find coding mistakes or security vulnerabilities.

The goal of this project is to provide comprehensive static analysis support for Go in CodeQL.

For the queries and libraries that power CodeQL support for other languages, visit the CodeQL repository.

Installation

Simply clone this repository. There are no external dependencies.

If you want to use the CodeQL extension for Visual Studio Code, import this repository into your VS Code workspace.

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 LGTM.com. You can then run any of the queries contained in this repository either on the command line or using the VS Code extension.

Note that the lgtm.com branch of this repository corresponds to the version of the queries that is currently deployed on LGTM.com. The main branch may contain changes that have not been deployed yet, so you may need to upgrade databases downloaded from LGTM.com before running queries on them.

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

About

The CodeQL extractor and libraries for Go.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CodeQL 71.9%
  • Go 26.2%
  • Java 0.8%
  • HTML 0.6%
  • Makefile 0.2%
  • Shell 0.2%
  • Batchfile 0.1%