diff --git a/src/webapp01/Pages/DevSecOps3.cshtml b/src/webapp01/Pages/DevSecOps3.cshtml new file mode 100644 index 0000000..b611b36 --- /dev/null +++ b/src/webapp01/Pages/DevSecOps3.cshtml @@ -0,0 +1,223 @@ +@page +@model DevSecOps3Model +@{ + ViewData["Title"] = "DevSecOps3 - Advanced GitHub Security Demo"; +} + +
Explore the cutting-edge features and capabilities of GitHub Advanced Security (GHAS)
+@newsItem
+ Updated with latest GHAS capabilities +No news available at this time.
+ } +Next-generation CodeQL with machine learning enhanced vulnerability detection and fix suggestions.
+ +Comprehensive secret detection with custom patterns and push protection across all repositories.
+ +Deep dependency analysis with supply chain attack detection and automated security updates.
+Organization-wide security policy enforcement with compliance tracking and reporting.
+ +Continuous security monitoring with instant alerts and automated incident response.
+ +Enhanced security workflows with developer-friendly remediation guidance and training.
++ This demonstration includes intentionally vulnerable code patterns for GHAS testing. + These vulnerabilities showcase advanced scanning capabilities. +
+ + + + + + +Advanced container security, supply chain protection, and cloud-native DevSecOps practices
+@feature
+ Enhanced container and cloud security capabilities +No container security updates available.
+ } +Automated Software Bill of Materials generation with vulnerability mapping and license compliance tracking.
+ +Cryptographic signing of container images and artifacts with Sigstore and Cosign integration.
+ +Complete build provenance documentation with SLSA framework compliance and attestation.
+Multi-cloud security posture management with infrastructure-as-code scanning and compliance.
+ +Container runtime security monitoring with behavioral analysis and threat detection.
+ +Service mesh security policies with zero-trust networking and encrypted communication.
++ This demonstration includes container and cloud security vulnerabilities for advanced GHAS testing. + These patterns showcase supply chain and runtime security scanning. +
+ + + + + + ++ Latest! Explore our advanced DevSecOps3 Demo + featuring cutting-edge security features and enhanced vulnerability demonstrations. +
++ New! Check out our comprehensive DevSecOps6 Demo + showcasing container security, supply chain protection, and cloud-native DevSecOps practices. +
diff --git a/src/webapp01/Program.cs b/src/webapp01/Program.cs index a04832b..3177bcf 100644 --- a/src/webapp01/Program.cs +++ b/src/webapp01/Program.cs @@ -19,8 +19,7 @@ app.UseAuthorization(); -app.MapStaticAssets(); -app.MapRazorPages() - .WithStaticAssets(); +app.UseStaticFiles(); +app.MapRazorPages(); app.Run(); diff --git a/src/webapp01/webapp01.csproj b/src/webapp01/webapp01.csproj index 9b11105..97303be 100644 --- a/src/webapp01/webapp01.csproj +++ b/src/webapp01/webapp01.csproj @@ -1,7 +1,7 @@