diff --git a/src/webapp01/Pages/DevSecOps5.cshtml b/src/webapp01/Pages/DevSecOps5.cshtml new file mode 100644 index 0000000..177cfec --- /dev/null +++ b/src/webapp01/Pages/DevSecOps5.cshtml @@ -0,0 +1,183 @@ +@page +@model DevSecOps5Model +@{ + ViewData["Title"] = "DevSecOps5 - Latest GHAS Features Demo"; +} + +
Explore the newest features and capabilities of GitHub Advanced Security (GHAS) 2025
+@newsItem
+No latest news available.
+ } +Enhanced CodeQL with AI suggestions for vulnerability remediation.
+ +Real-time secret detection with custom pattern matching and auto-remediation.
+Enhanced dependency graph with SBOM generation and license compliance.
+ +Infrastructure as Code scanning with cloud configuration analysis.
++ ⚠️ This demo contains intentionally vulnerable code patterns for GHAS detection testing. +
+ + + + + + ++ Latest! Explore our enhanced DevSecOps5 Demo + featuring the newest 2025 GHAS capabilities and vulnerability testing. +
diff --git a/src/webapp01/Pages/Shared/_Layout.cshtml b/src/webapp01/Pages/Shared/_Layout.cshtml index bcaf503..4f4eb02 100644 --- a/src/webapp01/Pages/Shared/_Layout.cshtml +++ b/src/webapp01/Pages/Shared/_Layout.cshtml @@ -28,6 +28,9 @@