Skip to content

Commit 4c37730

Browse files
author
hp23 Server
committed
Add paper DOI
1 parent f4dcdd3 commit 4c37730

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CITATION.cff

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors:
1212
title: Head(er)s Up! Detecting Security Header Inconsistencies in Browsers
1313
version: 1.0.0
1414
url: TODO
15-
doi: TODO
15+
doi: 10.1145/3719027.3765119
1616
date-released: '2025-09-01'
1717
preferred-citation:
1818
authors:
@@ -25,13 +25,13 @@ preferred-citation:
2525
- family-names: Stock
2626
given-names: Ben
2727
title: Head(er)s Up! Detecting Security Header Inconsistencies in Browsers
28-
doi: TODO
28+
doi: 10.1145/3719027.3765119
2929
url: TODO
3030
type: conference-paper
3131
pages: TODO
32-
year: 'TODO'
33-
isbn: 'TODO'
34-
collection-title: Proceedings of the 32nd ACM Conference on Computer and Communications Security
32+
year: '2025'
33+
isbn: '979-8-4007-1525-9/2025/10'
34+
collection-title: Proceedings of the 2025 ACM SIGSAC Conference on Computer and Communications Security
3535
conference:
3636
name: CCS '25
3737
publisher:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.16890359.svg)](https://doi.org/10.5281/zenodo.16890359)
33

44
## General Info
5-
This repository contains all code for our paper: "Head(er)s Up! Detecting Security Header Inconsistencies in Browsers" published at [ACM CCS 2025](TODO).
5+
This repository contains all code for our paper: "Head(er)s Up! Detecting Security Header Inconsistencies in Browsers" published at [ACM CCS 2025](https://doi.org/10.1145/3719027.3765119).
66

77
**The software consists of three main parts:**
88
- A server component serving HTML test pages (e.g., framing test-page) and many HTTP responses for each tested security header.
@@ -202,15 +202,15 @@ If there are questions about our tools or paper, please either file an issue or
202202

203203
## Research Paper
204204

205-
The paper is available at the [ACM Digital Library](TODO).
205+
The paper is available at the [ACM Digital Library](https://doi.org/10.1145/3719027.3765119).
206206
You can cite our work with the following BibTeX entry:
207207
```latex
208208
@inproceedings{rautenstrauch2025header,
209209
author = {Rautenstrauch, Jannis and Nguyen, Trung Tin and Ramakrishnan, Karthik and Stock, Ben},
210210
booktitle = {ACM CCS},
211211
title = {{Head(er)s Up! Detecting Security Header Inconsistencies in Browsers}},
212212
year = {2025},
213-
doi = {TODO},
213+
doi = {https://doi.org/10.1145/3719027.3765119},
214214
}
215215
```
216216

0 commit comments

Comments
 (0)