Skip to content
The CodeQL extractor and libraries for Go.
CodeQL Go Java Other
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows Action: Use go 1.14 Mar 5, 2020
build Go analysis support for CodeQL. Nov 8, 2019
change-notes Add change notes for Go 1.14 support Mar 30, 2020
codeql-tools Adapt Go tests to `codeql test` Dec 6, 2019
extractor Merge pull request #57 from max-schaefer/trap.gz Mar 12, 2020
ql Data flow: Add module doc comment for `TaintTrackingImpl.qll` Mar 30, 2020
templates/project
tools Go analysis support for CodeQL. Nov 8, 2019
upgrades Make @uintptrtype a @unsignedintegertype Mar 9, 2020
vendor go.mod: Use go 1.14 and update dependencies Mar 5, 2020
.codeqlmanifest.json
.gitattributes .gitattributes: Use -text instead of binary Feb 27, 2020
.gitignore Use codeql for testing and add binary cross compilation support Jan 17, 2020
.lgtm.yml Update .lgtm.yml to classify examples. Dec 2, 2019
CODE_OF_CONDUCT.md Go analysis support for CodeQL. Nov 8, 2019
CONTRIBUTING.md Docs: Remove some Semmle references. Mar 12, 2020
COPYRIGHT Go analysis support for CodeQL. Nov 8, 2019
LICENSE Go analysis support for CodeQL. Nov 8, 2019
Makefile Add examples qlpack.yml to CodeQL manifest Mar 18, 2020
README.md Docs: Remove some Semmle references. Mar 12, 2020
SECURITY.md Go analysis support for CodeQL. Nov 8, 2019
alert_weighting.properties Go analysis support for CodeQL. Nov 8, 2019
codeql-extractor.yml
go.mod go.mod: Use go 1.14 and update dependencies Mar 5, 2020
go.sum Add go mod dependency Mar 4, 2020

README.md

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.

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 master 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

You can’t perform that action at this time.