From da22b6dde90c666ee6a0262bf5595639b495fc4e Mon Sep 17 00:00:00 2001 From: vexlit Date: Sat, 28 Mar 2026 22:04:58 +0900 Subject: [PATCH] Add VEXLIT - AST-based SAST with taint analysis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5467d34..8f31ddf 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ Testing is an essential element of a DevSecOps program because it helps to prepa * [ShiftLeft Scan](https://slscan.io) * [Snyk](https://snyk.io) * [SourceClear](https://www.sourceclear.com) - +* [VEXLIT](https://github.com/vexlit/cli) - AST-based SAST with taint analysis across 34 languages. Tracks data flow across functions with zero-config CLI and SARIF output. ## Alerting Once you discover something important, response time is critical and essential to the Incident Response required to remediate a security defect. These links include some of the projects that provide for Alerting and Notifications.