Skip to content

Commit

Permalink
Permit major upgrades to @koa/cors (#97)
Browse files Browse the repository at this point in the history
These can be removed once we revert #96.

https://nvd.nist.goiv/vuln/detail/CVE-2023-49803
  • Loading branch information
72636c authored Dec 12, 2023
1 parent f0351e3 commit 320b4a4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@

"enabled": false
},
{
"matchUpdateTypes": ["major"],
"matchPackageNames": ["@koa/cors"],

"enabled": true
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["eslint"],
Expand Down
6 changes: 6 additions & 0 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchUpdateTypes": ["major"],
"matchPackageNames": ["@koa/cors"],

"enabled": true
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["aws-sdk-mock"],
Expand Down
6 changes: 6 additions & 0 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@

"enabled": false
},
{
"matchUpdateTypes": ["major"],
"matchPackageNames": ["@koa/cors"],

"enabled": true
},
{
"excludePackagePatterns": ["^seek-jobs/", "^seek-oss/"],
"matchManagers": ["buildkite"],
Expand Down

0 comments on commit 320b4a4

Please sign in to comment.