mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-30 13:02:20 +00:00
Update: Add priority label and clarify security issue reporting guidelines
- Added "P1: high" label to security issues for better prioritization. - Updated markdown instructions to emphasize the importance of using GitHub Security Advisory for reporting vulnerabilities. - Clarified that this issue is solely for sharing the advisory URL and not for discussing the vulnerability details. - Retained the step-by-step guide for submitting and sharing the GitHub Security Advisory URL. modified: .github/ISSUE_TEMPLATE/security_issue.yml
This commit is contained in:
parent
da777030e5
commit
74c784db32
1 changed files with 1 additions and 1 deletions
2
.github/ISSUE_TEMPLATE/security_issue.yml
vendored
2
.github/ISSUE_TEMPLATE/security_issue.yml
vendored
|
@ -3,7 +3,7 @@ name: "🛡️ Security Issue"
|
|||
description: |
|
||||
Notify Louis Lam about a security concern. Please do NOT include any sensitive details in this issue.
|
||||
# title: "Security Issue"
|
||||
labels: [security]
|
||||
labels: ["security", "P1: high"]
|
||||
assignees: [louislam]
|
||||
body:
|
||||
- type: "markdown"
|
||||
|
|
Loading…
Add table
Reference in a new issue