Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(mojaloop/#3820): fix current tests and merge in main #1000

Merged
merged 10 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [17.6.1](https://github.com/mojaloop/central-ledger/compare/v17.6.0...v17.6.1) (2024-03-28)


### Bug Fixes

* cluster performance testing issues ([#996](https://github.com/mojaloop/central-ledger/issues/996)) ([6bc8aeb](https://github.com/mojaloop/central-ledger/commit/6bc8aebef5d4e4e5ec3072d7450f5cac2199800d))


### Tests

* fix disconnect errors ([#998](https://github.com/mojaloop/central-ledger/issues/998)) ([34f5418](https://github.com/mojaloop/central-ledger/commit/34f54188caaafffab51044a1b5e113b92eb9f53c))

## [17.6.0](https://github.com/mojaloop/central-ledger/compare/v17.5.0...v17.6.0) (2023-12-20)


Expand Down
42 changes: 20 additions & 22 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,24 @@
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
"moderate": true,
"allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList
"GHSA-v88g-cgmw-v5xw", // widdershins>swagger2openapi>oas-validator>ajv
"GHSA-mg85-8mv5-ffjr", // hapi>ammo
"GHSA-phwq-j96m-2c2q", // @mojaloop/central-services-shared>shins>ejs
"GHSA-7hx8-2rxv-66xv", // hapi
"GHSA-c429-5p7v-vgjp", // hapi>boom>hoek
"GHSA-c429-5p7v-vgjp", // hapi>hoek
"GHSA-c429-5p7v-vgjp", // hapi-auth-basic>hoek
"GHSA-282f-qqgm-c34q", // widdershins>swagger2openapi>better-ajv-errors>jsonpointer
"GHSA-8cf7-32gw-wr33", // @now-ims/hapi-now-auth>jsonwebtoken
"GHSA-hjrf-2m68-5959", // @now-ims/hapi-now-auth>jsonwebtoken
"GHSA-qwph-4952-7xr6", // @now-ims/hapi-now-auth>jsonwebtoken
"GHSA-6vfc-qv3f-vr6c", // widdershins>markdown-it
"GHSA-7fh5-64p2-3v2j", // @mojaloop/central-services-shared>shins>sanitize-html>postcss
"GHSA-mjxr-4v3x-q3m4", // @mojaloop/central-services-shared>shins>sanitize-html
"GHSA-rjqq-98f6-6j3r", // @mojaloop/central-services-shared>shins>sanitize-html
"GHSA-rm97-x556-q36h", // @mojaloop/central-services-shared>shins>sanitize-html
"GHSA-g64q-3vg8-8f93", // hapi>subtext
"GHSA-5854-jvxx-2cg9", // hapi>subtext
"GHSA-2mvq-xp48-4c77", // hapi>subtext
"GHSA-w5p7-h5w8-2hfq", // tap-spec>tap-out>trim
"GHSA-p9pc-299p-vxgp" // widdershins>yargs>yargs-parser
"GHSA-v88g-cgmw-v5xw", // widdershins>swagger2openapi>oas-validator>ajv
"GHSA-mg85-8mv5-ffjr", // hapi-auth-basic>hapi>ammo
"GHSA-phwq-j96m-2c2q", // @mojaloop/central-services-shared>shins>ejs
"GHSA-7hx8-2rxv-66xv", // hapi-auth-basic>hapi
"GHSA-c429-5p7v-vgjp", // hapi>boom>hoek
"GHSA-282f-qqgm-c34q", // widdershins>swagger2openapi>better-ajv-errors>jsonpointer
"GHSA-8cf7-32gw-wr33", // @now-ims/hapi-now-auth>jsonwebtoken
"GHSA-hjrf-2m68-5959", // @now-ims/hapi-now-auth>jsonwebtoken
"GHSA-qwph-4952-7xr6", // @now-ims/hapi-now-auth>jsonwebtoken
"GHSA-6vfc-qv3f-vr6c", // widdershins>markdown-it
"GHSA-7fh5-64p2-3v2j", // @mojaloop/central-services-shared>shins>sanitize-html>postcss
"GHSA-mjxr-4v3x-q3m4", // @mojaloop/central-services-shared>shins>sanitize-html
"GHSA-rjqq-98f6-6j3r", // @mojaloop/central-services-shared>shins>sanitize-html
"GHSA-rm97-x556-q36h", // @mojaloop/central-services-shared>shins>sanitize-html
"GHSA-g64q-3vg8-8f93", // hapi-auth-basic>hapi>subtext
"GHSA-5854-jvxx-2cg9", // hapi-auth-basic>hapi>subtext
"GHSA-2mvq-xp48-4c77", // hapi-auth-basic>hapi>subtext
"GHSA-w5p7-h5w8-2hfq", // tap-spec>tap-out>trim
"GHSA-p9pc-299p-vxgp" // widdershins>yargs>yargs-parser
]
}
}
2 changes: 0 additions & 2 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@
"metadata.broker.list": "localhost:9092",
"socket.keepalive.enable": true,
"allow.auto.create.topics": true,
"partition.assignment.strategy": "cooperative-sticky",
"enable.auto.commit": false
},
"topicConf": {
Expand All @@ -320,7 +319,6 @@
"metadata.broker.list": "localhost:9092",
"socket.keepalive.enable": true,
"allow.auto.create.topics": true,
"partition.assignment.strategy": "cooperative-sticky",
"enable.auto.commit": false
},
"topicConf": {
Expand Down
Loading