Skip to content

Commit 92ff6bf

Browse files
Copilotnpv2k1
andcommitted
fix: address code review feedback
Co-authored-by: npv2k1 <73846954+npv2k1@users.noreply.github.com>
1 parent 34ddd26 commit 92ff6bf

3 files changed

Lines changed: 6 additions & 15 deletions

File tree

.github/FUNDING.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/quality.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
fi
4141
4242
- name: Check package.json for security issues
43-
run: npm audit --audit-level=high || true
43+
run: npm audit --audit-level=moderate
44+
continue-on-error: true
4445

4546
- name: Analyze bundle size
4647
run: |

SECURITY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ We take security bugs seriously. We appreciate your efforts to responsibly discl
1818
If you discover a security vulnerability, please follow these steps:
1919

2020
1. **DO NOT** open a public issue
21-
2. Email the maintainers at [security contact - to be added]
21+
2. Use GitHub's Security Advisory feature to privately report the vulnerability:
22+
- Go to the repository's Security tab
23+
- Click "Report a vulnerability"
24+
- Fill out the advisory form
2225
3. Include the following information:
2326
- Type of vulnerability
2427
- Full paths of source file(s) related to the vulnerability

0 commit comments

Comments
 (0)