Skip to content

Commit c28c874

Browse files
committed
adding code project for Resolve GH Issues
1 parent 86739af commit c28c874

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net9.0</TargetFramework>
6+
<ImplicitUsings>enable</ImplicitUsings>
7+
<Nullable>enable</Nullable>
8+
</PropertyGroup>
9+
10+
</Project>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// See https://aka.ms/new-console-template for more information
2+
Console.WriteLine("Hello, World!");
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The code project should be a small "real-world" code project that contains security vulnerabilities relevant to the app domain (either eCommerce or data processing).
2+
3+
Code projects should use sample data and console outputs to observe behaviors before and after resolving issues.
4+
5+
Issues: the issues focus on code patterns and logic flaws (e.g., injection, weak cryptography, improper data handling).
6+
7+
Important: the code security issues can't include any secrets or credentials that would trigger automated GitHub secret scanning alerts. GH secret scanning is covered separately.

0 commit comments

Comments
 (0)