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.
2 parents 01bf2a6 + 19da3c6 commit 94a9c8fCopy full SHA for 94a9c8f
1 file changed
vulnerabilities/templates/package_details_v2.html
@@ -147,7 +147,7 @@
147
{% for advisory in affected_by_advisories_v2 %}
148
<tr>
149
<td>
150
- <a href="{{advisory.get_absolute_url}}">
+ <a href="{{advisory.primary.get_absolute_url}}">
151
{{advisory.primary.avid }}
152
</a>
153
<br />
@@ -233,7 +233,7 @@
233
{% for advisory in fixing_advisories_v2 %}
234
235
236
237
238
239
0 commit comments