diff --git a/docs/howto/deployer_tree.md b/docs/howto/deployer_tree.md index 09c4a777..99ce4c1f 100644 --- a/docs/howto/deployer_tree.md +++ b/docs/howto/deployer_tree.md @@ -115,7 +115,7 @@ The Deployer Patch Deployment Priority decision model uses the following decisio - [*Exploitation*](../reference/decision_points/exploitation.md) - A vulnerability with known exploitation is more likely to be given a higher priority. - [*System Exposure*](../reference/decision_points/system_exposure.md) - The more exposed a system is, the more likely it is to be given a higher priority. -- [*Utility*](../reference/decision_points/utility.md) - The more useful a vulnerability is to an attacker, the more likely it is to be given a higher priority. +- [*Automatable*](../reference/decision_points/automatable.md) - The more automatable a vulnerability is, the more likely it is to be given a higher priority. - [*Human Impact*](../reference/decision_points/human_impact.md) - The more severe the human (safety, mission) impact of a vulnerability, the more likely it is to be given a higher priority. More detail about each of these decision points is provided at the links above, here we provide a brief summary of each.