# Changelog

> **This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings — which rule fired, in which file, on which line, and how to fix it — are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.**

## Score

- CAI 28 → 35 (+6.5)
- Rubric changed (rubric-2026.08.18 → rubric-2026.08.19) — scores are not directly comparable.

## Lenses

- Code Health 48 (new)
- Architecture 88 (new)
- Maturity 13 → 52 (+38.5)
- Readiness 15 → 32 (+16.5)
- Security 100 → 24 (-75.6)

## Resolved (7)

- Dependency hygiene not measured — no supported dependency manifest was read
- No automated tests
- No tests found
- Test reliability not included
- bus factor not measured — no commits were sampled
- early-stage repository — too little history to judge knowledge freshness
- single-commit history — no usable git history window to measure hotspots

## New (90)

- Bounded contexts not declared
- Build status unknown
- Coverage not measured — analyzer environment
- Dormant codebase
- Duplicated block (13 lines × 3) (vehicle-tracking-poc/Tracking/Startup.cs)
- Duplicated block (19 lines × 2) (vehicle-tracking-poc/Components/BackgroundMiddleware/RabbitMQPublisher.cs)
- Duplicated block (21 lines × 2) (vehicle-tracking-poc/Tracking/Program.cs)
- Duplicated block (23 lines × 3) (vehicle-tracking-poc/Vehicle/Startup.cs)
- Duplicated block (25 lines × 4) (vehicle-tracking-poc/Tracking/Startup.cs)
- High IaC: DS-0002 (vehicle-tracking-poc/Customer/Dockerfile)
- High IaC: DS-0002 (vehicle-tracking-poc/EventSourcing/EventSourcingMiddleware/Dockerfile)
- High IaC: DS-0002 (vehicle-tracking-poc/Ping/Dockerfile)
- High IaC: DS-0002 (vehicle-tracking-poc/Tracking/Dockerfile)
- High IaC: DS-0002 (vehicle-tracking-poc/Vehicle/Dockerfile)
- High: security finding (details withheld)
- High: security finding (details withheld)
- LLM evaluation failed
- Low IaC: DS-0026 (vehicle-tracking-poc/Customer/Dockerfile)
- Low IaC: DS-0026 (vehicle-tracking-poc/Ping/Dockerfile)
- Low IaC: DS-0026 (vehicle-tracking-poc/Tracking/Dockerfile)
- …and 70 more

## API surface

- 8 added · 0 removed (a removed endpoint is potentially breaking)

## Added endpoints (8)

- GET /api/v{version}/customer/{correlationId}
- GET /api/v{version}/customer/{id}
- GET /api/v{version}/ping/{id}
- GET /api/v{version}/tracking/{id}
- GET /api/v{version}/tracking/{startFrom}/{endBy}/{pageNo}/{pageSize}
- GET /api/v{version}/vehicle/{customerId}
- GET /api/v{version}/vehicle/{id}
- POST /api/v{version}/ping/{vehicleId}
