
SSrivastav211188 (Community Member) asked a question.
Hello,
I am consuming issues identified by veracode using API at /v3/workspaces/<id>/projects/<id>/issues
For these libraries i want to get data around where the library is coming from.
Essentially I want the data around dependency graph.
I've looked at https://app.swaggerhub.com/apis/Veracode/veracode-sca_agent_api_specification/3.0 but nothing there seems to give dependency info.
I do see the info in the veracode UI under the fix/dependency graph section like this:
""This vulnerability is in a direct dependency. Vulnerable library <lib> was found in <path> It can be fixed by updating the version of the library in your project and rebuilding it.
I'm interested in both direct and transitive dependencies
.png)
I was able to find the info i needed at the path "/repo-issues/<site-id>/details"