To check for issues in the application’s Open Source dependencies, in this example we will use the Snyk GitHub integration to connect Snyk to the application’s GitHub Repository.
Now that Snyk is connected to your GitHub Account, import the Repo into Snyk as a Project.
3. Select the repo for the Goof application and click the “Add selected repositories” button at the top-right corner of the page.
When the import completes, Snyk displays the issue counts next to the files that introduced the issues. Issues in the Open Source components in our Goof app are displayed, the one we will be looking at are in the Maven todolist/todolist-web-struts/pom.xml
file.
Before investigating the issues, let’s explore an example of the invisible risks Open Source components can bundle into our application.