Skip to content

Commit

Permalink
fix(#2557): error notification to payer fsp, header for source having…
Browse files Browse the repository at this point in the history
… wrong value (#316)

- fix for mojaloop/project#2557
- added new event type "ABORT_VALIDATION" to allow for fulfil handler to provide a meaningful error when validation fails (i.e. invalid fulfilment)
- updated kafka mapping to support the above change
- updated dependencies & fixed audit-resolve
  • Loading branch information
mdebarros authored Nov 8, 2021
1 parent c4adabc commit d4b95b6
Show file tree
Hide file tree
Showing 5 changed files with 191 additions and 548 deletions.
20 changes: 10 additions & 10 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
"decisions": {
"1002401|widdershins>yargs>string-width>strip-ansi>ansi-regex": {
"decision": "ignore",
"madeAt": 1634055157672,
"expiresAt": 1634659948656
"madeAt": 1636372052422,
"expiresAt": 1638964045850
},
"1002401|widdershins>yargs>cliui>string-width>strip-ansi>ansi-regex": {
"decision": "ignore",
"madeAt": 1634055157672,
"expiresAt": 1634659948656
"madeAt": 1636372052422,
"expiresAt": 1638964045850
},
"1002865|shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1634055159088,
"expiresAt": 1634659948656
"madeAt": 1636372053964,
"expiresAt": 1638964045850
},
"1002866|shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1634055159088,
"expiresAt": 1634659948656
"madeAt": 1636372053964,
"expiresAt": 1638964045850
},
"1003019|widdershins>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1634055160271,
"expiresAt": 1634659948656
"madeAt": 1636372055094,
"expiresAt": 1638964045850
}
},
"rules": {},
Expand Down
Loading

0 comments on commit d4b95b6

Please sign in to comment.