Go codeql

Open-source Go projects categorized as codeql

Go codeql Projects

  1. go-ruleguard

    Define and run pattern-based custom linting rules.

    Project mention: Custom Linting Rules in Go | news.ycombinator.com | 2024-08-25
  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. code-pathfinder

    Code Pathfinder, the open-source alternative to GitHub CodeQL built with GoLang. Built for advanced structural search, derive insights, find vulnerabilities in code.

    Project mention: Unlocking the Power of SARIF: The Backbone of Modern Static Analysis | dev.to | 2025-03-22

    { "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "version": "2.1.0", "runs": [ { "tool": { "driver": { "name": "pathfinder", "version": "1.0.0", "informationUri": "https://codepathfinder.dev", "rules": [ { "id": "CWE-89", "name": "SQL Injection Risk", "shortDescription": { "text": "Potential SQL injection detected." }, "fullDescription": { "text": "Unvalidated user input in SQL query." }, "defaultConfiguration": { "level": "error" }, "properties": { "security-severity": 9.5 } } ] } }, "results": [ { "ruleId": "CWE-89", "level": "error", "message": { "text": "Possible SQL Injection via unvalidated input." }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "src/main/java/com/example/Database.java" }, "region": { "startLine": 42, "startColumn": 13 } } } ] } ] } ] }

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go codeql discussion

Log in or Post with

Index

# Project Stars
1 go-ruleguard 814
2 code-pathfinder 55

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Go is
the 4th most popular programming language
based on number of references?