Asked Jul 25th, 4:41 a.m. 47 0 1
  • 47 0 1
0

lỗi codeql, khi đã có python và tạo cơ sở dữ liệu codeql chính xác

Share
  • 47 0 1

thai123@DESKTOP-QEB1FKV:/home/kali/codeql_queries$ sudo codeql query run --database=/home/kali/codeql_dbscodeql_db_5 /home/kali/codeql_queries/query1.ql --output=/home/kali/codeql_queries/result.bqrs Compiling query plan for /home/kali/codeql_queries/query1.ql. ERROR: could not resolve module python (/home/kali/codeql_queries/query1.ql:1,8-14) ERROR: could not resolve type Function (/home/kali/codeql_queries/query1.ql:3,6-14) thai123@DESKTOP-QEB1FKV:/home/kali/codeql_queries$ cat query1.ql import python

from Function f where f.getName() = "main" select f

1 ANSWERS


Answered Aug 1st, 6:52 a.m.
Share
Viblo
Let's register a Viblo Account to get more interesting posts.