more audit work

This commit is contained in:
master
2026-01-08 10:21:51 +02:00
parent 43c02081ef
commit 51cf4bc16c
546 changed files with 36721 additions and 4003 deletions

View File

@@ -46,7 +46,7 @@ public class DeltaVerdictTests
var delta = engine.ComputeDelta(baseVerdict, headVerdict);
delta.AddedComponents.Should().Contain(c => c.Purl == "pkg:apk/zlib@2.0");
delta.RemovedComponents.Should().Contain(c => c.Purl == "pkg:apk/openssl@1.0");
delta.RemovedComponents.Should().NotContain(c => c.Purl == "pkg:apk/openssl@1.0");
delta.ChangedComponents.Should().Contain(c => c.Purl == "pkg:apk/openssl@1.0");
delta.AddedVulnerabilities.Should().Contain(v => v.VulnerabilityId == "CVE-2");
delta.RemovedVulnerabilities.Should().Contain(v => v.VulnerabilityId == "CVE-1");

View File

@@ -5,6 +5,9 @@ Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.
| Task ID | Status | Notes |
| --- | --- | --- |
| AUDIT-0023-M | DONE | Revalidated 2026-01-08 (rebaseline). |
| AUDIT-0023-T | DONE | Revalidated 2026-01-08 (rebaseline). |
| AUDIT-0023-A | DONE | Waived (test project). |
| AUDIT-0274-M | DONE | Revalidated 2026-01-07; open findings tracked in audit report. |
| AUDIT-0274-T | DONE | Revalidated 2026-01-07; open findings tracked in audit report. |
| AUDIT-0274-A | DONE | Waived (test project; revalidated 2026-01-07). |