From a716ce759bdc3e4f10a1cb5dee33a964c88d6255 Mon Sep 17 00:00:00 2001 From: Fernando Guisso Date: Sat, 22 Mar 2025 16:56:01 -0300 Subject: [PATCH] Update showcases.ts --- docs/.vitepress/showcases.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/.vitepress/showcases.ts b/docs/.vitepress/showcases.ts index 0e5243dabb..2d7db8ee68 100644 --- a/docs/.vitepress/showcases.ts +++ b/docs/.vitepress/showcases.ts @@ -262,6 +262,18 @@ export const showcases: ShowCaseInfo[] = [ cover: 'https://raw.githubusercontent.com/george-gca/bracis_2023_srcaps/refs/heads/main/cover.png', datetime: '2023-09-27', }, + { + title: 'Threat Modeling', + author: { + name: 'guisso', + link: 'https://github.com/fguisso', + }, + at: 'OWASP Meetup', + slidesLink: 'https://guisso.dev/talks/threat-modeling', + sourceLink: 'https://github.com/fguisso/talks/tree/main/slides/threat-modeling', + cover: 'https://guisso.dev/posts/threat-modeling-intro/featured-threat-modeling_hu12396ec5bf9ecba1dda33f1443a5eb10_76776_600x0_resize_box_3.png', + datetime: '2023-09-22', + }, // Add yours here! { title: 'Yours?',