refactor(inboundapi): M3.4 ForbiddenApiChecker delegates to shared ScriptAnalysis validator

This commit is contained in:
Joseph Doherty
2026-06-16 19:35:43 -04:00
parent 069c0e0b1a
commit 784fee7b07
3 changed files with 70 additions and 187 deletions
@@ -17,6 +17,7 @@
<!-- AuditWriteMiddleware reads AuditLogOptions.InboundMaxBytes to bound
per-request request/response audit capture at the source. -->
<ProjectReference Include="../ZB.MOM.WW.ScadaBridge.AuditLog/ZB.MOM.WW.ScadaBridge.AuditLog.csproj" />
<ProjectReference Include="../ZB.MOM.WW.ScadaBridge.ScriptAnalysis/ZB.MOM.WW.ScadaBridge.ScriptAnalysis.csproj" />
</ItemGroup>
<ItemGroup>