github / github/codeql

Does CodeQL support edits on call graph?

Open
#7,013 1 comment 0 reactions 0 assignees View on GitHub
question
Dominant language
CodeQL
Stars
10.1k
Forks
2.1k
Avg merge
2d 15h
Merged PRs (30d)
141

Description

I'm new to CodeQL and am reading this [tutorial](https://codeql.github.com/docs/codeql-language-guides/navigating-the-call-graph/) about how to query Java call graph. It looks like CodeQL only supports read operations on the call graph. If I hope to edit the call graph (e.g., add or delete an edge that represents method A calls method B) before querying, what can I do with CodeQL? BTW, I'm familiar with [Soot](https://github.com/soot-oss/soot), which can read or edit call graph with APIs. I am wondering if CodeQL also supports these features.

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.