Skip to content

Commit a3f66e7

Browse files
russellbCopilot
andauthored
Add security warning to bug report template (#19365)
Signed-off-by: Russell Bryant <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 319cb1e commit a3f66e7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/ISSUE_TEMPLATE/400-bug-report.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ body:
88
attributes:
99
value: >
1010
#### Before submitting an issue, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/vllm-project/vllm/issues?q=is%3Aissue+sort%3Acreated-desc+).
11+
- type: markdown
12+
attributes:
13+
value: |
14+
⚠️ **SECURITY WARNING:** Please review any text you paste to ensure it does not contain sensitive information such as:
15+
- API tokens or keys (e.g., Hugging Face tokens, OpenAI API keys)
16+
- Passwords or authentication credentials
17+
- Private URLs or endpoints
18+
- Personal or confidential data
19+
20+
Consider redacting or replacing sensitive values with placeholders like `<YOUR_TOKEN_HERE>` when sharing configuration or code examples.
1121
- type: textarea
1222
attributes:
1323
label: Your current environment

0 commit comments

Comments
 (0)