Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Following EOG edges interprocedurally with stack #1999

Merged
merged 19 commits into from
Jan 31, 2025

Conversation

KuechA
Copy link
Contributor

@KuechA KuechA commented Jan 28, 2025

Fixes #1997

We use the SimpleStack to identify possible paths and follow the invokes/calledBy edges to extend the intraprocedural EOG to an interprocedural version thereof. A unification/better interface of the context and SimpleStack or an improved version of the Query API will follow in separate PRs.

Copy link

codecov bot commented Jan 30, 2025

Codecov Report

Attention: Patch coverage is 74.41860% with 11 lines in your changes missing coverage. Please review.

Project coverage is 78.07%. Comparing base (0132710) to head (8b8ed9f).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...kotlin/de/fraunhofer/aisec/cpg/graph/Extensions.kt 74.41% 1 Missing and 10 partials ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
...kotlin/de/fraunhofer/aisec/cpg/graph/Extensions.kt 63.77% <74.41%> (+2.09%) ⬆️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@KuechA KuechA marked this pull request as ready for review January 31, 2025 07:55
@oxisto oxisto enabled auto-merge (squash) January 31, 2025 15:01
@oxisto oxisto merged commit 7495654 into main Jan 31, 2025
2 checks passed
@oxisto oxisto deleted the ak/more-following-granularity branch January 31, 2025 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Follow EOG interprocedurally in query api
2 participants