2 مستودعات
Workflows that chain multiple stages of source code evaluation and inspection.
Distinct from Multi-Stage Pipeline Processing: Distinct from general data processing: focuses on multi-stage source code analysis pipelines rather than generic data transformations.
Explore 2 awesome GitHub repositories matching data & databases · Code Analysis Pipelines. Refine with filters or upvote what's useful.
CodeQL is a semantic code analysis engine and vulnerability scanning tool that treats source code as data. It utilizes a static analysis query language to define complex patterns and security vulnerabilities within a code graph database. The system represents source code as a relational database, enabling the execution of structural queries and data flow analysis. This approach allows for the detection of security flaws and coding errors across large-scale repositories. The tool provides capabilities for automated code auditing, static analysis security testing, and custom vulnerability dete
Processes raw source code through multiple extraction and compilation stages before executing analysis queries.
This project is a specialized instruction set for AI coding agents designed to perform structured, language-specific code reviews. It functions as an automated tool that evaluates source code against predefined checklists to identify security, performance, and architectural inconsistencies across diverse technology stacks. The system distinguishes itself by employing a multi-phase analysis pipeline that moves from high-level architectural assessments to granular, line-by-line inspections. It utilizes a severity-based taxonomy to categorize findings, clearly separating blocking security issues
Processes code through distinct stages of evaluation ranging from high-level architectural assessment to granular line-by-line inspection.