1.6 KiB
1.6 KiB
TASKS
| Task | Owner(s) | Depends on | Notes |
|---|---|---|---|
| Canonical NEVRA/EVR parsing helpers | BE-Norm (Distro WG) | Models | DONE – Normalization.Distro exposes parsers + canonical formatters consumed by Merge comparers/tests. |
| PURL/CPE identifier normalization | BE-Norm (OSS WG) | Models | DONE – canonical PURL/CPE helpers feed connectors and exporter tooling. |
| CPE normalization escape handling | BE-Norm (OSS WG) | Normalization identifiers | DONE – percent-decoding, edition sub-field expansion, and deterministic escaping landed in Cpe23 with new tests covering boundary cases. |
| CVSS metric normalization & severity bands | BE-Norm (Risk WG) | Models | DONE – CvssMetricNormalizer unifies vectors, recomputes scores/severities, and is wired through NVD/RedHat/JVN mappers with unit coverage. |
| Description and locale normalization pipeline | BE-Norm (I18N) | Source connectors | DONE – DescriptionNormalizer strips markup, collapses whitespace, and provides locale fallback used by core mappers. |
| SemVer normalized rule emitter (FEEDNORM-NORM-02-001) | BE-Norm (SemVer WG) | Models, FASTER_MODELING_AND_NORMALIZATION.md |
DONE (2025-10-12) – SemVerRangeRuleBuilder now parses comparator chains without comma delimiters, supports multi-segment ` |
| SemVer normalized rule convenience API | BE-Norm (SemVer WG) | SemVer normalized rule emitter | DONE (2025-10-15) – added SemVerRangeRuleBuilder.BuildNormalizedRules projection helper and unit coverage for empty/standard ranges so callers can access normalized rules without materializing primitives. |