diff --git a/src/webapp01/Pages/DevSecOps3.cshtml b/src/webapp01/Pages/DevSecOps3.cshtml new file mode 100644 index 0000000..baec11c --- /dev/null +++ b/src/webapp01/Pages/DevSecOps3.cshtml @@ -0,0 +1,189 @@ +@page +@model DevSecOps3Model +@{ + ViewData["Title"] = "DevSecOps with GitHub Advanced Security v3"; +} + +
Explore the latest features and capabilities of GitHub Advanced Security (GHAS) v3
+This demo shows potential ReDoS (Regular Expression Denial of Service) vulnerabilities:
+ + Note: This uses a potentially vulnerable regex pattern for demonstration purposes +This demo shows log injection vulnerabilities:
+ + Note: This demonstrates insecure logging practices ++ Latest! Explore our brand new DevSecOps v3 Demo + page featuring the newest GitHub Advanced Security v3 capabilities and enhanced security demonstrations. +
diff --git a/src/webapp01/Pages/Shared/_Layout.cshtml b/src/webapp01/Pages/Shared/_Layout.cshtml index bcaf503..9da39d0 100644 --- a/src/webapp01/Pages/Shared/_Layout.cshtml +++ b/src/webapp01/Pages/Shared/_Layout.cshtml @@ -28,6 +28,9 @@