salesforce-marketingcloud / FuelSDK-Node-REST

Node REST client w/ auth to access the Salesforce Marketing Cloud (formerly ExactTarget) API
BSD 3-Clause "New" or "Revised" License
43 stars 22 forks source link

Fixed GitHub vulnerabilities #101

Closed ghost closed 5 years ago

ghost commented 5 years ago
  1. Link created for the usage of the Auth module:
\SDKs\FuelSDK-Node-Auth>npm link (RefreshToken_PublicWebApp_Support branch, branch already containing the security fixes for the Auth module) \SDKs\FuelSDK-Node-REST>npm link \SDKs\FuelSDK-Node-Auth (fix-github-vulnerabilities branch of the REST module) \SDKs\FuelSDK-Node-SOAP>npm link \SDKs\FuelSDK-Node-Auth (master branch of the SOAP module) \SDKs\FuelSDK-Node>npm link \SDKs\FuelSDK-Node-Auth (RefreshToken_PubliWebApp_Support branch of the main module) 2. Link created for the usage of the REST module: \SDKs\FuelSDK-Node-REST>npm link (fix-github-vulnerabilities branch) \SDKs\FuelSDK-Node>npm link \SDKs\FuelSDK-Node-REST (RefreshToken_PubliWebApp_Support branch of the main module) 3. Link created for the usage of the SOAP module: \SDKs\FuelSDK-Node-SOAP>npm link (master branch) \SDKs\FuelSDK-Node>npm link \SDKs\FuelSDK-Node-SOAP (RefreshToken_PubliWebApp_Support branch of the main module) - Tests results for Server-to-Server integration: 62/1 (passing/failing) on RefreshToken_PubliWebApp_Support 62/1 (passing/failing) on master