stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -1,8 +1,9 @@
using System.Security.Cryptography;
using Microsoft.Extensions.Options;
using StellaOps.Cryptography;
using StellaOps.Replay.Core;
using StellaOps.Scanner.ProofSpine.Options;
using System.Security.Cryptography;
namespace StellaOps.Scanner.ProofSpine;

View File

@@ -1,9 +1,10 @@
using StellaOps.Cryptography;
using StellaOps.Replay.Core;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Text;
using System.Text.Json.Serialization;
using StellaOps.Cryptography;
using StellaOps.Replay.Core;
namespace StellaOps.Scanner.ProofSpine;

View File

@@ -5,11 +5,12 @@
// Description: Extensions for ProofSpineBuilder to emit graph root attestations
// -----------------------------------------------------------------------------
using AttestorEnvelope = StellaOps.Attestor.Envelope.DsseEnvelope;
using AttestorSignature = StellaOps.Attestor.Envelope.DsseSignature;
using StellaOps.Attestor.GraphRoot;
using StellaOps.Attestor.GraphRoot.Models;
using StellaOps.Replay.Core;
using AttestorEnvelope = StellaOps.Attestor.Envelope.DsseEnvelope;
using AttestorSignature = StellaOps.Attestor.Envelope.DsseSignature;
namespace StellaOps.Scanner.ProofSpine;

View File

@@ -1,8 +1,9 @@
using StellaOps.Cryptography;
using StellaOps.Replay.Core;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using StellaOps.Cryptography;
using StellaOps.Replay.Core;
namespace StellaOps.Scanner.ProofSpine;

View File

@@ -0,0 +1,8 @@
# StellaOps.Scanner.ProofSpine 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/Scanner/__Libraries/StellaOps.Scanner.ProofSpine/StellaOps.Scanner.ProofSpine.md. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |