0
lỗi codeql, khi đã có python và tạo cơ sở dữ liệu codeql chính xác
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
Add a comment