Skip to content

Commit 86c5459

Browse files
authored
Merge pull request #251 from nyu-mlab/fix-deploy
Add Security Policy and hotfix for NSIS deployment
2 parents 10a7bba + ab2da57 commit 86c5459

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,13 @@ jobs:
4949

5050
- name: Install NSIS
5151
if: runner.os == 'Windows'
52-
shell: pwsh
53-
run: |
54-
choco install nsis --no-progress
52+
uses: negrutiu/nsis-install@v2
5553

5654
- name: Create Windows IoT Inspector launcher
5755
if: runner.os == 'Windows'
5856
shell: pwsh
5957
run: |
60-
.\nsis.ps1
58+
makensis iot-inspector.nsi
6159
6260
- name: Store the IoT Inspector executable
6361
if: runner.os == 'Windows'

SECURITY.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Use this section to tell people about which versions of your project are
6+
currently being supported with security updates.
7+
8+
| Version | Supported |
9+
|---------------------------| ------------------ |
10+
| 3 (released October 2025) | :white_check_mark: |
11+
| All prior versions | :x: |
12+
13+
## Reporting a Vulnerability
14+
15+
To report a vulnerability, please create a GitHub Issue under `Issue/bug report` and document the security vulnerability in detail. Ideally, include steps for remediation.
16+
17+
You are encouraged to submit a GitHub pull request linked to the issue with a proposed fix.
18+
19+
| Severity | SLA for Fix |
20+
|------------|--------------------|
21+
| Critical | 7 days |
22+
| High | 30 days |
23+
| Medium | 90 days |
24+
| Low | 180 days |

0 commit comments

Comments
 (0)