Delete eval_setup.sh
Browse files- eval_setup.sh +0 -28
eval_setup.sh
DELETED
|
@@ -1,28 +0,0 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
mkdir codeql-home
|
| 3 |
-
|
| 4 |
-
wget https://github.com/github/codeql-cli-binaries/releases/download/v2.5.0/codeql.zip -P codeql-home/
|
| 5 |
-
unzip codeql-home/codeql.zip -d codeql-home/
|
| 6 |
-
|
| 7 |
-
git clone https://github.com/github/codeql.git codeql-home/codeql-repo
|
| 8 |
-
cd codeql-home/codeql-repo
|
| 9 |
-
git checkout 20416ae0342c66aa05bc099af8e5a020b018a978
|
| 10 |
-
|
| 11 |
-
codeql-home/codeql/codeql resolve languages
|
| 12 |
-
codeql-home/codeql/codeql resolve qlpacks
|
| 13 |
-
|
| 14 |
-
cd ../../
|
| 15 |
-
|
| 16 |
-
mv -v src/evaluation/qls_for_security/cpp/* codeql-home/codeql-repo/cpp/ql/src/
|
| 17 |
-
mv -v src/evaluation/qls_for_security/python/* codeql-home/codeql-repo/python/ql/src/
|
| 18 |
-
|
| 19 |
-
cd src/evaluation/tree-sitter/
|
| 20 |
-
|
| 21 |
-
git clone https://github.com/tree-sitter/tree-sitter-cpp.git
|
| 22 |
-
git clone https://github.com/tree-sitter/tree-sitter-c.git
|
| 23 |
-
git clone https://github.com/tree-sitter/tree-sitter-python.git
|
| 24 |
-
git clone https://github.com/tree-sitter/tree-sitter-java.git
|
| 25 |
-
git clone https://github.com/tree-sitter/tree-sitter-javascript.git
|
| 26 |
-
git clone https://github.com/tree-sitter/tree-sitter-scala.git
|
| 27 |
-
git clone https://github.com/jiyee/tree-sitter-objc.git
|
| 28 |
-
git clone https://github.com/fwcd/tree-sitter-kotlin.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|