Skip to content

Commit 010e4ff

Browse files
committed
Remove risk score from UI
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 3800cde commit 010e4ff

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

vulnerabilities/templates/package_details_v2.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
<th style="width: 200px;">Advisory</th>
143143
<th>Summary</th>
144144
<th style="width: 310px;">Fixed in package version</th>
145-
<th>Risk score</th>
146145
</tr>
147146
</thead>
148147

@@ -198,13 +197,6 @@
198197
{% endif %}
199198
{% endwith %}
200199
</td>
201-
<td>
202-
{% if advisory.risk_score is not None %}
203-
{{ advisory.risk_score }}
204-
{% else %}
205-
{{ "" }}
206-
{% endif %}
207-
</td>
208200
</tr>
209201
{% empty %}
210202
<tr>
@@ -266,13 +258,6 @@
266258
{% endif %}
267259
{% endwith %}
268260
</td>
269-
<td>
270-
{% if advisory.risk_score is not None %}
271-
{{ advisory.risk_score }}
272-
{% else %}
273-
{{ "" }}
274-
{% endif %}
275-
</td>
276261
</tr>
277262
{% empty %}
278263
<tr>

0 commit comments

Comments
 (0)