Skip to content

Commit 1de1f58

Browse files
authored
Add VEXLIT - AST-based SAST with taint analysis
1 parent 4ef3d02 commit 1de1f58

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

data/tools/vexlit.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: VEXLIT
2+
categories:
3+
- linter
4+
tags:
5+
- c
6+
- csharp
7+
- dart
8+
- go
9+
- java
10+
- javascript
11+
- kotlin
12+
- php
13+
- python
14+
- ruby
15+
- rust
16+
- scala
17+
- security
18+
- swift
19+
- typescript
20+
license: MIT
21+
types:
22+
- cli
23+
source: 'https://github.com/vexlit/cli'
24+
homepage: 'https://vexlit.ai'
25+
description: >-
26+
AST-based static analysis with taint tracking across 34 languages.
27+
Tracks how data flows across functions instead of pattern matching,
28+
detecting real vulnerabilities with low false positive rate.
29+
Zero-config CLI with SARIF output for CI/CD integration.

0 commit comments

Comments
 (0)