Skip to content

Releases: scandale-project/scandale

Release 0.2.0

25 Dec 12:15
v0.2.0
4ab48bf
Compare
Choose a tag to compare

In the yuletide iteration of SCANDALE, a novel Pub/Sub mechanism graces the FastAPI server with its presence. Employing the venerable WebSocket, aficionados are granted the option to partake in the unfolding chronicles of freshly minted scans or cryptographic timestamps (RFC 3161) related to the scans.

Release 0.1.0

20 Dec 19:47
v0.1.0
74427fa
Compare
Choose a tag to compare

Version 0.1.0 (2023-12-20)

News

The HTTP API is now providing several endpoints related to the timestamp tokens (RFC 3161). First, an endpoint to receive new tokens. Another endpoint to check the validity of a token by passing as parameter the UUID of a scan. And finally, an endpoint to verify the timestamp of a cryptographic timestamp token.

The aggregation engine can collect standardized data from the probe agents and generate a cryptographic timestamp token. It uses the HTTP API in order to store the collected data and to store the timestamp tokens.

No notable changes related to the probe agents.

Various improvements related to the schemas (Pydantic) and to the models (SQLAlchemy).

Architecture presentation

The high level architecture is presented here:
https://scandale.readthedocs.io/en/latest/architecture.html

Backend capabilities demo

Screen recording

Version 0.0.1

21 Dec 06:41
v0.0.1
ac045ba
Compare
Choose a tag to compare

First working prototype with the API and the first SPADE agents.