# Description Improve attack path ranking and prioritization. ## Goals - Better risk-based path scoring - Support confidence scoring - Reduce unnecessary attack paths - Improve graph traversal efficiency ## Related Areas - [src/aapp_mart/attack_graph/](https://github.com/secwexen/aapp-mart/tree/main/src/aapp_mart/attack_graph) - [docs/architecture/](https://github.com/secwexen/aapp-mart/tree/main/docs/architecture)
Description
Improve attack path ranking and prioritization.
Goals
Related Areas