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 a662f82 commit fd2040fCopy full SHA for fd2040f
vulnerabilities/templates/package_details_v2.html
@@ -45,7 +45,7 @@
45
<div id="tab-content">
46
<div class="tab-div is-active" data-content="essentials">
47
<div class="tab-nested-div mb-1 pb-0">
48
- {% if affected_by_advisories|length != 0 %}
+ {% if affected_by_advisories_v2|length != 0 %}
49
<div class="pl-3 pr-3 mb-5 floating-purl pb-0">
50
{% else %}
51
<div class="pl-3 pr-3 mb-5 floating-purl pb-2">
@@ -82,7 +82,7 @@
82
</tbody>
83
</table>
84
</div>
85
86
87
<div class="pl-3 pr-3 mb-6 non-vuln pb-0">
88
<table class="table vcio-table width-100-pct">
0 commit comments