From 4a036b80f6a82c76d8d1971b4d675b4532acc876 Mon Sep 17 00:00:00 2001 From: Harttle Date: Sun, 8 Mar 2026 15:36:34 +0800 Subject: [PATCH] docs: update contact in security.md --- SECURITY.md | 2 +- demo/browser/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 3f59961dfc..c3fcbdd97f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ Only the latest major version is supported with security updates. It can be chan ## Reporting a Vulnerability -Please contact yangjvn@126.com to report a vulnerability or change request. +Please contact harttleharttle@gmail.com to report a vulnerability or change request. - If the vulnerability in question affects common use cases, it will be treated as a bug and fixed very soon (typically within 1 week). - Otherwise, it'll be scheduled in the same priority of feature request (which is lower than bugs). diff --git a/demo/browser/package.json b/demo/browser/package.json index 326b959ff0..e71554cbaa 100644 --- a/demo/browser/package.json +++ b/demo/browser/package.json @@ -8,7 +8,7 @@ "test": "echo not implemented", "start": "http-server -c-1 " }, - "author": "harttle ", + "author": "harttle ", "license": "ISC", "dependencies": { "http-server": "^0.11.1",