projects: Add vuln-pkg

This commit is contained in:
neutrino2211
2026-01-11 08:52:51 +01:00
parent 59603d00d2
commit 4b28585c7c

View File

@@ -16,4 +16,13 @@ export const projects: Project[] = [
link: "https://github.com/neutrino2211/valradar",
featured: true,
},
{
id: "vuln-pkg",
title: "vuln-pkg",
description:
"The package manager for installing vulnerable apps in your homelab",
category: "security",
featured: true,
link: "https://github.com/neutrino2211/vuln-pkg",
},
];