-
-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Description
#436 deprecates the concept of fixed_package
and now only the vulnerable packages are entered into the database. Many data sources do not provide with a list of vulnerable packages and only provide a fixed version.
Currently affected importers:
Future affected importers:
- Mozilla
- Mattermost (For advisories before 2020-01-08)
We cannot simply ignore these data sources. One approach would be to flag all the versions before the provided fixed version as vulnerable and enter those in the database. The meaning of only a fixed version could further be clarified at the data source's end.
This needs to be further discussed.