5585 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / .gitignore GITIGNORE
# Gitea binaries (download with: python fetch_binaries.py)
bin/
*.exe

# local source clone used for analysis (not part of the repo)
src/

# runtime work dirs (the PoC uses the system temp dir, but just in case)
gitea_work_*/
gitea_cve_*/

# python
__pycache__/
*.pyc