Read data from a file in CodeQl Query
オープン
- 主要言語
- CodeQL
- スター
- 10.1k
- フォーク
- 2.1k
- 平均マージ
- 2日 15時間
- マージ済み PR(30日)
- 141
説明
We have a JavaScript database which we want to scan through for a list of literals (URLS)
The list of literals that we want to scan against is 1000 long and we are trying to find the possible way to do so.
One solution that comes to mind is to store all the 1000 literals in a JSON file, read the JSON file in query and use it for comparison?
Is it possible to read a JSON/file in a CodeQl query ?
Is there any other approach that can be suggested for this use case?
コントリビューションガイド
評価
この issue はまだ評価されていません。