Skip to content

Commit

Permalink
update kernjc
Browse files Browse the repository at this point in the history
  • Loading branch information
brant-ruan committed Jun 25, 2024
1 parent e6e60e0 commit 4e06075
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ <h2 class="larger-h2">Welcome to CURIOSITY!</h2>
</div>
<h2>Latest News</h2>
<section class="news-section">
<div class="news-item">
<span class="news-date">Jun 2024</span>
<p class="news-content">🎉 Our recent work on kernel vulnerability reproduction is accepted in RAID'24!</p>
</div>
<div class="news-item">
<span class="news-date">Jun 2024</span>
<p class="news-content">🎉 Our VulZoo vulnerability intelligence dataset is released!</p>
Expand Down
4 changes: 4 additions & 0 deletions news.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ <h1 class="lab-name">InfoSec Research Group</h1>
<main>
<h2 class="larger-h2">News</h2>
<section class="news-section">
<div class="news-item">
<span class="news-date">Jun 2024</span>
<p class="news-content">🎉 Our recent work on kernel vulnerability reproduction is accepted in RAID'24!</p>
</div>
<div class="news-item">
<span class="news-date">Jun 2024</span>
<p class="news-content">🎉 Our VulZoo vulnerability intelligence dataset is released!</p>
Expand Down
5 changes: 5 additions & 0 deletions publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ <h1 class="lab-name">InfoSec Research Group</h1>
<main>
<h2 class="larger-h2">Publication List</h2>
<div class="publications-container">
<div class="publication">
<h3 class="paper-title">KernJC: Automated Vulnerable Environment Generation for Linux Kernel Vulnerabilities</h3>
<p class="authors">Bonan Ruan, Jiahao Liu, Chuqi Zhang, Zhenkai Liang.</p>
<p class="publisher">In 27th International Symposium on Research in Attacks, Intrusions and Defenses (RAID 2024).</p>
</div>
<div class="publication">
<h3 class="paper-title">Detecting Logic Bugs in Graph Database Management Systems via Injective and Surjective Graph Query Transformation</h3>
<p class="authors">Yuancheng Jiang, Jiahao Liu, Jinsheng Ba, Roland Yap, Zhenkai Liang, Manuel Rigger.</p>
Expand Down

0 comments on commit 4e06075

Please sign in to comment.