We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef3d02 commit 1de1f58Copy full SHA for 1de1f58
1 file changed
data/tools/vexlit.yml
@@ -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