Files
scadaproj/code-reviews/Auth/findings.md
T
Joseph Doherty 5f75cd4dab Add per-library code-review scaffolding for the ZB.MOM.WW.* shared libs
Adapts the code-reviews convention (process, README generator, template) from
the ScadaBridge app model (per-src/-module, Akka conventions) to scadaproj's
reality: six shared libraries reviewed against their components/ specs.

- REVIEW-PROCESS.md: review unit is a library; library->component-spec mapping;
  checklist re-targeted for reusable .NET libs (public API/semver, packaging &
  dependency hygiene, spec/shared-contract adherence) instead of actor/supervision.
- _template/findings.md: library/packages/component-spec/shared-contract header.
- regen-readme.py: per-library prose, data-driven Summary, '-' for unreviewed.
- Seed Auth/Theme/Health/Telemetry/Configuration/Audit findings stubs (0 findings).
- README.md generated; --check passes.
2026-06-01 10:46:16 -04:00

1.1 KiB

Code Review — Auth

Field Value
Library ZB.MOM.WW.Auth/
Packages ZB.MOM.WW.Auth.Abstractions, ZB.MOM.WW.Auth.Ldap, ZB.MOM.WW.Auth.ApiKeys, ZB.MOM.WW.Auth.AspNetCore
Component spec components/auth/spec/SPEC.md
Shared contract components/auth/shared-contract/ZB.MOM.WW.Auth.md
Status Not yet reviewed
Last reviewed
Reviewer
Commit reviewed
Open findings 0

Summary

Not yet reviewed.

Checklist coverage

# Category Examined Notes
1 Correctness & logic bugs
2 Public API surface & compatibility
3 Concurrency & thread safety
4 Error handling & resilience
5 Security & secret handling
6 Performance & resource management
7 Spec & shared-contract adherence
8 Packaging, dependencies & project layout
9 Testing coverage
10 Documentation & XML docs

Findings

No findings recorded yet.