From ba0f7216529f440af1e7adc5713088b8fffe6741 Mon Sep 17 00:00:00 2001 From: Rachel Date: Sun, 2 Jun 2024 16:38:45 -0700 Subject: [PATCH] fixed vulnerability --- content/_index.md | 1 - content/research.md | 1 - hugo.toml | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index d5abc01..692a098 100755 --- a/content/_index.md +++ b/content/_index.md @@ -2,7 +2,6 @@ title: Common Vulnerability and Exposure Executables (CVEX) description: layout: single -draft: true --- ### A Collection of our Completed CVEXes This static HUGO website serves as a database of completed CVEXes. These CVEXes were created by the Team of Professors Kruegel & Vigna, with 4 undergraduate researchers affiliated with UCSB's Early Research Scholars Program 2023-2024 cohort. diff --git a/content/research.md b/content/research.md index 8048fca..b5175b8 100755 --- a/content/research.md +++ b/content/research.md @@ -2,7 +2,6 @@ title: About Xplor CVEX description: layout: single -draft: true url: /research/ --- diff --git a/hugo.toml b/hugo.toml index f667fcf..66aa84e 100755 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = '/' +baseURL = 'http://xplor-cvex.seclab.cs.ucsb.edu/' languageCode = 'en-us' relativeURLs = true title = 'Common Vulneravilities and Exposures with Exploits'