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,11 +1,12 @@
using Microsoft.Extensions.Logging;
using StellaOps.Scanner.Analyzers.OS.Abstractions;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using StellaOps.Scanner.Analyzers.OS.Abstractions;
namespace StellaOps.Scanner.Analyzers.OS.Analyzers;

View File

@@ -1,3 +1,5 @@
using StellaOps.Scanner.Core.Contracts;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
@@ -6,7 +8,6 @@ using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Text.Json;
using StellaOps.Scanner.Core.Contracts;
namespace StellaOps.Scanner.Analyzers.OS.Helpers;

View File

@@ -1,9 +1,10 @@
namespace StellaOps.Scanner.Analyzers.OS.Internal;
using System.Diagnostics;
using System.Text.Json;
using Microsoft.Extensions.Logging;
using StellaOps.Scanner.Surface.FS;
using System.Diagnostics;
using System.Text.Json;
namespace StellaOps.Scanner.Analyzers.OS.Internal;
public readonly record struct OsAnalyzerSurfaceCacheEntry(OSPackageAnalyzerResult Result, bool IsHit);

View File

@@ -1,10 +1,11 @@
namespace StellaOps.Scanner.Analyzers.OS.Internal;
using System.Buffers;
using System.Diagnostics;
using System.Security.Cryptography;
using System.Text;
namespace StellaOps.Scanner.Analyzers.OS.Internal;
public static class OsRootfsFingerprint
{
private const long ContentHashThresholdBytes = 8L * 1024L * 1024L;

View File

@@ -1,11 +1,12 @@
using StellaOps.Scanner.Core.Contracts;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Globalization;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Globalization;
using StellaOps.Scanner.Core.Contracts;
namespace StellaOps.Scanner.Analyzers.OS.Mapping;

View File

@@ -1,8 +1,9 @@
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.IO;
using Microsoft.Extensions.Logging;
namespace StellaOps.Scanner.Analyzers.OS;

View File

@@ -1,6 +1,7 @@
using System;
using StellaOps.Plugin;
using StellaOps.Scanner.Analyzers.OS.Abstractions;
using System;
namespace StellaOps.Scanner.Analyzers.OS.Plugin;

View File

@@ -1,3 +1,9 @@
using Microsoft.Extensions.Logging;
using StellaOps.Plugin;
using StellaOps.Plugin.Hosting;
using StellaOps.Scanner.Analyzers.OS.Abstractions;
using StellaOps.Scanner.Core.Security;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
@@ -5,11 +11,6 @@ using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using System.Reflection;
using Microsoft.Extensions.Logging;
using StellaOps.Plugin;
using StellaOps.Plugin.Hosting;
using StellaOps.Scanner.Analyzers.OS.Abstractions;
using StellaOps.Scanner.Core.Security;
namespace StellaOps.Scanner.Analyzers.OS.Plugin;

View File

@@ -0,0 +1,8 @@
# Scanner OS Analyzers 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-06-SOLID | DOING | SOLID review for OS analyzer files (Tier 0 remediation batch) in progress. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |