From 896f9af1bea8685fb948c3a16c20c7e34273e053 Mon Sep 17 00:00:00 2001 From: Justin Dhillon Date: Fri, 31 Jan 2025 09:01:58 -0800 Subject: [PATCH] chore(docs): remove SECURITY.md (#6312) chore(docs): remove SECURITY.md (#6312) --- .npmignore | 1 - SECURITY.md | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 SECURITY.md diff --git a/.npmignore b/.npmignore index 49010d7..fe5272f 100644 --- a/.npmignore +++ b/.npmignore @@ -8,4 +8,3 @@ !LICENSE !MIGRATION_GUIDE.md !README.md -!SECURITY.md diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index a5a2b7d..0000000 --- a/SECURITY.md +++ /dev/null @@ -1,6 +0,0 @@ -# Reporting a Vulnerability - -If you discover a security vulnerability in axios please disclose it via [our huntr page](https://huntr.dev/repos/axios/axios/). Bounty eligibility, CVE assignment, response times and past reports are all there. - - -Thank you for improving the security of axios.