stabilize tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.AspNetCore.Routing;
|
||||
@@ -7,6 +6,8 @@ using Microsoft.Extensions.Logging;
|
||||
using StellaOps.Verdict.Persistence;
|
||||
using StellaOps.Verdict.Schema;
|
||||
using StellaOps.Verdict.Services;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace StellaOps.Verdict.Api;
|
||||
|
||||
|
||||
@@ -2,12 +2,13 @@
|
||||
// Sprint: SPRINT_1227_0014_0001_BE_stellaverdict_consolidation
|
||||
// Task 9: Verdict Replay Bundle Exporter
|
||||
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.Verdict.Schema;
|
||||
using System.Globalization;
|
||||
using System.IO.Compression;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.Verdict.Schema;
|
||||
|
||||
namespace StellaOps.Verdict.Export;
|
||||
|
||||
|
||||
@@ -2,12 +2,13 @@
|
||||
// Sprint: SPRINT_1227_0014_0001_BE_stellaverdict_consolidation
|
||||
// Task 6: OCI Attestation Publisher
|
||||
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.Extensions.Options;
|
||||
using StellaOps.Verdict.Schema;
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace StellaOps.Verdict.Oci;
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using System.Collections.Immutable;
|
||||
|
||||
using StellaOps.Verdict.Schema;
|
||||
using System.Collections.Immutable;
|
||||
|
||||
namespace StellaOps.Verdict.Persistence;
|
||||
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.Verdict.Schema;
|
||||
using System.Collections.Immutable;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.Verdict.Schema;
|
||||
|
||||
namespace StellaOps.Verdict.Persistence;
|
||||
|
||||
|
||||
@@ -4,10 +4,11 @@
|
||||
// Task: Implement PolicyLock generator
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace StellaOps.Verdict;
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
using System.Collections.Immutable;
|
||||
|
||||
using StellaOps.Policy;
|
||||
using StellaOps.Policy.TrustLattice;
|
||||
using StellaOps.Verdict.Schema;
|
||||
using System.Collections.Immutable;
|
||||
|
||||
namespace StellaOps.Verdict.Services;
|
||||
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
using System.Collections.Immutable;
|
||||
using System.Text;
|
||||
using StellaOps.Attestor.Envelope;
|
||||
using StellaOps.Verdict.Schema;
|
||||
|
||||
using AttestorDsseEnvelope = StellaOps.Attestor.Envelope.DsseEnvelope;
|
||||
using AttestorDsseSignature = StellaOps.Attestor.Envelope.DsseSignature;
|
||||
using StellaOps.Attestor.Envelope;
|
||||
using StellaOps.Verdict.Schema;
|
||||
using System.Collections.Immutable;
|
||||
using System.Text;
|
||||
|
||||
namespace StellaOps.Verdict.Services;
|
||||
|
||||
|
||||
8
src/__Libraries/StellaOps.Verdict/TASKS.md
Normal file
8
src/__Libraries/StellaOps.Verdict/TASKS.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# StellaOps.Verdict Task Board
|
||||
This board mirrors active sprint tasks for this module.
|
||||
Source of truth: `docs/implplan/SPRINT_20260130_002_Tools_csproj_remediation_solid_review.md`.
|
||||
|
||||
| Task ID | Status | Notes |
|
||||
| --- | --- | --- |
|
||||
| REMED-05 | TODO | Remediation checklist: docs/implplan/audits/csproj-standards/remediation/checklists/src/__Libraries/StellaOps.Verdict/StellaOps.Verdict.md. |
|
||||
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |
|
||||
@@ -4,11 +4,12 @@
|
||||
// Task: Implement VerdictBuilderService with optional Fulcio keyless signing
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.Signer.Core;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.Signer.Core;
|
||||
|
||||
namespace StellaOps.Verdict;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user