From 3f15da6d8d12ba710582ced493c48914473db90b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:31:55 +0000 Subject: [PATCH 1/2] Initial plan From e8273a228ea880fa8b5b77372bcdd2b711c626a6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:35:02 +0000 Subject: [PATCH 2/2] feat: Add DevSecOps-10309 demo page with GHAS vulnerabilities and update packages Co-authored-by: CalinL <10718943+CalinL@users.noreply.github.com> --- src/webapp01/Pages/DevSecOps-10309.cshtml | 274 +++++++++++++++++++ src/webapp01/Pages/DevSecOps-10309.cshtml.cs | 202 ++++++++++++++ src/webapp01/Pages/Index.cshtml | 4 + src/webapp01/webapp01.csproj | 2 +- 4 files changed, 481 insertions(+), 1 deletion(-) create mode 100644 src/webapp01/Pages/DevSecOps-10309.cshtml create mode 100644 src/webapp01/Pages/DevSecOps-10309.cshtml.cs 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 @@