File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 14
14
pdf : " zang22jattack.pdf"
15
15
tool : https://github.com/EngineeringSoftware/jattack
16
16
slides : " https://docs.google.com/presentation/d/1s9qDkbxMbf_0UKN8Up4SET7Kkxhba75tXiny-jtGBTI/edit?usp=sharing"
17
- others :
18
- - <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14792">CVE-2020-14792</a>
19
- - <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21305">CVE-2022-21305</a>
20
- comment : " ACM SIGSOFT Distinguished Paper Award"
17
+ others : >
18
+ Discovered CVEs:
19
+ <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14792">CVE-2020-14792</a>,
20
+ <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21305">CVE-2022-21305</a>
21
+ award : " ACM SIGSOFT Distinguished Paper Award"
21
22
22
23
- key : nie20deuterium
23
24
title : " Unifying Execution of Imperative Generators and Declarative Specifications"
Original file line number Diff line number Diff line change @@ -73,14 +73,8 @@ <h2>Publications</h2>
73
73
[< a href ="{{ item.tool }} "> Tool</ a > ]
74
74
{%- endif -%}
75
75
</ span >
76
- < span class ="others ">
77
- {%- if item.others -%}
78
- {%- for l in item.others -%}
79
- [{{ l }}]
80
- {%- endfor -%}
81
- {%- endif -%}
82
- </ span >
83
- < span class ="comment "> {{ item.comment }}</ span >
76
+ < span class ="others "> {{ item.others }}</ span >
77
+ < span class ="award "> {{ item.award }}</ span >
84
78
</ li >
85
79
{%- endfor -%}
86
80
</ ul >
Original file line number Diff line number Diff line change 12
12
font-style : italic ;
13
13
font-size : $normalsize ;
14
14
}
15
- .comment {
15
+ .award {
16
16
font-weight : bold ;
17
17
}
18
18
ul li {
You can’t perform that action at this time.
0 commit comments