
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
heroku-connect-plugin
Advanced tools
$ heroku plugins:install heroku-connect-plugin
heroku help connect
heroku connect:auth - Authenticate a connection to Salesforce
heroku connect:preauth - Store a Salesforce authentication for future use
heroku connect:export - Export a mapping configuration json file
heroku connect:import - Import a mapping configuration json file
heroku connect:mapping MAPPING - Returns a status JSON doc for a single mapping
heroku connect:setup - configure a new connection
heroku connect:state - Return the state flag for a single connection
heroku connect:status - Print connection status
heroku connect:pause - Pause a connection
heroku connect:resume - Resume a connection
heroku connect:restart - Restart a connection
Create a new mapping
heroku connect:create-mapping Contact --fields FirstName,Email --with-required
Delete a mapping
heroku connect:delete-mapping Account
Download the mapping configuration
heroku connect:export
Create an authorization into your Salesforce org. Note the result token.
heroku connect:preauth
Token: xxx
Make sure you have a Heroku app, with a Postgres database attached
Add the Heroku Connect add-on to your app
$ heroku addons:create herokuconnect -a <app>
Link the new connection (the Heroku Connect add-on instance) to your Heroku user
$ heroku connect:status -a <app>
Now link the connection to the database and the Salesforce Org, using the preauth token
$ heroku connect:setup -d DATABASE_URL -s salesforce -t <token from step 1> -a <app>
Verify that connection is now in 'IDLE' state
$ heroku connect:status -a <app>
.. check for '(IDLE)'
Now sync the Contact table
$ heroku connect:create-mapping Contact --fields FirstName,LastName --mode write --with-required -a <app>
Connect to your database to see the data
$ heroku pg:psql -a <app>
> select * from salesforce.contact;
FAQs
Heroku Connect plugin for Heroku CLI
The npm package heroku-connect-plugin receives a total of 52 weekly downloads. As such, heroku-connect-plugin popularity was classified as not popular.
We found that heroku-connect-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 36 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.