For Executives
Codepure SAST scans your source code for security vulnerabilities before they reach production. It works with 22 programming languages, including enterprise platforms like SAP ABAP, COBOL, Salesforce Apex, and Solidity smart contracts — languages that most security tools cannot read. Every finding includes a complete attack trace that shows exactly how user input reaches a dangerous operation, so your developers know what to fix and why. The engine ships with built-in compliance mapping for PCI DSS, GDPR, HIPAA, and Gulf frameworks (NCA ECC, SAMA), so your audit reports are ready from day one.- 22 languages — from JavaScript and Python to ABAP, COBOL, and Solidity
- Complete attack traces — every finding shows source to sink, not just a pattern match
- Built-in compliance — PCI DSS, GDPR, HIPAA, NCA ECC, SAMA mapped automatically
- Zero infrastructure — one binary, no dependencies, runs on-premises or air-gapped
- Secret detection included — 34 pattern types scan all file types for hardcoded credentials
What SAST Does
Static Application Security Testing analyzes your application’s source code without running it. It reads every file, builds a structured understanding of the code, tracks how data moves through the application, and flags any path where untrusted user input reaches a dangerous operation without being sanitized first. This catches SQL injection, command injection, cross-site scripting, path traversal, server-side request forgery, insecure deserialization, XXE, hardcoded secrets, and dozens of other vulnerability types — before the code is ever deployed.How Codepure SAST Works
Codepure uses a taint-propagation analysis engine. Instead of looking for code that resembles a vulnerability, it follows the actual flow of data through the application. Step 1 — Source Detection The engine identifies where untrusted data enters the application: HTTP request parameters and headers, file uploads, environment variables, database reads, API responses, message queue payloads, CLI arguments. Step 2 — Taint Propagation Tainted data is tracked through variable assignments, function calls, object properties, array indices, method chains, and return values. The engine follows data across file and module boundaries using inter-procedural analysis. Step 3 — Sanitizer Recognition When tainted data passes through a validation or encoding function —htmlspecialchars() in PHP, $wpdb->prepare() in WordPress, PreparedStatement in Java, parameterized queries in .NET — the taint is cleared. The engine understands language-specific and framework-specific sanitizers.
Step 4 — Sink Matching
The engine identifies dangerous operations where tainted data causes harm: SQL execution, command execution, file system operations, outbound HTTP requests, XML parsing, deserialization. Only findings where unsanitized data reaches a sink are reported.
Step 5 — Attack Trace Generation
Every finding includes a complete source-to-sink chain with line numbers, code snippets, and variable names at each step. This tells developers exactly where the vulnerability is and how to fix it.
Vulnerability Categories
Codepure detects the following vulnerability types across its supported languages. Each category includes multiple detection rules tuned for specific frameworks and patterns.Supported Languages and Frameworks
Codepure scans 22 programming languages with framework-specific detection rules built from real-world code patterns.JavaScript / TypeScript
Node.js, Express, Fastify, Koa, Hapi, NestJS, Next.js, Nuxt, React, Angular, Vue.js, Socket.IO, Apollo GraphQL, Sequelize, Mongoose, Prisma, TypeORMPython
Django, Flask, FastAPI, Pyramid, Bottle, Tornado, Celery, SQLAlchemy, Pandas, Jinja2PHP
Laravel, Symfony, WordPress, Drupal, Magento, CodeIgniter, Slim, CakePHP, Yii, PHPMailerJava
Spring Boot, Spring MVC, Spring Security, Spring Data/JPA, Jakarta EE, Apache Struts, JSF (JavaServer Faces), Hibernate, JPA, MyBatis, Micronaut, Quarkus, Eclipse Vert.x, Apache CamelC# / .NET
ASP.NET Core MVC, ASP.NET Core Web API, ASP.NET Core Minimal APIs, ASP.NET Web Forms, ASP.NET Framework (Legacy), Blazor, Entity Framework Core, Entity Framework (Legacy), Dapper, WCF (Windows Communication Foundation), SQLite (System.Data.SQLite)Go
net/http (standard library), Gin, Echo, Fiber, Gorilla Mux, Chi, GORM, sqlx, gRPCRuby
Ruby on Rails, Sinatra, Padrino, Devise, ActiveRecord, SidekiqKotlin
Spring Boot (Kotlin), Ktor, Android SDK, Exposed, AnkoScala
Play Framework, Akka, Slick, Cats, ZIOGroovy
Grails, Gradle Plugins, Jenkins Shared Libraries, Spock, Groovy TemplatesSwift
iOS SDK, SwiftUI, UIKit, Vapor, Kitura, CombineDart / Flutter
Flutter, Dio, http package, sqflite, Firebase, Provider, Riverpod, WebView (webview_flutter)Rust
Axum, Actix, Rocket, Warp, Tokio, Serde, Diesel, sqlxC
Linux Kernel, POSIX/glibc, Embedded SystemsC++
STL, Boost, Qt, Embedded SystemsSolidity
Ethereum Smart Contracts, OpenZeppelin, Hardhat, TruffleSalesforce Apex
Salesforce Core, Lightning Web Components (LWC), Aura Components, DML OperationsSAP ABAP
SAP ECC, S/4HANA, BSP (Business Server Pages), Web Dynpro, RFC/BAPICOBOL
IBM Mainframe, CICS, DB2, VSAMBash / Shell
Bash, sh, zsh, CGI Scripts, Cron JobsYAML (CI/CD)
GitHub Actions, GitLab CI, Jenkins, Azure PipelinesSecrets (All File Types)
Configuration files, environment files, documentation, source code, commit historyCompliance Mapping
Every Codepure finding is automatically mapped to the compliance frameworks your organization and auditors care about. The SARIF output includes control IDs and descriptions for each vulnerability.- PCI DSS — Payment Card Industry requirements for injection flaws, cross-site scripting, strong cryptography, and credential management
- GDPR — General Data Protection Regulation requirements for personal data protection, encryption in transit, and access controls
- HIPAA — Health Insurance Portability and Accountability Act requirements for protected health information, encryption, and audit controls
- NCA ECC (Saudi Arabia) — Essential Cybersecurity Controls for input validation, XSS, path traversal, XXE, deserialization, SSRF, and credential management
- SAMA (Saudi Arabia) — Cybersecurity Framework for secure coding, access control, XML processing, encryption, and cryptographic algorithms
Using Codepure SAST
Quick Start
1. Initiate Scan
Configure and launch your SAST analysis:- Navigate to your project dashboard
- Select the repository or upload code
- Choose SAST from the scanner options
- Configure scan parameters:
- Select rule sets (OWASP, CWE, Custom)
- Set severity thresholds
- Choose full or targeted scan
- Click Start Scanning to begin analysis
2. Review Results
Access detailed vulnerability findings with contextual information:
- Severity — Critical, High, Medium, Low, Informational
- CWE classification — Common Weakness Enumeration mapping
- OWASP Top 10 category — alignment with industry standards
- Compliance tags — PCI DSS, GDPR, HIPAA, NCA ECC, SAMA relevance
- Complete attack trace — source-to-sink chain showing exactly how user input reaches the dangerous operation, with line numbers and code at each step
3. Remediate Vulnerabilities
Get actionable fix guidance with code examples:
Built-In Capabilities
Secret Detection
34 pattern types scan for hardcoded credentials, API keys, tokens, and private keys across all file types — not just source code. Finds secrets in configuration files, environment files, documentation, and commit history. Runs as part of the standard SAST scan — no separate tool needed. Detects: AWS access keys and secrets, Azure connection strings and tenant IDs, database connection strings and JDBC URLs, Docker passwords, GitHub tokens and OAuth tokens, GitLab tokens, Google Cloud API keys and service accounts, Heroku API keys, JWT secrets, Mailchimp and Mailgun API keys, OpenAI API keys, RSA and SSH private keys, Slack tokens and webhooks, Stripe publishable and secret keys, Twilio API keys and account SIDs, and generic password and secret assignment patterns.CI/CD Pipeline Scanning
53 patterns check CI/CD configuration files for security misconfigurations in GitHub Actions, GitLab CI, Jenkins, and Azure Pipelines:- Unpinned action versions
- Hardcoded credentials in workflow files
- Insecure OIDC configurations
- Containers running as root
- Missing approval gates for production deployments
- Untrusted third-party actions
- Variables exposed in logs
- Insecure artifact uploads
curl | bashandwget | bashpatterns- Missing SAST scan steps
- World-writable permissions
- chmod 777 usage
- Dangerous rm -rf patterns
- sudo usage in pipelines
SARIF Output
Export findings in OASIS SARIF 2.1.0 format with--format=sarif. The output includes full rule definitions with security severity levels, complete result details with locations, partial fingerprints for deduplication, custom compliance mappings with NCA ECC/SAMA/PCI DSS control IDs, and taint traces showing the complete attack chain.
Compatible with GitHub Advanced Security, GitLab SAST, Azure DevOps, and all SARIF consumers.

