-
-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Labels
Description
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