Skip to content

Commit 86e354d

Browse files
committed
chore(docs): add security.txt
1 parent 05a5cc7 commit 86e354d

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Contact: mailto:[email protected]
2+
Contact: mailto:[email protected]
3+
Contact: mailto:[email protected]
4+
Acknowledgments: https://authjs.dev/security
5+
Preferred-Languages: en
6+
Canonical: https://authjs.dev/.well-known/security.txt
7+
8+
# Security Policy
9+
10+
NextAuth.js practices responsible disclosure.
11+
12+
## Reporting a Vulnerability
13+
14+
We request that you contact us directly to report serious issues that might impact the security of sites using NextAuth.js.
15+
16+
If you contact us regarding a serious issue:
17+
18+
- We will endeavor to get back to you within 72 hours.
19+
- We will aim to publish a fix within 30 days.
20+
- We will disclose the issue (and credit you, with your consent) once a fix to resolve the issue has been released.
21+
- If 90 days has elapsed and we still don't have a fix, we will disclose the issue publicly.
22+
23+
The best way to report an issue is by contacting us via email at [email protected], [email protected] and [email protected], or raise a public issue requesting someone get in touch with you via whatever means you prefer for more details. (Please do not disclose sensitive details publicly at this stage.)
24+
25+
> For less serious issues (e.g. RFC compliance for unsupported flows or potential issues that may cause a problem in the future) it is appropriate to submit these publicly as bug reports or feature requests or to raise a question to open a discussion around them.
26+
27+
## Supported Versions
28+
29+
Security updates are only released for the current version.
30+
31+
Old releases are not maintained and do not receive updates.

docs/vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
}
1313
],
1414
"redirects": [
15+
{
16+
"source": "/security.txt",
17+
"destination": "/.well-known/security.txt",
18+
"permanent": true
19+
},
1520
{
1621
"source": "/new/provider-issue",
1722
"destination": "https://github.com/nextauthjs/next-auth/issues/new?assignees=&labels=triage%2Cproviders&template=2_bug_provider.yml",

0 commit comments

Comments
 (0)