diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5b40f8b..656a3e0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ -* @p-stream/project-leads +* Founder: [@movie-web/project-leads](https://github.com/movie-web-archive) +* Maintainers: [@p-stream](https://github.com/p-stream) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 401b141..47835dc 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,13 +2,13 @@ ## Supported Versions -The p-stream maintainers only support the latest version of p-stream published at https://p-stream.app. +The P-Stream maintainers only support the latest version of P-Stream published at https://pstream.mov. This published version is equivalent to the master branch. -Support is not provided for any forks or mirrors of p-stream. +Support is not provided for any forks or mirrors of P-Stream. ## Reporting a Vulnerability There are two ways you can contact the p-stream maintainers to report a vulnerability: - - Email [security@p-stream.app](mailto:security@p-stream.app) - - Report the vulnerability in the [p-stream Discord server](https://p-stream.github.io/links/discord) + - Report the vulnerability in the [p-stream Discord server](https://docs.pstream.mov/links/discord) + - ~~Email [security@p-stream.app](mailto:security@p-stream.app)~~ diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d0a144..8c935f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: - uses: pnpm/action-setup@v3 with: - version: 9.14.4 + version: 8 - name: Install Node.js uses: actions/setup-node@v4