Commit 5f153bdb by liuyingying

pub

parent db9f4939
......@@ -55,17 +55,11 @@
<span>MY-CVE</span>
{% for year, cves in cve_year_list.items %}
<div class="content">
<div>
<span>
{{ year }}
</span>
</div>
<div class="ul_list">
{% if cves %}
<ul>
{% for cve in cves %}
<li>
<span >{{ cve.datetime }}</span>
<span ><a href="{{ cve.url }}" target="_blank">{{ cve.identifier }}</a></span>
<span >{{ cve.software }}</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