Skip to content

A collection of security papers on top-tier publications

Notifications You must be signed in to change notification settings

c01dkit/sec-papers-collection

Repository files navigation

A Collection of Security Papers on Top-Tier Conferences

These papers are sorted by conference and date, and are deployed via github pages. Please click here to visit the website.

The following publications are included:

  • IEEE S&P (Oakland)
  • USENIX Security Symposium (USENIX Sec)
  • ACM CCS
  • NDSS

Since some topics on software testing are related to security, the following publications are also included:

  • ICSE
  • ISSTA

PRs and issues are warmly welcomed.

What about the previous one?

This website is version 2. I've rewritten the whole website and migrated it from Mkdocs to a Vue project.

The old version is archived in archive_v1 branch. You can switch to this branch and deploy the old one in your own website!

How to start a PR?

To speed up website crawling, you can unzip the cache.zip file and place the cache directory under the root path of the project.

To update, first switch to main branch and simply update data.yml and run main.py to crawl and generate the latest information! Then I will update my branch and deploy it.

Why there are no .vue files in the project?

Since the source code should be private according to Prime Block, the vue files are closed-source currently.

Do I have to register API keys for website crawling?

To offer accurate and legitimate information, some websites are requested via API. You can register your own API keys and set them in the config.example.yml and rename the file as config.yml.

For Admin

To build and publish the website, run the following script:

python main.py
npm build
npm deploy
git add .
git commit -m "update $DATE"
git push origin main

For advanced support

If you have a web server, you can set it up for advanced functionalities, such as search in full-text/abstract.

This requires that you have already run python main.py and generated all needed files.

About

A collection of security papers on top-tier publications

Resources

Stars

Watchers

Forks

Languages