Skip to content

Commit ac7e71d

Browse files
authored
Merge branch 'main' into add_advisory_v2
2 parents cd3d418 + a05b65e commit ac7e71d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dateparser==1.1.1
2727
decorator==5.1.1
2828
defusedxml==0.7.1
2929
distro==1.7.0
30-
Django==4.2.21
30+
Django==4.2.22
3131
django-crispy-forms==2.3
3232
django-environ==0.11.2
3333
django-filter==24.3

vulnerabilities/templates/vulnerability_package_details.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<span class="tag is-white custom">
2121
{{ vulnerability.vulnerability_id }}
2222
</span>
23+
<br />
24+
<a href="{% url 'vulnerability_details' vulnerability.vulnerability_id %}" class="button is-small is-link mt-2">
25+
← Back to Vulnerability {{ vulnerability.vulnerability_id }}
26+
</a>
2327
</div>
2428
</article>
2529
<div id="tab-content">

0 commit comments

Comments
 (0)