diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 161180b..4b42b1f 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,4 @@ # These are supported funding model platforms github: jooy2 -custom: ["https://jooy2.com/donate"] +custom: ["https://cdget.com/donate"] diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..041f9d7 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,21 @@ +# Security Policy + +## Reporting Security Issues + +To report a security vulnerability, create an issue on GitHub on the "Open a draft security advisory " page on GitHub: https://github.com/jooy2/vutron/security/advisories/new + +Also, send private instructions in advance via maintainer email. Do not submit vulnerability-related content as a general issue. + +## Security compliance + +Project maintainers are quickly addressing reported security vulnerabilities in the project and providing relevant patches. + +We report these to the relevant users and handle the correspondence to prevent the issue from recurring. + +## Security recommendations + +We recommend that users of project sources use the latest version, which addresses possible security vulnerabilities. + +## Contact + +- Administrator: jooy2.contact@gmail.com diff --git a/docs/package.json b/docs/package.json index 8e60d20..67795de 100644 --- a/docs/package.json +++ b/docs/package.json @@ -7,7 +7,7 @@ "build": "vitepress build src", "serve": "vitepress serve src" }, - "author": "jooy2 ", + "author": "CDGet ", "license": "MIT", "engines": { "node": ">=18.0.0" diff --git a/package.json b/package.json index 3a0d773..7cdd6f3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "description": "Quick Start Templates for Vite + Vue 3 + Electron", "homepage": "https://vutron.cdget.com", - "author": "jooy2 ", + "author": "CDGet ", "license": "MIT", "main": "dist/main/index.js", "private": true,