This roadmap communicates the project's direction. It is indicative, not a commitment — priorities may shift based on community needs and contributions. Dated items are reviewed each release. To propose or pick up an item, open a GitHub issue (see CONTRIBUTING.md).
Last reviewed: 2026-06.
- Project quality & supply chain: reach OpenSSF Best Practices Silver (CI, ≥80% test coverage, signed releases, threat model).
- Continuous integration: automated tests, linting (ruff) and SAST (bandit) on every pull request.
- Hardening: input validation on the Event Publisher API, pinned container base images, documented TLS posture.
- Additional C-ITS message types: extend beyond DENM toward other ETSI messages (e.g. CAM, IVIM) across the Event Publisher and NiFi encoder.
- TLS-by-default deployment profile: opt-in
docker-composeoverlay with TLS enabled for MQTT, Kafka and the API, plus credential management guidance. - Observability: richer Grafana dashboards and exporter metrics.
- Test coverage growth: raise coverage toward the OpenSSF Gold bar (≥90% statement / ≥80% branch).
- OpenSSF Gold: two-person review on all changes, broader contributor base, reproducible builds.
- Multi-region / federated edge: patterns for connecting multiple edge deployments.
- Extended integration framework: more inbound/outbound connectors via NiFi beyond AMQP.
- Proprietary or closed-source components.
- Re-implementing cryptography in first-party code (TLS is delegated to the underlying, configurable infrastructure — see SECURITY.md).