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

Where is the output result of Static Analysis: Potential execution of vulnerable code #591

Open
ZupeiNie opened this issue Jul 19, 2023 · 1 comment

Comments

@ZupeiNie
Copy link

Hello, I want to know where is the output result of Static Analysis: Potential execution of vulnerable code, I can see the call chain on the front end, but I can’t find relevant information in the report. Where can I get the call chain information?
image

@henrikplate
Copy link
Contributor

We only show the call path to vulnerable methods in the frontend, we do not include this detailed information in the report. You can obtain it programmatically by calling this endpoint: https://github.com/eclipse/steady/blob/master/rest-backend/src/main/java/org/eclipse/steady/backend/rest/ApplicationController.java#L2617

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

No branches or pull requests

2 participants