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

feat(mojaloop/#2505): als-subid-error-callback-endpoint-not-implemented #429

Commits on Sep 28, 2021

  1. fix: fixed wrap error

    mdebarros committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    2abd6ba View commit details
    Browse the repository at this point in the history
  2. feat(mojaloop/#2505): als-subid-error-callback-endpoint-not-implemented

    - linked PartiesSubIdErrorByTypeAndID to domain handler - mojaloop/project#2505
    - this also fixes the `Error: Cannot wrap an error` that was observed when calling the PartiesSubIdErrorByTypeAndID API Handler
    - fixed unit tests, and added one to test the PartiesSubIdErrorByTypeAndID API Handler
    - updated dependencies
    - fixed audit-resolve issues
    
    ```
    --------------------------------------------------
     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 1 week
    > Impact: Minimal as the dependencies are used for the Developer Documentation end-point
    
    ```
    --------------------------------------------------
     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 Sep 28, 2021
    Configuration menu
    Copy the full SHA
    66ed3b0 View commit details
    Browse the repository at this point in the history