Skip to content

Commit d2bbb62

Browse files
committed
chore: drop vuln/npm
Refs: #1540
1 parent b2bb305 commit d2bbb62

473 files changed

Lines changed: 0 additions & 11429 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CODEOWNERS

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# -- Node.js security ecosystem triage members
22
# These owners will be automatically assigned to any PRs
33
# opened for vulnerabilities to be added to the database
4-
# of the npm community ecosystem
5-
/vuln/npm/ @nodejs/ecosystem-security
6-
7-
# Currently setting the same ecosystem team to help
8-
# review any core related PRs as well
94
/vuln/core/ @mhdawson @rvagg @vdeturckheim @RafaelGSS
105

116
# -- Node.js Security WG processes

.github/workflows/update-npm-index.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"scripts": {
55
"test": "node --test",
66
"validate": "node tools/vuln_valid",
7-
"create-npm-index": "node tools/create_index/create_npm_index.js",
87
"create-core-index": "node tools/create_index/create_core_index.js"
98
},
109
"keywords": [],

tools/create_index/create_npm_index.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

tools/create_index/index_generator.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ const writeIndex = function(data, vulnDirectoryPath) {
5252

5353
if(vulnDirectoryPath === './vuln/core/') {
5454
console.log('Succesfully wrote ' + vulnDirectoryPath + 'index.json for core vulnerabilities.')
55-
} else if(vulnDirectoryPath === './vuln/npm/') {
56-
console.log('Succesfully wrote ' + vulnDirectoryPath + 'index.json for npm vulnerabilities.')
5755
}
5856
}
5957

vuln/npm/1.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

vuln/npm/10.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

vuln/npm/100.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

vuln/npm/101.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

vuln/npm/102.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)