Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@cedricbonhomme cedricbonhomme released this 20 Dec 19:47
· 88 commits to main since this release
v0.1.0
74427fa

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