diff --git a/src/webapp01/Pages/DevSecOps-10309.cshtml b/src/webapp01/Pages/DevSecOps-10309.cshtml new file mode 100644 index 0000000..1e64497 --- /dev/null +++ b/src/webapp01/Pages/DevSecOps-10309.cshtml @@ -0,0 +1,274 @@ +@page +@model DevSecOps_10309Model +@{ + ViewData["Title"] = "DevSecOps Demo 10309 - GitHub Advanced Security"; +} + +
Exploring the latest in GitHub Advanced Security and DevSecOps practices
+@newsItem
+ Updated: @DateTime.Now.ToString("MMM dd, yyyy") +No news available at this time.
+ } +Advanced semantic code analysis detecting vulnerabilities including SQL injection, XSS, and insecure deserialization.
+ +Automated detection of exposed credentials across 200+ service providers with push protection.
+ +Dependency scanning with Dependabot alerts and automated security updates.
+Organization-wide visibility into security posture with compliance reporting.
+ +Programmatic access to security data for custom integrations and workflows.
+ +GitHub Copilot for Security provides intelligent remediation suggestions.
++ ⚠️ WARNING: This page contains intentionally vulnerable code for GHAS demonstration purposes. +
++ These vulnerabilities should be detected by GitHub Advanced Security code scanning. +
+ + + + ++ This demonstration page intentionally includes common security vulnerabilities such as: +
++ Enable GitHub Advanced Security on your repositories to automatically detect these + issues before they reach production. Learn more at + github.com/features/security. +
++ Latest! Explore our new DevSecOps Demo 10309 + page featuring 2026 GHAS updates and security testing tools. +
diff --git a/src/webapp01/webapp01.csproj b/src/webapp01/webapp01.csproj index 9b11105..f3e9796 100644 --- a/src/webapp01/webapp01.csproj +++ b/src/webapp01/webapp01.csproj @@ -13,7 +13,7 @@