Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 0 additions & 5 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# -- Node.js security ecosystem triage members
# These owners will be automatically assigned to any PRs
# opened for vulnerabilities to be added to the database
# of the npm community ecosystem
/vuln/npm/ @nodejs/ecosystem-security

# Currently setting the same ecosystem team to help
# review any core related PRs as well
/vuln/core/ @mhdawson @rvagg @vdeturckheim @RafaelGSS

# -- Node.js Security WG processes
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/update-npm-index.yml

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"scripts": {
"test": "node --test",
"validate": "node tools/vuln_valid",
"create-npm-index": "node tools/create_index/create_npm_index.js",
"create-core-index": "node tools/create_index/create_core_index.js"
},
"keywords": [],
Expand Down
5 changes: 0 additions & 5 deletions tools/create_index/create_npm_index.js

This file was deleted.

2 changes: 0 additions & 2 deletions tools/create_index/index_generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ const writeIndex = function(data, vulnDirectoryPath) {

if(vulnDirectoryPath === './vuln/core/') {
console.log('Succesfully wrote ' + vulnDirectoryPath + 'index.json for core vulnerabilities.')
} else if(vulnDirectoryPath === './vuln/npm/') {
console.log('Succesfully wrote ' + vulnDirectoryPath + 'index.json for npm vulnerabilities.')
}
}

Expand Down
27 changes: 0 additions & 27 deletions vuln/npm/1.json

This file was deleted.

27 changes: 0 additions & 27 deletions vuln/npm/10.json

This file was deleted.

25 changes: 0 additions & 25 deletions vuln/npm/100.json

This file was deleted.

25 changes: 0 additions & 25 deletions vuln/npm/101.json

This file was deleted.

24 changes: 0 additions & 24 deletions vuln/npm/102.json

This file was deleted.

24 changes: 0 additions & 24 deletions vuln/npm/104.json

This file was deleted.

24 changes: 0 additions & 24 deletions vuln/npm/106.json

This file was deleted.

26 changes: 0 additions & 26 deletions vuln/npm/107.json

This file was deleted.

24 changes: 0 additions & 24 deletions vuln/npm/108.json

This file was deleted.

24 changes: 0 additions & 24 deletions vuln/npm/109.json

This file was deleted.

26 changes: 0 additions & 26 deletions vuln/npm/11.json

This file was deleted.

24 changes: 0 additions & 24 deletions vuln/npm/112.json

This file was deleted.

Loading
Loading