
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@masonite/wp-env-sync
Advanced tools
A node package to sync lower environments of a production WordPress install.
Sync the content of a production WordPress site with its lower environments.
wp_
tables)npm install -g @masonite/wp-env-sync
Execute sync job:
wp-env-sync --url=https://mysite.com/projects.json --prod=prd --project=wp_site_a
Perform a dry run for the sync job:
wp-env-sync --url=https://mysite.com/projects.json --prod=prd --project=wp_site_a --dry-run
[
{
"name": "WordPress Site A",
"slug": "wp_site_a",
"type": "wordpress",
"env": [
{
"name": "prd",
"url": "site-a.com",
"ssh": "siteaprd@siteaprd.ssh.wpengine.net",
"public_path": "/home/wpe-user/sites/siteaprd",
"private_path": "/home/wpe-user/sites/siteaprd/_wpeprivate"
},
{
"name": "tst",
"url": "staging.site-a.com",
"ssh": "siteatst@siteatst.ssh.wpengine.net",
"public_path": "/home/wpe-user/sites/siteatst",
"private_path": "/home/wpe-user/sites/siteatst/_wpeprivate",
"search_replace": [
[
"my_production_api_key",
"my_staging_api_key"
],
[
"my_production_api_secret",
"my_staging_api_secret"
]
]
},
{
"name": "dev",
"url": "siteadev.wpengine.com",
"ssh": "siteadev@siteadev.ssh.wpengine.net",
"public_path": "/home/wpe-user/sites/siteadev",
"private_path": "/home/wpe-user/sites/siteadev/_wpeprivate",
"search_replace": [
[
"my_production_api_key",
"my_development_api_key"
],
[
"my_production_api_secret",
"my_development_api_secret"
]
]
}
]
},
{
"name": "WordPress Site B",
"slug": "wp_site_b",
"type": "wordpress-multisite",
"env": [
{
"name": "prd",
"url": "site-b.com",
"ssh": "sitebprd@sitebprd.ssh.wpengine.net",
"public_path": "/home/wpe-user/sites/sitebprd",
"private_path": "/home/wpe-user/sites/sitebprd/_wpeprivate"
},
{
"name": "tst",
"url": "staging.site-b.com",
"ssh": "sitebtst@sitebtst.ssh.wpengine.net",
"public_path": "/home/wpe-user/sites/sitebtst",
"private_path": "/home/wpe-user/sites/sitebtst/_wpeprivate",
"options": [
[
"blogdescription",
"This value was programmatically updated only on staging.site-b.com"
],
[
"test_option",
"This value was programmatically updated on specific sites",
[
"hello.staging.site-b.com",
"world.staging.site-b.com"
]
]
],
"site_options": [
[
"site_name",
"TST Sites"
]
]
},
{
"name": "dev",
"url": "sitebdev.wpengine.com",
"ssh": "sitebdev@sitebdev.ssh.wpengine.net",
"public_path": "/home/wpe-user/sites/sitebdev",
"private_path": "/home/wpe-user/sites/sitebdev/_wpeprivate"
}
]
}
]
MIT © Masonite
FAQs
A node package to sync lower environments of a production WordPress install.
We found that @masonite/wp-env-sync demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.