The current implementation of the batched_advisories at https://github.com/nexB/vulnerablecode/blob/6609bcfdebb4c28bd30dfd9d42011323d238ee4c/vulnerabilities/data_source.py#L195 needs to be simplified
- Don't use sets, the hash method for the advisory dataclass is broken.
- Simplify the logic.
Eventually we want to move to non-batch proccessing so this low priority
The current implementation of the
batched_advisoriesat https://github.com/nexB/vulnerablecode/blob/6609bcfdebb4c28bd30dfd9d42011323d238ee4c/vulnerabilities/data_source.py#L195 needs to be simplifiedEventually we want to move to non-batch proccessing so this low priority