forked from avnu-labs/semgrep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
102 lines (102 loc) · 5.32 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[submodule "semgrep-core/tree-sitter-lang/semgrep-c"]
path = languages/c/tree-sitter/semgrep-c
url = https://github.com/returntocorp/semgrep-c
[submodule "semgrep-core/tree-sitter-lang/semgrep-cpp"]
path = languages/cpp/tree-sitter/semgrep-cpp
url = https://github.com/returntocorp/semgrep-cpp
[submodule "semgrep-core/tree-sitter-lang/semgrep-c-sharp"]
path = languages/csharp/tree-sitter/semgrep-c-sharp
url = https://github.com/returntocorp/semgrep-c-sharp
[submodule "semgrep-core/tree-sitter-lang/semgrep-go"]
path = languages/go/tree-sitter/semgrep-go
url = https://github.com/returntocorp/semgrep-go
[submodule "semgrep-core/tree-sitter-lang/semgrep-java"]
path = languages/java/tree-sitter/semgrep-java
url = https://github.com/returntocorp/semgrep-java
[submodule "semgrep-core/tree-sitter-lang/semgrep-kotlin"]
path = languages/kotlin/tree-sitter/semgrep-kotlin
url = https://github.com/returntocorp/semgrep-kotlin
[submodule "semgrep-core/tree-sitter-lang/semgrep-lua"]
path = languages/lua/tree-sitter/semgrep-lua
url = https://github.com/returntocorp/semgrep-lua
[submodule "semgrep-core/tree-sitter-lang/semgrep-r"]
path = languages/r/tree-sitter/semgrep-r
url = https://github.com/returntocorp/semgrep-r
[submodule "semgrep-core/tree-sitter-lang/semgrep-ruby"]
path = languages/ruby/tree-sitter/semgrep-ruby
url = https://github.com/returntocorp/semgrep-ruby
[submodule "semgrep-core/tree-sitter-lang/semgrep-rust"]
path = languages/rust/tree-sitter/semgrep-rust
url = https://github.com/returntocorp/semgrep-rust
[submodule "semgrep-core/tree-sitter-lang/semgrep-tsx"]
path = languages/typescript/tree-sitter/semgrep-tsx
url = https://github.com/returntocorp/semgrep-tsx
[submodule "semgrep-core/tree-sitter-lang/semgrep-typescript"]
path = languages/typescript/tree-sitter/semgrep-typescript
url = https://github.com/returntocorp/semgrep-typescript
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-ocaml"]
path = languages/ocaml/tree-sitter/semgrep-ocaml
url = https://github.com/returntocorp/semgrep-ocaml.git
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-hack"]
path = languages/tree-sitter-lang/semgrep-hack
url = https://github.com/returntocorp/semgrep-hack.git
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-html"]
path = languages/html/tree-sitter/semgrep-html
url = https://github.com/returntocorp/semgrep-html.git
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-vue"]
path = languages/tree-sitter-lang/semgrep-vue
url = https://github.com/returntocorp/semgrep-vue.git
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-dockerfile"]
path = languages/dockerfile/tree-sitter/semgrep-dockerfile
url = https://github.com/returntocorp/semgrep-dockerfile
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-sqlite"]
path = languages/tree-sitter-lang/semgrep-sqlite
url = https://github.com/returntocorp/semgrep-sqlite
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-bash"]
path = languages/bash/tree-sitter/semgrep-bash
url = https://github.com/returntocorp/semgrep-bash
[submodule "semgrep-core/src/ocaml-tree-sitter-core"]
path = libs/ocaml-tree-sitter-core
url = https://github.com/returntocorp/ocaml-tree-sitter-core.git
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-php"]
path = languages/php/tree-sitter/semgrep-php
url = https://github.com/returntocorp/semgrep-php
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-hcl"]
path = languages/terraform/tree-sitter/semgrep-hcl
url = https://github.com/returntocorp/semgrep-hcl
[submodule "semgrep/lang"]
path = cli/src/semgrep/lang
url = https://github.com/returntocorp/semgrep-langs
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-solidity"]
path = languages/solidity/tree-sitter/semgrep-solidity
url = https://github.com/returntocorp/semgrep-solidity.git
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-python"]
path = languages/python/tree-sitter/semgrep-python
url = https://github.com/returntocorp/semgrep-python.git
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-elixir"]
path = languages/elixir/tree-sitter/semgrep-elixir
url = https://github.com/returntocorp/semgrep-elixir
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-swift"]
path = languages/swift/tree-sitter/semgrep-swift
url = https://github.com/returntocorp/semgrep-swift.git
[submodule "cli/src/semgrep/semgrep-interfaces"]
path = cli/src/semgrep/semgrep_interfaces
url = https://github.com/returntocorp/semgrep-interfaces.git
[submodule "semgrep-core/tests/semgrep-rules"]
path = tests/semgrep-rules
url = https://github.com/returntocorp/semgrep-rules.git
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-dart"]
path = languages/tree-sitter-lang/semgrep-dart
url = https://github.com/returntocorp/semgrep-dart.git
[submodule "semgrep-core/semgrep-julia"]
path = languages/julia/tree-sitter/semgrep-julia
url = https://github.com/returntocorp/semgrep-julia.git
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-jsonnet"]
path = languages/jsonnet/tree-sitter/semgrep-jsonnet
url = https://github.com/returntocorp/semgrep-jsonnet.git
[submodule "semgrep-core/src/tree-sitter-lang/semgrep-clojure"]
path = languages/lisp/tree-sitter/semgrep-clojure
url = https://github.com/returntocorp/semgrep-clojure.git
[submodule "languages/cairo/tree-sitter/semgrep-cairo"]
path = languages/cairo/tree-sitter/semgrep-cairo
url = https://github.com/returntocorp/semgrep-cairo