Releases: CIRCL/FediVuln
Release 0.6.2
Directly return the updated status before trying another source of
vulnerabilities. This prevents overriding the content generated in
the previous try block.
Release 0.6.1
Handle various type of vulnerabilities when pushing to the Fediverse.
Release 0.6.0
It is now possible to stream from Valkey Pub/Sub service instead of streaming for the authenticated HTTP event-stream.
Release 0.5.5
Templates used to publish status are now located in the configuration file.
Release 0.5.4
The template dedicated to comment, when publishing to the Fediverse, has been updated. It now includes the title of the comment.
Release 0.5.3
Fixed an issue when converting the event string to a dict.
Release 0.5.2
Improved the loading of configuration variables.
Release 0.5.1
Updated PyVulnerabilityLookup.
Release 0.5.0
The FediVuln-Publish
command has now the ability to subscribe to an HTTP event stream and publish the incoming data to the Fediverse.
Release 0.4.0
- The client PyVulnerabilityLookup is now used in order to communicate with
the API of the Vulnerability-Lookup instance. - When a duplicate sighting is detected a message is printed.
- Improved management of UTC aware Datetime objects.