Commit 5f153bdb by liuyingying

pub

parent db9f4939
...@@ -55,17 +55,11 @@ ...@@ -55,17 +55,11 @@
<span>MY-CVE</span> <span>MY-CVE</span>
{% for year, cves in cve_year_list.items %} {% for year, cves in cve_year_list.items %}
<div class="content"> <div class="content">
<div>
<span>
{{ year }}
</span>
</div>
<div class="ul_list"> <div class="ul_list">
{% if cves %} {% if cves %}
<ul> <ul>
{% for cve in cves %} {% for cve in cves %}
<li> <li>
<span >{{ cve.datetime }}</span>
<span ><a href="{{ cve.url }}" target="_blank">{{ cve.identifier }}</a></span> <span ><a href="{{ cve.url }}" target="_blank">{{ cve.identifier }}</a></span>
<span >{{ cve.software }}</span> <span >{{ cve.software }}</span>
<span >{{ cve.bugType }}</span> <span >{{ cve.bugType }}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment