Skip to content

Releases: CIRCL/FediVuln

Release 0.6.2

16 Dec 20:59
v0.6.2
5c3edab
Compare
Choose a tag to compare

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

16 Dec 13:47
v0.6.1
23cdc05
Compare
Choose a tag to compare

Handle various type of vulnerabilities when pushing to the Fediverse.

Release 0.6.0

16 Dec 08:46
v0.6.0
5880d71
Compare
Choose a tag to compare

It is now possible to stream from Valkey Pub/Sub service instead of streaming for the authenticated HTTP event-stream.

Release 0.5.5

11 Dec 10:34
v0.5.5
a04f178
Compare
Choose a tag to compare

Templates used to publish status are now located in the configuration file.

Release 0.5.4

11 Dec 10:34
v0.5.4
9c29b49
Compare
Choose a tag to compare

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

11 Dec 09:38
v0.5.3
6ca0c56
Compare
Choose a tag to compare

Fixed an issue when converting the event string to a dict.

Release 0.5.2

10 Dec 06:35
v0.5.2
3f9d065
Compare
Choose a tag to compare

Improved the loading of configuration variables.

Release 0.5.1

09 Dec 20:54
v0.5.1
6641fb7
Compare
Choose a tag to compare

Updated PyVulnerabilityLookup.

Release 0.5.0

09 Dec 10:41
v0.5.0
7058e1c
Compare
Choose a tag to compare

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

19 Nov 10:22
v0.4.0
35456aa
Compare
Choose a tag to compare
  • 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.