|
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. |
| 1 | +- Use the gh-advsec-devsecops repository from the workspace |
| 2 | +- Create me a new unique branch name under feature/devsecops-demo-[randon-number] |
| 3 | +- Create a new DevSecOps-[random-number].cshtml page and reference it into the Index page. |
| 4 | +- Add some content to it with some latest news about GitHub Advanced Security. |
| 5 | +- Implemented the ILogger for the backend code of the page. |
| 6 | +- For demo purpose, generate some C# insecure code, like log forging or regex exposure |
| 7 | +- Add package System.Text.Json --version 8.0.4 |
| 8 | +- Add package Microsoft.Data.SqlClient --version 5.0.2 |
| 9 | +- Add package newtonsoft.json --version 12.0.2 |
| 10 | +- Build the webapp to make sure there are not build errors. |
| 11 | +- Prepare for committing the changes. |
0 commit comments