Releases: scandale-project/scandale
Release 0.2.0
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
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
Version 0.0.1
First working prototype with the API and the first SPADE agents.