From 0e563eab01210ab37002ae401b42bd20e42bd1a2 Mon Sep 17 00:00:00 2001 From: patak <583075+patak-dev@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:03:33 +0100 Subject: [PATCH] chore: SECURITY.md (#7476) --- SECURITY.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..4449c1b4a --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,5 @@ +# Reporting a Vulnerability + +To report a vulnerability, please open a private vulnerability report at https://github.com/vitest-dev/vitest/security. + +While the discovery of new vulnerabilities is rare, we also recommend always using the latest versions of Vitest to ensure your application remains as secure as possible.