Skip to content

Commit

Permalink
fix(#2373): Mojaloop Oracle Simulator is not correctly filtering resu…
Browse files Browse the repository at this point in the history
…lts when SubId request param is provided (#230)

fix([mojaloop/#2373](mojaloop/project#2373)): Mojaloop Oracle Simulator is not correctly filtering results when SubId request param is provided:
- Fixed getParticipantsByTypeId not correctly filtering out query param SubId
- Updated dependencies
- Bump to patch version
- Fixes for audit-resolve

```text
--------------------------------------------------
 yargs-parser needs your attention.

[ low ] Prototype Pollution
 vulnerable versions <13.1.2 || >=14.0.0 <15.0.1 || >=16.0.0 <18.1.2 found in:
 - dependencies: @mojaloop/central-services-shared>widdershins>yargs>yargs-parser
```
> Outcome: Fixed
> Impact: None

```text
--------------------------------------------------
 sanitize-html needs your attention.

[ moderate ] Improper Input Validation
 vulnerable versions <2.3.1 found in:
 - dependencies: @mojaloop/central-services-shared>shins>sanitize-html
[ moderate ] Improper Input Validation
 vulnerable versions <2.3.2 found in:
 - dependencies: @mojaloop/central-services-shared>shins>sanitize-html
```
> Outcome: Ignored for a week
> Impact: Minimal as the dependencies are used for the Developer Documentation end-point
  • Loading branch information
mdebarros authored Aug 16, 2021
1 parent a8c77ed commit f203633
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 242 deletions.
20 changes: 14 additions & 6 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,31 @@
},
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": {
"decision": "ignore",
"madeAt": 1622810087710,
"expiresAt": 1623414882846
"madeAt": 1629131340201,
"expiresAt": 1629736124643
},
"1675|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1622810089989,
"expiresAt": 1623414882846
"madeAt": 1629131342531,
"expiresAt": 1629736124643
},
"1676|@mojaloop/central-services-shared>shins>sanitize-html": {
"decision": "ignore",
"madeAt": 1622810089989,
"expiresAt": 1623414882846
"madeAt": 1629131342531,
"expiresAt": 1629736124643
},
"1693|@mojaloop/central-services-shared>shins>sanitize-html>postcss": {
"decision": "ignore",
"madeAt": 1622810091937,
"expiresAt": 1623414882846
},
"1770|@mojaloop/event-sdk>grpc>@mapbox/node-pre-gyp>tar": {
"decision": "fix",
"madeAt": 1629131334564
},
"1771|@mojaloop/event-sdk>grpc>@mapbox/node-pre-gyp>tar": {
"decision": "fix",
"madeAt": 1629131334564
}
},
"rules": {},
Expand Down
Loading

0 comments on commit f203633

Please sign in to comment.