Files
inventory-api/sonar-project.properties
demo 734f73afb5 Initial commit: inventory API with vulnerable legacy reports module
ASP.NET Core (.NET 8), intentionally outdated NuGet packages (Newtonsoft.Json
12.0.2, Microsoft.Data.SqlClient 2.0.0) for SCA demo. CWE-89, CWE-327,
CWE-798, CWE-22, CWE-330 in LegacyReports.cs.
2026-09-02 12:57:34 +00:00

5 lines
118 B
Properties

sonar.projectKey=inventory-api
sonar.projectName=Inventory API
sonar.sources=.
sonar.exclusions=helm/**,bin/**,obj/**