stabilize tests
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
// Description: Writes checksums.sha256 file in standard format.
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
using System.Text;
|
||||
|
||||
using StellaOps.EvidenceLocker.Export.Models;
|
||||
using System.Text;
|
||||
|
||||
namespace StellaOps.EvidenceLocker.Export;
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# StellaOps.EvidenceLocker.Export 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/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Export/StellaOps.EvidenceLocker.Export.md. |
|
||||
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |
|
||||
@@ -5,14 +5,15 @@
|
||||
// Description: Implementation of tar.gz bundle export with streaming support.
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.EvidenceLocker.Export.Models;
|
||||
using System.Diagnostics;
|
||||
using System.Formats.Tar;
|
||||
using System.IO.Compression;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.EvidenceLocker.Export.Models;
|
||||
|
||||
namespace StellaOps.EvidenceLocker.Export;
|
||||
|
||||
|
||||
@@ -5,13 +5,14 @@
|
||||
// Description: Exports timestamp evidence to bundle format.
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.EvidenceLocker.Timestamping.Models;
|
||||
using System.Collections.Immutable;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.EvidenceLocker.Timestamping.Models;
|
||||
|
||||
namespace StellaOps.EvidenceLocker.Timestamping.Bundle;
|
||||
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// Description: Imports timestamp evidence from bundle format.
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
using System.Text.Json;
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.EvidenceLocker.Timestamping.Models;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace StellaOps.EvidenceLocker.Timestamping.Bundle;
|
||||
|
||||
|
||||
@@ -5,10 +5,11 @@
|
||||
// Description: Implementation of re-timestamping service.
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
using System.Collections.Immutable;
|
||||
using System.Security.Cryptography;
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.EvidenceLocker.Timestamping.Models;
|
||||
using System.Collections.Immutable;
|
||||
using System.Security.Cryptography;
|
||||
|
||||
namespace StellaOps.EvidenceLocker.Timestamping;
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# StellaOps.EvidenceLocker.Timestamping 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/EvidenceLocker/__Libraries/StellaOps.EvidenceLocker.Timestamping/StellaOps.EvidenceLocker.Timestamping.md. |
|
||||
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |
|
||||
@@ -5,11 +5,12 @@
|
||||
// Description: PostgreSQL repository implementation for timestamp evidence.
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
using System.Data;
|
||||
|
||||
using Dapper;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Npgsql;
|
||||
using StellaOps.EvidenceLocker.Timestamping.Models;
|
||||
using System.Data;
|
||||
|
||||
namespace StellaOps.EvidenceLocker.Timestamping;
|
||||
|
||||
|
||||
@@ -5,12 +5,13 @@
|
||||
// Description: Offline verification of timestamps using bundled evidence.
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.EvidenceLocker.Timestamping.Models;
|
||||
using System.Formats.Asn1;
|
||||
using System.Security.Cryptography;
|
||||
using System.Security.Cryptography.Pkcs;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using StellaOps.EvidenceLocker.Timestamping.Models;
|
||||
|
||||
namespace StellaOps.EvidenceLocker.Timestamping.Verification;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user