amazon-pay-api-sdk-nodejs icon indicating copy to clipboard operation
amazon-pay-api-sdk-nodejs copied to clipboard

Amazon Pay API SDK (Node.js)

Results 6 amazon-pay-api-sdk-nodejs issues
Sort by recently updated
recently updated
newest added

This is my code: const fs = require('fs'); const uuidv4 = require('uuid/v4'); const Client = require('@amazonpay/amazon-pay-api-sdk-nodejs'); const config = { publicKeyId: ‘xxxxxxx’, privateKey: fs.readFileSync('./keys/AmazonPay_xxxxx.pem'), region: 'jp', sandbox: true }; const...

## Description Overview Affected of this project `amzn/amazon-pay-api-sdk-nodejs` are vulnerable to Improper Input Validation due to the improper handling of URLs by the `url.parse()` function. When new `URL()` throws an...

*Issue #, if available:*: axios & chai vulnerabilities *Description of changes:* Fix moderate & high vulnerabilities By submitting this pull request, I confirm that you can use, modify, copy, and...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies