Python/JS: Running CodeQL CLI against large datasets
未關閉
question
- 主要語言
- CodeQL
- 星號
- 10.1k
- 分支
- 2.1k
- 平均合併
- 2 天 15 小時
- 30 天內合併 PR
- 141
描述
**Description of the issue**
I'm currently trying to use CodeQL CLI to run a fixed set of queries against a very large number of individual JavaScript and Python files. These files are completely independent of each other, and any dependency linkage between the individual files would be a false positive.
Currently, I am breaking these files out into folders of a certain size and running `database create` and `database analyze` against each folder. But this process is very inefficient and it seems like many steps are redundant.
**Question**
How can I make this process as efficient as possible? For example, is there a way to clear a dataset and repopulate it with new files?
貢獻指南
評估
這個 Issue 還沒有評估資料。