Go codeql Projects
-
-
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.
-
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 } } } ] } ] } ] }
Go codeql discussion
Index
# | Project | Stars |
---|---|---|
1 | go-ruleguard | 814 |
2 | code-pathfinder | 55 |