You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have completed this issue in #1704. To test this setup Vulnerablecode locally with the help of Readme. After setting up VCIO. Run any importer for example ./manage.py import npm_importer. Then run ./manage.py improve collect_fix_commits. Then run the server using make run and go to /api/v2/packages. You can find list of "code_fixes" for for a package in "affected_by_vulnerabilities" like the screenshots below.
We should collect fix commits from existing references using a new improver.
This improver pipeline that will scout the References to create CodeFix entries.
This will be using the CodeFix models designed in:
And is in support of the larger fix commit collection issue at:
See also these related issues:
The text was updated successfully, but these errors were encountered: