From 99c1ef3838b908a4effbfd6d881175086cc47b30 Mon Sep 17 00:00:00 2001 From: leejooy96 Date: Fri, 13 Dec 2024 10:48:15 +0900 Subject: [PATCH] package: update author info --- .github/FUNDING.yml | 2 +- SECURITY.md | 21 +++++++++++++++++++++ docs/package.json | 2 +- package.json | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 SECURITY.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 161180bf..4b42b1f2 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 00000000..041f9d7e --- /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 8e60d206..67795de1 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 3a0d7736..7cdd6f37 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,