Skip to content

Commit 6d2bf33

Browse files
committed
chore: fix eslint issues
1 parent fd11a99 commit 6d2bf33

File tree

95 files changed

+500
-205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+500
-205
lines changed

β€ŽReactotronConfig.jsβ€Ž

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ import Reactotron from 'reactotron-react-native';
22
// Don't remove this import, this is used by reactotron-redux only in dev mode
33
import { reactotronRedux } from 'reactotron-redux';
44

5+
// For viewing the state you need to select State tab on the side,
6+
// press CMD + N and press enter. This will create a new subscription to your app state.
7+
// Once you reload the app the entire state will show up along with actions in timeline.
58
const reactotron = Reactotron.useReactNative() // add all built-in react native plugins
69
.use(reactotronRedux())
710
.connect(); //Don't forget about me!
811

9-
export default reactotron;
12+
export default reactotron;

β€ŽSECURITY.mdβ€Ž

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,56 @@
1-
# Security Policy
2-
Chatwoot is looking forward to working with security researchers across the world to keep Chatwoot and our users safe. If you have found an issue in our systems/applications, please reach out to us.
1+
Chatwoot is looking forward to working with security researchers worldwide to keep Chatwoot and our users safe. If you have found an issue in our systems/applications, please reach out to us.
32

43
## Reporting a Vulnerability
54

6-
We use [huntr.dev](https://huntr.dev/) for security issues that affect our project. If you believe you have found a vulnerability, please disclose it via this [form](https://huntr.dev/bounties/disclose).
5+
We use Github to track the security issues that affect our project. If you believe you have found a vulnerability, please disclose it via this [form](https://github.com/chatwoot/chatwoot/security/advisories/new). This will enable us to review the vulnerability, fix it promptly, and reward you for your efforts.
76

8-
This will enable us to review the vulnerability, fix it promptly, and reward you for your efforts.
7+
If you have any questions about the process, contact [email protected].
98

10-
If you have any questions about the process, feel free to reach out to [email protected].
9+
Please try your best to describe a clear and realistic impact for your report, and please don't open any public issues on GitHub or social media; we're doing our best to respond through Github as quickly as possible.
1110

11+
> Note: Please use the email for questions related to the process. Disclosures should be done via [Github](https://github.com/chatwoot/chatwoot/security/advisories/new)
12+
## Supported versions
1213

13-
## Out of scope
14+
| Version | Supported |
15+
| ------- | -------------- |
16+
| latest | οΈβœ… |
17+
| <latest | ❌ |
1418

15-
Please do not perform testing against Chatwoot production services. Use a self hosted instance to perform tests.
1619

17-
We consider the following to be out of scope, though there may be exceptions.
20+
## Vulnerabilities we care about 🫣
21+
> Note: Please do not perform testing against Chatwoot production services. Use a `self-hosted instance` to perform tests.
22+
- Remote command execution
23+
- SQL Injection
24+
- Authentication bypass
25+
- Privilege Escalation
26+
- Cross-site scripting (XSS)
27+
- Performing limited admin actions without authorization
28+
- CSRF
29+
30+
You can learn more about our triaging process [here](https://www.chatwoot.com/docs/contributing-guide/security-reports).
31+
32+
## Non-Qualifying Vulnerabilities
33+
34+
We consider the following out of scope, though there may be exceptions.
1835

1936
- Missing HTTP security headers
20-
- Self XSS
21-
- HTTP Host Header XSS without working proof-of-concept
37+
- Incomplete/Missing SPF/DKIM
38+
- Reports from automated tools or scanners
39+
- Theoretical attacks without proof of exploitability
40+
- Social engineering
41+
- Reflected file download
42+
- Physical attacks
43+
- Weak SSL/TLS/SSH algorithms or protocols
44+
- Attacks involving physical access to a user's device or a device or network that's already seriously compromised (e.g., man-in-the-middle).
45+
- The user attacks themselves
2246
- Incomplete/Missing SPF/DKIM
2347
- Denial of Service attacks
48+
- Brute force attacks
2449
- DNSSEC
25-
- Social Engineering attacks
2650

27-
If you are not sure about the scope, please create a report.
51+
If you are unsure about the scope, please create a [report](https://github.com/chatwoot/chatwoot/security/advisories/new).
52+
2853

2954
## Thanks
3055

31-
Thank you for keeping Chatwoot and our users safe. πŸ™‡
56+
Thank you for keeping Chatwoot and our users safe. πŸ™‡
-22.6 KB
Binary file not shown.
-26.8 KB
Binary file not shown.
-29.6 KB
Binary file not shown.
-12.8 KB
Binary file not shown.
-333 KB
Binary file not shown.
-42.7 KB
Binary file not shown.

β€Žsrc/assets/images/line.pngβ€Ž

-715 Bytes
Binary file not shown.

β€Žsrc/assets/images/login.pngβ€Ž

-399 KB
Binary file not shown.

0 commit comments

Comments
Β (0)