Dear all
Apparently, around Monday Shadowserver changed their Feed Parsing Schema, that is used by your Shadowserver Parser Bot.
These are the changes:
+------------------------+-------------------------+ | Previous | Now | +------------------------+-------------------------+ | extra.severity | severity | | extra.device_vendor | product.vendor | | extra.device_model | product.name | | extra.device_version | product.version | | extra.vulnerability_id | product.vulnerabilities | +------------------------+-------------------------+
You may need to update your workflows accordingly.
If you do not update the schema automatically (parameter 'auto_update' by Shadowserver Parser Bot), you can start the update of the Parsing Schema manually:
intelmq.bots.parsers.shadowserver.parser --update-schema
Best regards Sebastian