github / github/codeql

Are there any alternative commands available to resolve the following situation?

Abierto
#13,697 2 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
CodeQL
Estrellas
10.1k
Forks
2.1k
Merge medio
2 d 15 h
PR fusionados (30 d)
141

Descripción

When I generate a database using codeql (using the command: `codeql database create halodb --language=java --source-root /Users/fqy/Desktop/CodeAudit/JAVA/halo-0.4.3`), the command-line interface keeps downloading the required dependencies. How can I resolve this situation, and are there any alternative commands available? Thank you.

The command-line output is as follows:

[2023-07-10 15:44:51] [build-stdout] [2023-07-10 15:44:51] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/5.1.4.RELEASE/spring-beans-5.1.4.RELEASE.jar
[2023-07-10 15:44:52] [build-stdout] [2023-07-10 15:44:52] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar (472 kB at 2.9 kB/s)
[2023-07-10 15:44:52] [build-stdout] [2023-07-10 15:44:52] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/5.1.4.RELEASE/spring-webmvc-5.1.4.RELEASE.jar
[2023-07-10 15:44:58] [build-stdout] [2023-07-10 15:44:58] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-web/5.1.4.RELEASE/spring-web-5.1.4.RELEASE.jar (1.4 MB at 8.3 kB/s)
[2023-07-10 15:44:58] [build-stdout] [2023-07-10 15:44:58] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/5.1.4.RELEASE/spring-aop-5.1.4.RELEASE.jar
[2023-07-10 15:45:01] [build-stdout] [2023-07-10 15:45:01] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/5.1.4.RELEASE/spring-aop-5.1.4.RELEASE.jar (369 kB at 2.2 kB/s)
[2023-07-10 15:45:01] [build-stdout] [2023-07-10 15:45:01] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/5.1.4.RELEASE/spring-context-5.1.4.RELEASE.jar
[2023-07-10 15:45:05] [build-stdout] [2023-07-10 15:45:05] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-context/5.1.4.RELEASE/spring-context-5.1.4.RELEASE.jar (1.1 MB at 6.3 kB/s)
[2023-07-10 15:45:05] [build-stdout] [2023-07-10 15:45:05] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/5.1.4.RELEASE/spring-expression-5.1.4.RELEASE.jar
[2023-07-10 15:45:06] [build-stdout] [2023-07-10 15:45:06] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/5.1.4.RELEASE/spring-beans-5.1.4.RELEASE.jar (672 kB at 3.9 kB/s)
[2023-07-10 15:45:06] [build-stdout] [2023-07-10 15:45:06] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/2.1.2.RELEASE/spring-boot-starter-test-2.1.2.RELEASE.jar
[2023-07-10 15:45:06] [build-stdout] [2023-07-10 15:45:06] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-test/2.1.2.RELEASE/spring-boot-starter-test-2.1.2.RELEASE.jar (404 B at 2 B/s)
[2023-07-10 15:45:06] [build-stdout] [2023-07-10 15:45:06] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/2.1.2.RELEASE/spring-boot-test-2.1.2.RELEASE.jar
[2023-07-10 15:45:06] [build-stdout] [2023-07-10 15:45:06] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/5.1.4.RELEASE/spring-expression-5.1.4.RELEASE.jar (280 kB at 1.6 kB/s)
[2023-07-10 15:45:06] [build-stdout] [2023-07-10 15:45:06] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/2.1.2.RELEASE/spring-boot-test-autoconfigure-2.1.2.RELEASE.jar
[2023-07-10 15:45:07] [build-stdout] [2023-07-10 15:45:07] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test-autoconfigure/2.1.2.RELEASE/spring-boot-test-autoconfigure-2.1.2.RELEASE.jar (172 kB at 982 B/s)
[2023-07-10 15:45:07] [build-stdout] [2023-07-10 15:45:07] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar
[2023-07-10 15:45:08] [build-stdout] [2023-07-10 15:45:08] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar (223 kB at 1.3 kB/s)
[2023-07-10 15:45:08] [build-stdout] [2023-07-10 15:45:08] [autobuild] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/2.3/json-smart-2.3.jar
[2023-07-10 15:45:08] [build-stdout] [2023-07-10 15:45:08] [autobuild] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-test/2.1.2.RELEASE/spring-boot-test-2.1.2.RELEASE.jar (197 kB at 1.1 kB/s)

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.