vulnerablecode
vulnerablecode copied to clipboard
Make models better for efficient queries
Currently we store packagerelatedvulnerabilities in one table, either a package fixes a vulnerability or affected by some vulnerability, the combination of package and vulnerability is stored in the same table with a flag for fix, We should segregate this data in 2 tables.
See also:
- https://github.com/nexB/vulnerablecode/issues/595
- https://github.com/nexB/vulnerablecode/issues/1549
Here are the diagrams we discussed in today's community call: