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

@@ -18,3 +18,4 @@ provenance, bias/fairness, and safety claims) from parsed SBOMs.
- Keep outputs deterministic (stable ordering, UTC timestamps).
- Avoid new external network calls; use offline fixtures for tests.
- Update sprint status and module docs when contracts change.

View File

@@ -1,9 +1,10 @@
using System.Collections.Immutable;
using StellaOps.BinaryIndex.ML;
using StellaOps.Concelier.SbomIntegration.Models;
using StellaOps.Scanner.AiMlSecurity.Analyzers;
using StellaOps.Scanner.AiMlSecurity.Models;
using StellaOps.Scanner.AiMlSecurity.Policy;
using System.Collections.Immutable;
namespace StellaOps.Scanner.AiMlSecurity;

View File

@@ -1,7 +1,8 @@
using System.Collections.Immutable;
using StellaOps.BinaryIndex.ML;
using StellaOps.Concelier.SbomIntegration.Models;
using StellaOps.Scanner.AiMlSecurity.Policy;
using System.Collections.Immutable;
namespace StellaOps.Scanner.AiMlSecurity.Analyzers;

View File

@@ -1,5 +1,6 @@
using System.Collections.Immutable;
using StellaOps.Scanner.AiMlSecurity.Models;
using System.Collections.Immutable;
namespace StellaOps.Scanner.AiMlSecurity.Analyzers;

View File

@@ -1,6 +1,7 @@
using System.Collections.Immutable;
using StellaOps.Concelier.SbomIntegration.Models;
using StellaOps.Scanner.AiMlSecurity.Models;
using System.Collections.Immutable;
namespace StellaOps.Scanner.AiMlSecurity.Analyzers;

View File

@@ -1,6 +1,7 @@
using System.Collections.Immutable;
using StellaOps.Concelier.SbomIntegration.Models;
using StellaOps.Scanner.AiMlSecurity.Models;
using System.Collections.Immutable;
namespace StellaOps.Scanner.AiMlSecurity.Analyzers;

View File

@@ -1,5 +1,6 @@
using System.Collections.Immutable;
using StellaOps.Scanner.AiMlSecurity.Models;
using System.Collections.Immutable;
namespace StellaOps.Scanner.AiMlSecurity.Analyzers;

View File

@@ -1,7 +1,8 @@
using System.Collections.Immutable;
using StellaOps.BinaryIndex.ML;
using StellaOps.Concelier.SbomIntegration.Models;
using StellaOps.Scanner.AiMlSecurity.Models;
using System.Collections.Immutable;
namespace StellaOps.Scanner.AiMlSecurity.Analyzers;

View File

@@ -1,6 +1,7 @@
using System.Collections.Immutable;
using StellaOps.Concelier.SbomIntegration.Models;
using StellaOps.Scanner.AiMlSecurity.Models;
using System.Collections.Immutable;
namespace StellaOps.Scanner.AiMlSecurity.Analyzers;

View File

@@ -1,7 +1,8 @@
using System.Collections.Immutable;
using StellaOps.Concelier.SbomIntegration.Models;
using StellaOps.Scanner.AiMlSecurity.Models;
using StellaOps.Scanner.AiMlSecurity.Policy;
using System.Collections.Immutable;
namespace StellaOps.Scanner.AiMlSecurity.Analyzers;

View File

@@ -1,6 +1,7 @@
using System.Collections.Immutable;
using StellaOps.Concelier.SbomIntegration.Models;
using StellaOps.Scanner.AiMlSecurity.Models;
using System.Collections.Immutable;
namespace StellaOps.Scanner.AiMlSecurity.Analyzers;

View File

@@ -1,5 +1,6 @@
using System.Collections.Immutable;
using StellaOps.Scanner.AiMlSecurity.Models;
using System.Collections.Immutable;
namespace StellaOps.Scanner.AiMlSecurity.Policy;

View File

@@ -1,8 +1,9 @@
using StellaOps.Scanner.AiMlSecurity.Models;
using System.Collections.Immutable;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using StellaOps.Scanner.AiMlSecurity.Models;
using YamlDotNet.Serialization;
using YamlDotNet.Serialization.NamingConventions;

View File

@@ -1,10 +1,11 @@
using StellaOps.Scanner.AiMlSecurity.Models;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using StellaOps.Scanner.AiMlSecurity.Models;
namespace StellaOps.Scanner.AiMlSecurity.Reporting;

View File

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