diff --git a/_config.yml b/_config.yml index 9a4f35711..550c72bcc 100644 --- a/_config.yml +++ b/_config.yml @@ -134,4 +134,7 @@ pagination: # Without file extension # indexpage: 'index' + data: + cve_data: _data/cve_data.yml + ############################################################ diff --git a/_layouts/security.html b/_layouts/security.html index dded7e26e..da604548f 100644 --- a/_layouts/security.html +++ b/_layouts/security.html @@ -40,4 +40,23 @@
Link: {{ cve.Link }}
+Status: {{ cve.Status }}
+JIRA Link: {{ cve.JIRA_Link }}
+Fix Versions:
+Notes:
+{{ cve.Notes | newline_to_br }}
+