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

Separate data import and data inference/refinements #500

Closed
Hritik14 opened this issue Jul 15, 2021 · 1 comment
Closed

Separate data import and data inference/refinements #500

Hritik14 opened this issue Jul 15, 2021 · 1 comment

Comments

@Hritik14
Copy link
Collaborator

#467 now refines the upstream data and puts it in the database as a fact. An importer should only do one job - import.
The data obtained by the importers should not be tampered with and be as true as the upstream.
The heuristics like time travel, finding fix commits (thus finding vulnerable versions) etc should be implemented in a different module than importers.

revisit time travel. It should not be part of importer but something that is about data improvement, inference and refinements
and something that is about data improvement, inference and refinements should be a separate tool

via https://github.com/nexB/vulnerablecode/wiki/WeeklyMeetings#meeting-on-thursday-2021-07-15-at-1200-utc

@Hritik14
Copy link
Collaborator Author

Fixed by #525

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

1 participant