-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(#2264): add more robust header validation for inbound server (#278)
* feat: add more robust header validation for inbound server * chore: fix comment * chore: add error test cases * chore: fix tests and linting * chore: fix test description * chore: remove unnecessary duplicated code * chore: install central-services-shared * chore: fix packages * chore: resolve vulnerabilites
- Loading branch information
Showing
9 changed files
with
5,128 additions
and
1,748 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"decisions": { | ||
"1556|@mojaloop/central-services-shared>widdershins>node-fetch": { | ||
"decision": "fix", | ||
"madeAt": 1624032509533 | ||
}, | ||
"1589|@mojaloop/central-services-shared>rc>ini": { | ||
"decision": "fix", | ||
"madeAt": 1624032519962 | ||
}, | ||
"1654|@mojaloop/central-services-shared>widdershins>swagger2openapi>yargs>y18n": { | ||
"decision": "fix", | ||
"madeAt": 1624032531602 | ||
}, | ||
"1654|@mojaloop/central-services-shared>widdershins>yargs>y18n": { | ||
"decision": "fix", | ||
"madeAt": 1624032531602 | ||
}, | ||
"1673|@mojaloop/central-services-shared>openapi-backend>lodash": { | ||
"decision": "fix", | ||
"madeAt": 1624032541954 | ||
}, | ||
"1673|@mojaloop/central-services-shared>shins>sanitize-html>lodash": { | ||
"decision": "fix", | ||
"madeAt": 1624032541954 | ||
}, | ||
"1673|koa2-oauth-server>00unidentified>lodash": { | ||
"decision": "fix", | ||
"madeAt": 1624032544849 | ||
}, | ||
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": { | ||
"decision": "ignore", | ||
"madeAt": 1624032547741, | ||
"expiresAt": 1626624496536 | ||
}, | ||
"1675|@mojaloop/central-services-shared>shins>sanitize-html": { | ||
"decision": "ignore", | ||
"madeAt": 1624032548905, | ||
"expiresAt": 1626624496536 | ||
}, | ||
"1676|@mojaloop/central-services-shared>shins>sanitize-html": { | ||
"decision": "ignore", | ||
"madeAt": 1624032548905, | ||
"expiresAt": 1626624496536 | ||
} | ||
}, | ||
"rules": {}, | ||
"version": 1 | ||
} |
Oops, something went wrong.