Skip to content

Commit

Permalink
Permit major upgrades to @koa/cors@5
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 committed Dec 12, 2023
1 parent f0351e3 commit 35e03ff
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@

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

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

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

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

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

0 comments on commit 35e03ff

Please sign in to comment.