Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Cybersecurity research artifacts extracted by ArtiFinder

This repository contains automatically extracted artifact links from cybersecurity papers. The dataset currently contains all papers published between 2000--2025 at IEEE S&P, ACM CCS, NDSS, and USENIX Security, and all papers published between 2017--2025 at ACSAC. To manually validate entries or submit corrections, please submit a pull request or an issue.

For more information, please refer to the ArtiFinder repository and our USENIX Security 2026 paper:

@inproceedings{vansteenhuyse26notall,
  title     = {Not All Those Who Share Are Lost: Analyzing 25 Years of Cybersecurity Artifact Sharing Practices Through Automated Discovery},
  author    = {Vansteenhuyse, Daan and Bols, Arthur and Desmet, Lieven and Le Pochat, Victor and Van Bulck, Jo and Bognar, Marton},
  year      = 2026,
  booktitle = {USENIX Security},
}

The repository contains records on all papers in the following format:

  # title of the paper
- title: 'Libra: Architectural Support For Principled, Secure And Efficient Balanced Execution On High-End Processors.'
  # list of authors
  authors:
  - Hans Winderix
  - Marton Bognar
  - Lesly-Ann Daniel
  - Frank Piessens
  # link to the published paper
  page_link: https://doi.org/10.1145/3658644.3690319
  # a list of all links discovered by ArtiFinder above our score threshold, ordered from highest to lowest score
  # an empty list indicates no artifact link found
  artifacts_discovered:
  - https://github.com/proteus-core/libra
  - https://doi.org/10.5281/zenodo.12786159
  # flag indicating that the entry has been manually validated (and possibly corrected)
  validated: true
  # flag indicating that the artifact URL is not present in the published paper (was manually added to the database)
  not_present: true

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors