Hi,
I'm trying to use codeql Cli for vulnerability detection for Python programs. I tried out the default query suite codeql\python-queries\0.6.2 on the example cases of CWE-22 (https://github.com/github/codeql/tree/codeql-cli/latest/python/ql/src/Security/CWE-022/examples), but it produced an empty output file.
I'm using the following commands:
- codeql database create "example/database/location" --language=python
- codeql pack download codeql/python-queries
- codeql database analyze "example/database/location" --format csv --output "xxx\codeql_results.csv" codeql/python-queries
Is there any problem?
Reactions are currently unavailable
Hi,
I'm trying to use codeql Cli for vulnerability detection for Python programs. I tried out the default query suite codeql\python-queries\0.6.2 on the example cases of CWE-22 (https://github.com/github/codeql/tree/codeql-cli/latest/python/ql/src/Security/CWE-022/examples), but it produced an empty output file.
I'm using the following commands:
Is there any problem?