github / github/codeql

Read data from a file in CodeQl Query

Open
#9,758 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
CodeQL
Stars
10.1k
Forks
2.1k
Avg merge
2d 15h
Merged PRs (30d)
141

Description

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.