Skip to content

Commit 4a300ea

Browse files
committed
Merge branch 'main' into release-next
2 parents b8cf1b6 + a6dbe72 commit 4a300ea

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

SECURITY.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
The following versions are currently being supported with security updates:
6+
7+
| Version | Supported |
8+
| ------- | ------------------ |
9+
| 7.x | :white_check_mark: |
10+
| 6.x | :white_check_mark: |
11+
| < 6.0 | :x: |
12+
13+
## Reporting a Vulnerability
14+
15+
We take security bugs in React Router seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
16+
17+
To report a security issue, please use the GitHub Security Advisory [Report a Vulnerability](https://github.com/remix-run/react-router/security/advisories/new) feature.
18+
19+
The React Router team will send a response indicating the next steps in handling your report. After the initial reply to your report, our team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
20+
21+
Report security bugs in third-party modules to the person or team maintaining the module. You can also report a vulnerability through the [npm contact form](https://www.npmjs.com/support) by selecting "I'm reporting a security vulnerability".

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
- ChristophP
7070
- christowiz
7171
- clavery
72+
- Cmoen11
7273
- codeape2
7374
- coryhouse
7475
- ctnelson1997

docs/upgrading/remix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default defineConfig({
198198
- ssr: true,
199199
- future: {/* all the v3 flags */}
200200
- }),
201-
+ remix(),
201+
+ reactRouter(),
202202
tsconfigPaths(),
203203
],
204204
});

0 commit comments

Comments
 (0)