File tree Expand file tree Collapse file tree 6 files changed +13
-3
lines changed
vulnerabilities/templates Expand file tree Collapse file tree 6 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11Release notes
22=============
33
4+ Version v36.1.3
5+ ---------------------
6+
7+ - Increase docker shared memory size #1896
8+
49
510Version v36.1.2
611---------------------
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ services:
99 volumes :
1010 - db_data:/var/lib/postgresql/data/
1111 - ./etc/postgresql/postgresql.conf:/etc/postgresql/postgresql.conf
12+ shm_size : 1gb
1213
1314 vulnerablecode_redis :
1415 image : redis
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dateparser==1.1.1
2727decorator == 5.1.1
2828defusedxml == 0.7.1
2929distro == 1.7.0
30- Django == 4.2.21
30+ Django == 4.2.22
3131django-crispy-forms == 2.3
3232django-environ == 0.11.2
3333django-filter == 24.3
Original file line number Diff line number Diff line change 11[metadata]
22name = vulnerablecode
3- version = 36.1.2
3+ version = 36.1.3
44license = Apache-2.0 AND CC-BY-SA-4.0
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff line change 1414
1515import git
1616
17- __version__ = "36.1.2 "
17+ __version__ = "36.1.3 "
1818
1919
2020PROJECT_DIR = Path (__file__ ).resolve ().parent
You can’t perform that action at this time.
0 commit comments