From 6a2f6c5ce32dbad943e815deafde263e8b780d99 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Mon, 30 Sep 2013 02:31:56 +0000 Subject: [PATCH] Fixed priority range --- i2p2www/pages/site/docs/how/threat-model.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i2p2www/pages/site/docs/how/threat-model.html b/i2p2www/pages/site/docs/how/threat-model.html index 435ff3fbc..3105e84a3 100644 --- a/i2p2www/pages/site/docs/how/threat-model.html +++ b/i2p2www/pages/site/docs/how/threat-model.html @@ -37,7 +37,7 @@ <li><strong>{{ _('Affected Users') }}</strong>: <em>{{ get_level(A) }}</em></li> <li><strong>{{ _('Discoverability') }}</strong>: <em>{{ get_level(Di) }}</em></li> <li><strong>{{ _('Severity') }}</strong>: <em>{% call(S) calculate_severity(Da, R, A) %}{{ S }}{% endcall %}/5</em></li> -<li><strong>{{ _('Priority') }}</strong>: <em>{{ calculate_priority(Da, R, E, A, Di) }}/10</em></li> +<li><strong>{{ _('Priority') }}</strong>: <em>{{ calculate_priority(Da, R, E, A, Di) }}/9</em></li> </ul> {% endmacro %} -- GitLab