Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/security-assessment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Audit dependencies
run: npm audit --audit-level=high
continue-on-error: true

- name: Start server in background
run: |
npm start &
Expand Down
Binary file not shown.
Binary file removed Vulnerability_Tool/Vulnerability Report.docx
Binary file not shown.
113 changes: 0 additions & 113 deletions Vulnerability_Tool/Vulnerability_Scanner_V1.1.py

This file was deleted.

119 changes: 0 additions & 119 deletions Vulnerability_Tool/Vulnerability_Scanner_V1.2.py

This file was deleted.

125 changes: 0 additions & 125 deletions Vulnerability_Tool/Vulnerability_Scanner_V1.3.py

This file was deleted.

Loading