We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3800cde commit 010e4ffCopy full SHA for 010e4ff
vulnerabilities/templates/package_details_v2.html
@@ -142,7 +142,6 @@
142
<th style="width: 200px;">Advisory</th>
143
<th>Summary</th>
144
<th style="width: 310px;">Fixed in package version</th>
145
- <th>Risk score</th>
146
</tr>
147
</thead>
148
@@ -198,13 +197,6 @@
198
197
{% endif %}
199
{% endwith %}
200
</td>
201
- <td>
202
- {% if advisory.risk_score is not None %}
203
- {{ advisory.risk_score }}
204
- {% else %}
205
- {{ "" }}
206
- {% endif %}
207
- </td>
208
209
{% empty %}
210
<tr>
@@ -266,13 +258,6 @@
266
258
267
259
268
260
269
270
271
272
273
274
275
276
261
277
262
278
263
0 commit comments