mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-24 02:34:13 -05:00
Chore: Add a security-reporting link to the issue chooser (#26007)
* Add a security-reporting link to the issue chooser With blank issues disabled, the New Issue chooser only offered Bug Report and Feature Request, leaving security reporters no obvious route and nudging them toward filing vulnerabilities as public issues. Add a contact_links entry that points to the Security Policy (/security/policy), where the "Report a vulnerability" button opens a private GitHub advisory — keeping security reports out of public issues. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Update config.yml --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
677e164f29
commit
a4f7ec1fb3
@@ -1 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 🔒 Report a Security Vulnerability
|
||||
url: https://github.com/open-webui/open-webui/security
|
||||
about: Do NOT open a public issue for security vulnerabilities, suspected vulnerabilities, or any security-related concern. Please review our Security Policy and report privately via the "Report a vulnerability" button so it can be handled as a private advisory.
|
||||
|
||||
Reference in New Issue
Block a user