Skip to content

Commit cc63880

Browse files
authored
Merge pull request #21 from kaist-hacking/add-queryhouse-esorics26
2 parents 6acbd8c + d42fd34 commit cc63880

4 files changed

Lines changed: 68 additions & 0 deletions

File tree

assets/pubs/conf.bib

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ @string{RAID
1515
@string{ACSAC = {Annual Computer Security Applications Conference (ACSAC)}}
1616
@string{CISC-S = {Conference on Information Security and Cryptography Summer(CISC-S)}}
1717
@string{WISEC = {ACM Conference on Security and Privacy in Wireless and Mobile Networks (WiSec)}}
18+
@string{ESORICS = {European Symposium on Research in Computer Security (ESORICS)}}
1819
1920
% Programming languages
2021
@string{OOPSLA = {ACM SIGPLAN International Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA)}}
@@ -34,6 +35,14 @@ @Proceedings{NDSS26
3435
year = 2026,
3536
}
3637

38+
@Proceedings{ESORICS26,
39+
title = POT # { 31st } # ESORICS,
40+
booktitle = POT # { 31st } # ESORICS,
41+
month = sep,
42+
year = 2026,
43+
address = {Rome, Italy}
44+
}
45+
3746
@Proceedings{ACSAC25,
3847
title = POT # { 41st } # ACSAC,
3948
booktitle = POT # { 41st } # ACSAC,

assets/pubs/pub.bib

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
%% award : award
44
55
%% 2026
6+
@InProceedings{oh:queryhouse,
7+
title = {{QueryHouse: Cross-DBMS Differential Testing with LLM and Query Transpilation}},
8+
author = {Seoyeon Oh and Juhyun Song and Jaemin Park and Kwanghee Lee and Minae Hyeon and Minji Kim and Sehyuk Ka and Gwangwun Jung and Brian Pak and Insu Yun},
9+
crossref = {ESORICS26},
10+
}
11+
612
@InProceedings{lee:rtcontutorial,
713
title = {{Function-Level Fuzzing for RTOS Kernels with RTCon}},
814
author = {Insu Yun and Eunkyu Lee},
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@proceedings{oh:queryhouse,
2+
address = {Rome, Italy},
3+
author = {Seoyeon Oh and Juhyun Song and Jaemin Park and Kwanghee Lee and Minae Hyeon and Minji Kim and Sehyuk Ka and Gwangwun Jung and Brian Pak and Insu Yun},
4+
booktitle = {Proceedings of the 31st European Symposium on Research in Computer Security (ESORICS)},
5+
month = {September},
6+
title = {{QueryHouse: Cross-DBMS Differential Testing with LLM and Query Transpilation}},
7+
year = {2026}
8+
}
9+
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
# Documentation: https://wowchemy.com/docs/managing-content/
3+
4+
title: 'QueryHouse: Cross-DBMS Differential Testing with LLM and Query Transpilation'
5+
subtitle: ''
6+
summary: ''
7+
authors:
8+
- Seoyeon Oh
9+
- Juhyun Song
10+
- Jaemin Park
11+
- Kwanghee Lee
12+
- Minae Hyeon
13+
- Minji Kim
14+
- Sehyuk Ka
15+
- Gwangwun Jung
16+
- Brian Pak
17+
- Insu Yun
18+
tags: []
19+
categories: []
20+
date: '2026-09-01'
21+
lastmod: 2026-06-14T16:33:12+09:00
22+
featured: false
23+
draft: false
24+
25+
# Featured image
26+
# To use, add an image named `featured.jpg/png` to your page's folder.
27+
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight.
28+
image:
29+
caption: ''
30+
focal_point: ''
31+
preview_only: false
32+
33+
# Projects (optional).
34+
# Associate this post with one or more of your projects.
35+
# Simply enter your project's folder or file name without extension.
36+
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`.
37+
# Otherwise, set `projects = []`.
38+
projects: []
39+
publishDate: '2026-06-14T07:33:12.550494Z'
40+
publication_types:
41+
- '0'
42+
abstract: ''
43+
publication: '*Proceedings of the 31st European Symposium on Research in Computer Security (ESORICS)*'
44+
---

0 commit comments

Comments
 (0)