Skip to content

Commit c0c7970

Browse files
authored
Automatic vulnerability extraction (#102)
1 parent 704bf66 commit c0c7970

File tree

51 files changed

+4729
-436
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+4729
-436
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,6 @@ dist
138138
.*
139139
!.github
140140
!.dockerignore
141+
!.eslintrc.cjs
141142
*.MD
142143
!README.md

Backend/SorobanSecurityPortal.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-co
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{31D2B285-041B-4759-A2E0-3DCA03E8F170}"
1111
EndProject
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SorobanSecurityPortalApi.Tests", "SorobanSecurityPortalApi.Tests\SorobanSecurityPortalApi.Tests.csproj", "{5A8E4F6D-9B2C-4E3F-A1D0-7C6B5A4E8F9D}"
13+
EndProject
1214
Global
1315
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1416
Debug|Any CPU = Debug|Any CPU
@@ -23,6 +25,10 @@ Global
2325
{B327BF88-4AEB-4161-A7A1-407C64093C61}.Debug|Any CPU.Build.0 = Debug|Any CPU
2426
{B327BF88-4AEB-4161-A7A1-407C64093C61}.Release|Any CPU.ActiveCfg = Release|Any CPU
2527
{B327BF88-4AEB-4161-A7A1-407C64093C61}.Release|Any CPU.Build.0 = Release|Any CPU
28+
{5A8E4F6D-9B2C-4E3F-A1D0-7C6B5A4E8F9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
29+
{5A8E4F6D-9B2C-4E3F-A1D0-7C6B5A4E8F9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
30+
{5A8E4F6D-9B2C-4E3F-A1D0-7C6B5A4E8F9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
31+
{5A8E4F6D-9B2C-4E3F-A1D0-7C6B5A4E8F9D}.Release|Any CPU.Build.0 = Release|Any CPU
2632
EndGlobalSection
2733
GlobalSection(SolutionProperties) = preSolution
2834
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)