From ed901836449cdcfadd0d91be4e4988ed679a2522 Mon Sep 17 00:00:00 2001 From: Francesco Balassone <77972200+duel0@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:06:15 +0200 Subject: [PATCH] Create CITATION.cff (#192) Adding a CITATION.cff file helps users to easily cite software from the repository overview. --- CITATION.cff | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..746c800e --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,9 @@ +@misc{mayoralvilches2025caiopenbugbountyready, + title={CAI: An Open, Bug Bounty-Ready Cybersecurity AI}, + author={Víctor Mayoral-Vilches and Luis Javier Navarrete-Lozano and María Sanz-Gómez and Lidia Salas Espejo and Martiño Crespo-Álvarez and Francisco Oca-Gonzalez and Francesco Balassone and Alfonso Glera-Picón and Unai Ayucar-Carbajo and Jon Ander Ruiz-Alcalde and Stefan Rass and Martin Pinzger and Endika Gil-Uriarte}, + year={2025}, + eprint={2504.06017}, + archivePrefix={arXiv}, + primaryClass={cs.CR}, + url={https://arxiv.org/abs/2504.06017}, +}