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

fix(#2358): firstname, middlename and lastname regex not supporting myanmar script unicode strings #423

Commits on Aug 11, 2021

  1. fix(#2358): firstname, middlename and lastname regex not supporting m…

    …yanmar script unicode strings
    
    - Updated regex to match [\w](https://unicode.org/reports/tr18/#word) based on mappings to the [ECMAScript](https://262.ecma-international.org/9.0/#sec-runtime-semantics-unicodematchproperty-p) regex specification.
    - Updated dependencies to 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: Fix applied
    
    --------------------------------------------------
     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 1 week
     Impact: Minimal as the dependencies are used for the Developer Documentation end-point
    mdebarros committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    8edbb5c View commit details
    Browse the repository at this point in the history
  2. bump to patch version

    mdebarros committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    6bddda5 View commit details
    Browse the repository at this point in the history
  3. Added unit test for putPartiesByTypeAndID endpoint

    - Additional asian (Myanmar) unicode characters added to middleName
    mdebarros committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    8795265 View commit details
    Browse the repository at this point in the history