-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
59 lines (57 loc) · 2.8 KB
/
research.html
File metadata and controls
59 lines (57 loc) · 2.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<title>Nuno Sabino - Research</title>
</head>
<body>
<header class="site-header">
<nav class="site-nav">
<span class="site-name mono">nuno@sabino ~ $</span>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="#" class="nav-active">Research</a>
<a href="ctf.html">Capture-the-flag Competitions</a>
</div>
</nav>
</header>
<main class="container">
<div class="profile-photo-frame" aria-label="Nuno Sabino"></div>
<h2>Publications</h2>
<p>Here is a list of my publications:</p>
<ul class="pub-list">
<li>
<a href="https://www.ndss-symposium.org/wp-content/uploads/2026-s1467-paper.pdf">DOM-XSS Detection via Webpage Interaction Fuzzing and URL Component Synthesis</a>
<div class="authors"><u>Nuno Sabino</u>, Darion Cassel, Rui Abreu, Pedro Adão, Lujo Bauer, Limin Jia</div>
<div class="venue">Network and Distributed System Security Symposium (NDSS'26)</div>
</li>
<li>
<a href="https://www.ndss-symposium.org/wp-content/uploads/2025-1636-paper.pdf">NODEMEDIC-FINE: Automatic Detection and Exploit Synthesis for Node.js Vulnerabilities</a>
<div class="authors">Darion Cassel, <u>Nuno Sabino</u>, Mindy Hsu, Ruben Martins, Limin Jia</div>
<div class="venue">Network and Distributed System Security Symposium (NDSS'25)</div>
</li>
<li>
<a href="https://2023.ecoop.org/details/ecoop-2023-papers/17/Toward-Tool-Independent-Summaries-for-Symbolic-Execution">Toward Tool-Independent Summaries for Symbolic Execution</a>
<div class="authors">Frederico Ramos, <u>Nuno Sabino</u>, Pedro Adão, David Naumann, José Fragoso Santos</div>
<div class="venue">37th European Conference on Object-Oriented Programming (ECOOP 2023)</div>
</li>
</ul>
<h2>Artifact Review</h2>
<p>I was also part of artifact review committees for the following conferences:</p>
<ul class="service-list">
<li><a href="https://pldi23.sigplan.org/">PLDI 2023</a></li>
<li><a href="https://www.usenix.org/conference/usenixsecurity23">USENIX Security 2023</a></li>
</ul>
</main>
<footer class="site-footer">
<nav>
<a href="index.html">Home</a>
<a href="#" class="nav-active">Research</a>
<a href="ctf.html">Capture-the-flag Competitions</a>
</nav>
</footer>
</body>
</html>