Skip to content

Commit

Permalink
Add paper reference to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbrbr committed Aug 9, 2023
1 parent 410b044 commit 9adc928
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,19 @@ The test suite can be run as follows, assuming a release build is available:
cd js/src
./tests/jstests.py ../../obj-tf-release/dist/bin/js taint/
```

## Citations

If you would like to use project Foxhound in your own research, please cite our EuroS&P paper where we describe the browser:

```bibtex
@inproceedings{KleBarBen+22,
author = {David Klein and Thomas Barber and Souphiane Bensalim and Ben Stock and Martin Johns},
title = {Hand Sanitizers in the Wild: A Large-scale Study of Custom JavaScript Sanitizer Functions},
booktitle = {Proc. of the IEEE European Symposium on Security and Privacy},
year = {2022},
month = jun,
}
```

If you think your work would also be useful for the wider research community, feel free to open a Pull Request with your changes!

0 comments on commit 9adc928

Please sign in to comment.