Skip to content

Commit

Permalink
chore: add seeds for /verifications endpoint (#857)
Browse files Browse the repository at this point in the history
* chore: add seeds for /verifications endpoint

* chore: ignore vulnerabilties that can not be resolved for now
  • Loading branch information
kleyow authored Aug 6, 2021
1 parent 01435fd commit 024942b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
27 changes: 21 additions & 6 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
},
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1623606400566,
"expiresAt": 1626198161510
"madeAt": 1628186299076,
"expiresAt": 1630778272338
},
"1594|@mojaloop/central-services-health>@mojaloop/central-services-shared>axios": {
"decision": "ignore",
Expand Down Expand Up @@ -187,8 +187,8 @@
},
"1675|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1623606402052,
"expiresAt": 1626198161510
"madeAt": 1628186302231,
"expiresAt": 1630778272338
},
"1676|@mojaloop/central-services-health>@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
Expand All @@ -197,8 +197,8 @@
},
"1676|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1623606402052,
"expiresAt": 1626198161510
"madeAt": 1628186302231,
"expiresAt": 1630778272338
},
"1693|@mojaloop/central-services-health>@mojaloop/central-services-shared>shins>sanitize-html>postcss": {
"decision": "ignore",
Expand All @@ -221,6 +221,21 @@
"1754|@mojaloop/central-services-shared>shins>cheerio>cheerio-select>css-what": {
"decision": "fix",
"madeAt": 1623606387347
},
"1766|@mojaloop/central-services-shared>widdershins>urijs": {
"decision": "ignore",
"madeAt": 1628186325257,
"expiresAt": 1630778312040
},
"1770|@mojaloop/event-sdk>grpc>@mapbox/node-pre-gyp>tar": {
"decision": "ignore",
"madeAt": 1628186340146,
"expiresAt": 1630778312040
},
"1771|@mojaloop/event-sdk>grpc>@mapbox/node-pre-gyp>tar": {
"decision": "ignore",
"madeAt": 1628186340146,
"expiresAt": 1630778312040
}
},
"rules": {},
Expand Down
12 changes: 12 additions & 0 deletions seeds/endpointType.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,18 @@ const endpointTypes = [
name: 'TP_CB_URL_TRANSACTION_REQUEST_AUTH_PUT_ERROR',
description: 'Participant callback URL where PUT /thirdpartyRequests/transactions/{ID}/authorizations/error error information can be sent'
},
{
name: 'TP_CB_URL_VERIFICATION_REQUEST_POST',
description: 'Participant callback URL where POST /thirdpartyRequests/verifications can be sent'
},
{
name: 'TP_CB_URL_VERIFICATION_REQUEST_PUT',
description: 'Participant callback URL where PUT /thirdpartyRequests/verifications/{ID} can be sent'
},
{
name: 'TP_CB_URL_VERIFICATION_REQUEST_PUT_ERROR',
description: 'Participant callback URL where PUT /thirdpartyRequests/verifications/{ID}/error can be sent'
},
{
name: 'TP_CB_URL_CONSENT_REQUEST_POST',
description: 'Participant callback URL where POST /consentRequests can be sent'
Expand Down

0 comments on commit 024942b

Please sign in to comment.