chore: fix broken security link on Readme (#8710)

* fixed broken security link on npm docs

* Update packages/next-auth/README.md

---------

Co-authored-by: Thang Vu <hi@thvu.dev>
This commit is contained in:
Muhammad Salman
2023-09-25 06:02:19 +05:00
committed by GitHub
parent e274c51807
commit a8985ab364

View File

@@ -168,7 +168,7 @@ export default function App({
## Security
If you think you have found a vulnerability (or not sure) in NextAuth.js or any of the related packages (i.e. Adapters), we ask you to have a read of our [Security Policy](https://github.com/nextauthjs/next-auth/blob/main/SECURITY.md) to reach out responsibly. Please do not open Pull Requests/Issues/Discussions before consulting with us.
If you think you have found a vulnerability (or not sure) in NextAuth.js or any of the related packages (i.e. Adapters), we ask you to have a read of our [Security Policy](https://github.com/nextauthjs/next-auth/security/policy) to reach out responsibly. Please do not open Pull Requests/Issues/Discussions before consulting with us.
## Acknowledgments