forcedotcom / SFDX-Data-Move-Utility

SFDMU is a cutting-edge Salesforce data migration tool for seamless org population from other orgs or CSV files. It handles all CRUD operations on multiple related objects in one go.
BSD 3-Clause "New" or "Revised" License
451 stars 76 forks source link

Data Secuirty #707

Closed SFDMUTOOL closed 7 months ago

SFDMUTOOL commented 7 months ago

@hknokh2 ,

Q1. When we are trying to migrate the data via SFDMU tool from one org to another org as you know that we are migrate our client data are you storing those data in cloud anywhere. as a backup, If there is any data breach Bility will be happened because it is an open-source tool.

Q2. As you we know this tool is open-source tool, in future some phishing attack will happen if this tool is using any vulnerability scanner to secure our data. Q3. This SFDMU tool is registered tool. If it is when this tool is register can you, please let us know.

hknokh2 commented 7 months ago

Hello

  1. No any cloud storage used. All is at the client machine only.
  2. No any tool or scanner used to prevent attacks. But the tool should be downloaded only from the official Salesforce forcedotcom repo or by using the sf plugins install CLI command, not from npm. Don't think that some fishing security breaches is possible at this case.
  3. It got the official approvement to be a signed plugin something like 3 y. ago. The sfdmu plugin package is closed and signed again after each feat / fix merge request. In opposite the gui app only approved but not signed since it is not sf plugin but app.

I suggest you to see also the official security policy for sf open source products, sf plugins etc.

Regards.

github-actions[bot] commented 7 months ago

This case has been marked as 'to-be-closed', since it has no activity for the 3 days.
It will be automatically closed in another 3 days of inactivity.

hknokh commented 7 months ago

Hello.

I hope the issue has been resolved for you. I'm closing it for now. Please let me know if you have any further questions.

Regards.

SFDMUTOOL commented 6 months ago

Hey @hknokh ,

In the old version we have the three option in GUI to migrate the data from one org to another org.

  1. Salesforce org to Salesforce org
  2. Salesforce Org CSV file
  3. CSV file to Salesforce Org In the new version there is no such option available in the GUI.

We can only migrate the data from Salesforce org to Salesforce org

Regards Gourav Narula

hknokh2 commented 6 months ago

Hello Please see this artcile regarding your question (Other changes from Version 3) https://help.sfdmu.com/sfdmu-gui-app Cheers.