diff --git a/src/data/projects.ts b/src/data/projects.ts index ff07129..3367c92 100644 --- a/src/data/projects.ts +++ b/src/data/projects.ts @@ -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", + }, ];