-
Notifications
You must be signed in to change notification settings - Fork 955
Expand file tree
/
Copy path.gitmodules
More file actions
145 lines (109 loc) · 5.76 KB
/
.gitmodules
File metadata and controls
145 lines (109 loc) · 5.76 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[submodule "OSS/languages/cpp/tree-sitter/semgrep-cpp"]
path = languages/cpp/tree-sitter/semgrep-cpp
url = https://github.com/returntocorp/semgrep-cpp
[submodule "OSS/languages/csharp/tree-sitter/semgrep-c-sharp"]
path = languages/csharp/tree-sitter/semgrep-c-sharp
url = https://github.com/returntocorp/semgrep-c-sharp
[submodule "OSS/languages/go/tree-sitter/semgrep-go"]
path = languages/go/tree-sitter/semgrep-go
url = https://github.com/returntocorp/semgrep-go
[submodule "OSS/languages/java/tree-sitter/semgrep-java"]
path = languages/java/tree-sitter/semgrep-java
url = https://github.com/returntocorp/semgrep-java
[submodule "OSS/languages/lua/tree-sitter/semgrep-lua"]
path = languages/lua/tree-sitter/semgrep-lua
url = https://github.com/returntocorp/semgrep-lua
[submodule "OSS/languages/r/tree-sitter/semgrep-r"]
path = languages/r/tree-sitter/semgrep-r
url = https://github.com/returntocorp/semgrep-r
[submodule "OSS/languages/rust/tree-sitter/semgrep-rust"]
path = languages/rust/tree-sitter/semgrep-rust
url = https://github.com/returntocorp/semgrep-rust
[submodule "OSS/languages/typescript/tree-sitter/semgrep-tsx"]
path = languages/typescript/tree-sitter/semgrep-tsx
url = https://github.com/returntocorp/semgrep-tsx
[submodule "OSS/languages/typescript/tree-sitter/semgrep-typescript"]
path = languages/typescript/tree-sitter/semgrep-typescript
url = https://github.com/returntocorp/semgrep-typescript
[submodule "OSS/languages/ocaml/tree-sitter/semgrep-ocaml"]
path = languages/ocaml/tree-sitter/semgrep-ocaml
url = https://github.com/returntocorp/semgrep-ocaml.git
[submodule "OSS/languages/tree-sitter-lang/semgrep-hack"]
path = languages/hack/tree-sitter/semgrep-hack
url = https://github.com/returntocorp/semgrep-hack.git
[submodule "OSS/languages/html/tree-sitter/semgrep-html"]
path = languages/html/tree-sitter/semgrep-html
url = https://github.com/returntocorp/semgrep-html.git
[submodule "OSS/languages/dockerfile/tree-sitter/semgrep-dockerfile"]
path = languages/dockerfile/tree-sitter/semgrep-dockerfile
url = https://github.com/returntocorp/semgrep-dockerfile
[submodule "OSS/languages/bash/tree-sitter/semgrep-bash"]
path = languages/bash/tree-sitter/semgrep-bash
url = https://github.com/returntocorp/semgrep-bash
[submodule "OSS/libs/ocaml-tree-sitter-core"]
path = libs/ocaml-tree-sitter-core
url = https://github.com/returntocorp/ocaml-tree-sitter-core.git
[submodule "OSS/languages/php/tree-sitter/semgrep-php"]
path = languages/php/tree-sitter/semgrep-php
url = https://github.com/returntocorp/semgrep-php
[submodule "OSS/languages/terraform/tree-sitter/semgrep-hcl"]
path = languages/terraform/tree-sitter/semgrep-hcl
url = https://github.com/returntocorp/semgrep-hcl
[submodule "OSS/languages/solidity/tree-sitter/semgrep-solidity"]
path = languages/solidity/tree-sitter/semgrep-solidity
url = https://github.com/returntocorp/semgrep-solidity.git
[submodule "OSS/languages/python/tree-sitter/semgrep-python"]
path = languages/python/tree-sitter/semgrep-python
url = https://github.com/returntocorp/semgrep-python.git
[submodule "OSS/languages/swift/tree-sitter/semgrep-swift"]
path = languages/swift/tree-sitter/semgrep-swift
url = https://github.com/returntocorp/semgrep-swift.git
[submodule "OSS/languages/julia/tree-sitter/semgrep-julia"]
path = languages/julia/tree-sitter/semgrep-julia
url = https://github.com/returntocorp/semgrep-julia.git
[submodule "OSS/languages/jsonnet/tree-sitter/semgrep-jsonnet"]
path = languages/jsonnet/tree-sitter/semgrep-jsonnet
url = https://github.com/returntocorp/semgrep-jsonnet.git
[submodule "OSS/languages/lisp/tree-sitter/semgrep-clojure"]
path = languages/lisp/tree-sitter/semgrep-clojure
url = https://github.com/returntocorp/semgrep-clojure.git
[submodule "OSS/languages/cairo/tree-sitter/semgrep-cairo"]
path = languages/cairo/tree-sitter/semgrep-cairo
url = https://github.com/returntocorp/semgrep-cairo
[submodule "OSS/languages/protobuf/tree-sitter/semgrep-proto"]
path = languages/protobuf/tree-sitter/semgrep-proto
url = https://github.com/returntocorp/semgrep-proto.git
[submodule "OSS/languages/promql/tree-sitter/semgrep-promql"]
path = languages/promql/tree-sitter/semgrep-promql
url = https://github.com/returntocorp/semgrep-promql.git
[submodule "OSS/languages/dart/tree-sitter/semgrep-dart"]
path = languages/dart/tree-sitter/semgrep-dart
url = https://github.com/returntocorp/semgrep-dart.git
[submodule "OSS/languages/ql/tree-sitter/semgrep-ql"]
path = languages/ql/tree-sitter/semgrep-ql
url = https://github.com/semgrep/semgrep-ql
[submodule "OSS/languages/ruby/tree-sitter/semgrep-ruby"]
path = languages/ruby/tree-sitter/semgrep-ruby
url = https://github.com/returntocorp/semgrep-ruby.git
[submodule "OSS/languages/kotlin/tree-sitter/semgrep-kotlin"]
path = languages/kotlin/tree-sitter/semgrep-kotlin
url = https://github.com/returntocorp/semgrep-kotlin.git
[submodule "OSS/tests/semgrep-rules"]
path = tests/semgrep-rules
url = https://github.com/returntocorp/semgrep-rules.git
[submodule "OSS/languages/move-on-aptos/tree-sitter/semgrep-move-on-aptos"]
path = languages/move_on_aptos/tree-sitter/semgrep-move-on-aptos
url = https://github.com/semgrep/semgrep-move-on-aptos.git
[submodule "OSS/languages/move_on_sui/tree-sitter/semgrep-move-on-sui"]
path = languages/move_on_sui/tree-sitter/semgrep-move-on-sui
url = https://github.com/semgrep/semgrep-move-on-sui.git
[submodule "OSS/languages/circom/tree-sitter/semgrep-circom"]
path = languages/circom/tree-sitter/semgrep-circom
url = https://github.com/semgrep/semgrep-circom.git
[submodule "OSS/languages/fga/tree-sitter/semgrep-fga"]
path = languages/fga/tree-sitter/semgrep-fga
url = https://github.com/semgrep/semgrep-fga.git
[submodule "OSS/languages/scala/tree-sitter/semgrep-scala"]
path = languages/scala/tree-sitter/semgrep-scala
url = https://github.com/semgrep/semgrep-scala/
branch = main