Skip to content

Commit 0a71a51

Browse files
committed
use markdown table
1 parent 77f4f9d commit 0a71a51

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

2025/docs/en/0x02_2025-What_are_Application_Security_Risks.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,9 @@ Attackers can potentially use many different paths through your application to d
33

44
![Calculation diagram](../assets/2025-algorithm-diagram.png)
55

6-
<table>
7-
<tr>
8-
<th>Threat Agents</th>
9-
<th>Attack Vectors</th>
10-
<th>Exploitability</th>
11-
<th>Likelihood of Missing Security Controls</th>
12-
<th>Technical Impacts</th>
13-
<th>Business Impacts</th>
14-
</tr>
15-
<tr>
16-
<td>By environment, dynamic by situation picture</td>
17-
<td>By application exposure (by environment)</td>
18-
<td>Average weighted exploitability</td>
19-
<td>Missing controls by average incidence rate weighted by coverage</td>
20-
<td>Average weighted impact</td>
21-
<td>By business</td>
22-
</tr>
23-
</table>
24-
6+
| Threat Agents | Attack Vectors | Exploitability | Likelihood of Missing Security Controls | Technical Impacts | Business Impacts |
7+
| --- | --- | --- | --- | --- | --- |
8+
| Varies by environment and context | Based on application exposure | Average weighted exploitability | Weighted by incidence rate and control coverage | Average weighted impact | Based on business impact |
259

2610
In our Risk Rating we have taken into account the universal parameters of exploitability, average likelihood of missing security controls for a weakness and its technical impacts.
2711

0 commit comments

Comments
 (0)