Skip to content

Releases: mojaloop/quoting-service

v12.0.8 Release

01 Sep 13:46
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

12.0.8 (2021-09-01)

Bug Fixes

  • mojaloop/#2439: quoting-service-model.validatequoterequest-doesnt-perform-correct-validation (#280) (b0c2cdc), closes mojaloop/#2439 mojaloop/#2439
  • updated circleci config to use the SHA1 hash of the last commit of the current build (#281) (9ee10d7)

v12.0.7 Release

11 Aug 15:17
65075f1
Compare
Choose a tag to compare
  • fix(#2358): firstname, middlename and lastname regex not supporting myanmar script unicode strings
    • Updated regex to match \w (used by the Mojaloop Specification) based on mappings to the ECMAScript regex specification.
    • Added unit test for post quotes endpoint with additional asian (Myanmar) unicode characters added to middleName
    • Bump to patch version
    • Updated dependencies to the latest version
    • Fixed audit-resolve issues:
--------------------------------------------------
 tar needs your attention.

[ high ] Arbitrary File Creation/Overwrite due to insufficient absolute path sanitization
 vulnerable versions <3.2.2 || >=4.0.0 <4.4.14 || >=5.0.0 <5.0.6 || >=6.0.0 <6.1.1 found in:
 - dependencies: @mojaloop/event-sdk>grpc>@mapbox/node-pre-gyp>tar
[ high ] Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning
 vulnerable versions <3.2.3 || >=4.0.0 <4.4.15 || >=5.0.0 <5.0.7 || >=6.0.0 <6.1.2 found in:
 - dependencies: @mojaloop/event-sdk>grpc>@mapbox/node-pre-gyp>tar

Outcome: Fixed

--------------------------------------------------
 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: Ignored for a week

--------------------------------------------------
 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

v12.0.6 Release

11 Jun 08:55
c96fb58
Compare
Choose a tag to compare

fix(mojaloop/project#2246): updated dependency version (#272)
-Bumped Version
-Fixed pre-commit task, misspelling

Thanks to @JohannWNel!

v12.0.5 Release

02 Jun 16:12
b86b3ed
Compare
Choose a tag to compare

Change-log for this Release:

v12.0.4 Release

01 Jun 16:38
12ecdb6
Compare
Choose a tag to compare

Change-log for this Release:

  • fix: helm release v12.1.0 (#269)
    • Updated dependencies
    • Bump to patch level
    • Standardised npm lint script
    • Fixes for audit issues

v12.0.3 Release

12 May 11:11
157493f
Compare
Choose a tag to compare

Change-log for this Release:

  • fix(#2182): regex validations against swagger interface spec no longer working

v12.0.2 Release

06 May 08:37
b435764
Compare
Choose a tag to compare

Change-log for this Release:

v12.0.1 Release

04 May 14:21
d0fc967
Compare
Choose a tag to compare

Change-log for this Release:

  • #2103 fixed subId functionality in POST quotes request PR[#264]

v12.0.0 Release

17 Feb 16:02
8143b30
Compare
Choose a tag to compare

change-log for this release:
#1981 FSPIOP-Destination header is mandatory PR[#259]

v11.2.2 Release

09 Feb 07:51
52846d9
Compare
Choose a tag to compare

change-log for this release:

  • #1875: Replace wildcard routes with explicit routes. (PR #249)
  • chore: update license file (PR #251)
  • #1885: Add API documentation library (PR #250)
  • [Security] Bump node-notifier from 8.0.0 to 8.0.1 (PR #252)
  • [Security] Bump axios from 0.21.0 to 0.21.1 (PR #255)
  • [Security] Bump urijs from 1.19.2 to 1.19.5 (PR #254)
  • feat(ci/cd): add pr title check (PR #256)
  • chore: adding codeowners file (PR #257)
  • chore: maintenance upgrades, audit check resolve update (PR #258)