Skip to content

Commit 0490dd9

Browse files
authored
Add DevSecOps demo feature page and setup
Added a new DevSecOps demo feature page with content and backend logging implementation. Included necessary package installations and created a new feature branch.
1 parent 930e0d5 commit 0490dd9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Use the gh-advsec-devsecops repository from the workspace
2+
Create a new DevSecOps-[random-number].cshtml page and reference it into the Index page
3+
Add some content to it with some latest news about GitHub Advanced Security.
4+
Implemented the ILogger for the backend code of the page.
5+
For demo purpose, generate some C# insecure code, like log forging or regex exposure
6+
Add package System.Text.Json --version 8.0.4
7+
Add package Microsoft.Data.SqlClient --version 5.0.2
8+
Add package newtonsoft.json --version 12.0.2
9+
Build the webapp to make sure there are not build errors.
10+
Create me a new branch feature/devsecops-demo-[randon-number] and switch to it.
11+
Prepare for committing the changes.

0 commit comments

Comments
 (0)