Skip to content

Commit 55e0356

Browse files
authored
[PM-18655] sync with bitwarden/template (#4795)
1 parent 768f7a3 commit 55e0356

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
lines changed

.github/ISSUE_TEMPLATE/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Legacy Android Bug Reports
4-
url: https://github.com/bitwarden/mobile/issues
5-
about: Bugs found in the publicly available .NET MAUI app should be reported in [bitwarden/mobile](https://github.com/bitwarden/mobile)
63
- name: Feature Requests
74
url: https://community.bitwarden.com/c/feature-requests/
85
about: Request new features using the Community Forums. Please search existing feature requests before making a new one.

.github/PULL_REQUEST_TEMPLATE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
- Contributor guidelines followed
1616
- All formatters and local linters executed and passed
1717
- Written new unit and / or integration tests where applicable
18+
- Protected functional changes with optionality (feature flags)
1819
- Used internationalization (i18n) for all UI strings
1920
- CI builds passed
2021
- Communicated to DevOps any deployment requirements
21-
- Updated any necessary documentation or informed the documentation team
22+
- Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team
2223

2324
## 🦮 Reviewer guidelines
2425

@@ -27,8 +28,7 @@
2728
- 👍 (`:+1:`) or similar for great changes
2829
- 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info
2930
- ❓ (`:question:`) for questions
30-
- 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed
31-
issue and could potentially benefit from discussion
31+
- 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
3232
- 🎨 (`:art:`) for suggestions / improvements
3333
- ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention
3434
- 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt

SECURITY.md

+21-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
1-
Bitwarden believes that working with security researchers across the globe is crucial to keeping our users safe. If you believe you've found a security issue in our product or service, we encourage you to please submit a report through our [HackerOne Program](https://hackerone.com/bitwarden/). We welcome working with you to resolve the issue promptly. Thanks in advance!
1+
Bitwarden believes that working with security researchers across the globe is crucial to keeping our
2+
users safe. If you believe you've found a security issue in our product or service, we encourage you
3+
to please submit a report through our [HackerOne Program](https://hackerone.com/bitwarden/). We
4+
welcome working with you to resolve the issue promptly. Thanks in advance!
25

36
# Disclosure Policy
47

5-
- Let us know as soon as possible upon discovery of a potential security issue, and we'll make every effort to quickly resolve the issue.
6-
- Provide us a reasonable amount of time to resolve the issue before any disclosure to the public or a third-party. We may publicly disclose the issue before resolving it, if appropriate.
7-
- Make a good faith effort to avoid privacy violations, destruction of data, and interruption or degradation of our service. Only interact with accounts you own or with explicit permission of the account holder.
8-
- If you would like to encrypt your report, please use the PGP key with long ID `0xDE6887086F892325FEC04CC0D847525B6931381F` (available in the public keyserver pool).
8+
- Let us know as soon as possible upon discovery of a potential security issue, and we'll make every
9+
effort to quickly resolve the issue.
10+
- Provide us a reasonable amount of time to resolve the issue before any disclosure to the public or
11+
a third-party. We may publicly disclose the issue before resolving it, if appropriate.
12+
- Make a good faith effort to avoid privacy violations, destruction of data, and interruption or
13+
degradation of our service. Only interact with accounts you own or with explicit permission of the
14+
account holder.
15+
- If you would like to encrypt your report, please use the PGP key with long ID
16+
`0xDE6887086F892325FEC04CC0D847525B6931381F` (available in the public keyserver pool).
917

1018
While researching, we'd like to ask you to refrain from:
1119

12-
- Denial of service
13-
- Spamming
14-
- Social engineering (including phishing) of Bitwarden staff or contractors
15-
- Any physical attempts against Bitwarden property or data centers
20+
- Denial of service
21+
- Spamming
22+
- Social engineering (including phishing) of Bitwarden staff or contractors
23+
- Any physical attempts against Bitwarden property or data centers
1624

1725
# We want to help you!
1826

19-
If you have something that you feel is close to exploitation, or if you'd like some information regarding the internal API, or generally have any questions regarding the app that would help in your efforts, please email us at https://bitwarden.com/contact and ask for that information. As stated above, Bitwarden wants to help you find issues, and is more than willing to help.
27+
If you have something that you feel is close to exploitation, or if you'd like some information
28+
regarding the internal API, or generally have any questions regarding the app that would help in
29+
your efforts, please email us at https://bitwarden.com/contact and ask for that information. As
30+
stated above, Bitwarden wants to help you find issues, and is more than willing to help.
2031

2132
Thank you for helping keep Bitwarden and our users safe!

0 commit comments

Comments
 (0)