This commit is contained in:
StellaOps Bot
2026-01-06 21:03:06 +02:00
841 changed files with 15706 additions and 68106 deletions

View File

@@ -5,6 +5,6 @@ Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.
| Task ID | Status | Notes |
| --- | --- | --- |
| AUDIT-0050-M | DONE | Maintainability audit for StellaOps.Attestor.Core.Tests. |
| AUDIT-0050-T | DONE | Test coverage audit for StellaOps.Attestor.Core.Tests. |
| AUDIT-0050-A | TODO | Pending approval for changes. |
| AUDIT-0050-M | DONE | Revalidated maintainability for StellaOps.Attestor.Core.Tests. |
| AUDIT-0050-T | DONE | Revalidated test coverage for StellaOps.Attestor.Core.Tests. |
| AUDIT-0050-A | DONE | Waived (test project; revalidated 2026-01-06). |

View File

@@ -5,6 +5,6 @@ Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.
| Task ID | Status | Notes |
| --- | --- | --- |
| AUDIT-0049-M | DONE | Maintainability audit for StellaOps.Attestor.Core. |
| AUDIT-0049-T | DONE | Test coverage audit for StellaOps.Attestor.Core. |
| AUDIT-0049-A | DONE | Applied audit fixes + tests. |
| AUDIT-0049-M | DONE | Revalidated maintainability for StellaOps.Attestor.Core. |
| AUDIT-0049-T | DONE | Revalidated test coverage for StellaOps.Attestor.Core. |
| AUDIT-0049-A | TODO | Reopened on revalidation; address canonicalization, time/ID determinism, and Ed25519 gaps. |

View File

@@ -0,0 +1,21 @@
{
"EvidenceLocker": {
"BaseUrl": "http://localhost:5200"
},
"attestor": {
"s3": {
"enabled": false
},
"postgres": {
"connectionString": "Host=localhost;Port=5432;Database=attestor-tests"
},
"redis": {
"url": ""
}
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
}
}

View File

@@ -0,0 +1,26 @@
{
"EvidenceLocker": {
"BaseUrl": "http://localhost:5200"
},
"attestor": {
"s3": {
"enabled": false,
"bucket": "attestor",
"endpoint": "http://localhost:9000",
"useTls": false
},
"postgres": {
"connectionString": "Host=localhost;Port=5432;Database=attestor",
"database": "attestor"
},
"redis": {
"url": ""
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}