Class OwaspApiTop10Mapper
- Namespace
- Kuestenlogik.Bowire.Security
- Assembly
- Kuestenlogik.Bowire.dll
Deterministic OWASP API Security Top 10 (2023) mapping per method (#106): each of the ten entries gets a tri-state status (at-risk / maybe / n-a) and a concrete suggested probe, from rule-based signals on the method's path, verb, and request fields. This is the ground truth the AI panel refines — and the panel still works with no model connected.
public static class OwaspApiTop10Mapper
- Inheritance
-
OwaspApiTop10Mapper
- Inherited Members
Methods
Map(OwaspMethodDescriptor)
Map a method against all ten OWASP API entries.
public static IReadOnlyList<OwaspPanelRow> Map(OwaspMethodDescriptor method)
Parameters
methodOwaspMethodDescriptor