Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
A command-line tool to clone configuration objects between Palo Alto Networks Strata Cloud Manager (SCM) tenants.
A command-line tool to clone configuration objects between Palo Alto Networks Strata Cloud Manager (SCM) tenants.
.secrets.yaml
file to securely store your SCM credentials.Requirements:
Install the package via pip:
pip install scm-config-clone
The scm-clone
utility offers several commands:
clone-address-objects
: Clone address objects between SCM tenants.clone-address-groups
: Clone address groups between SCM tenants.create-secrets-file
: Generate a secrets file for authentication.Clone address objects from the source SCM tenant to the destination tenant.
scm-clone clone-address-objects --settings-file <path_to_secrets_yaml>
Options:
--settings-file
, -s
: Path to the YAML file containing SCM credentials (default: .secrets.yaml
).Example:
scm-clone clone-address-objects
Sample Output:
Starting address objects migration...
Retrieved 15 address objects from source.
Successfully created 15 address objects in destination.
Address objects migration completed successfully.
Clone address groups from the source SCM tenant to the destination tenant.
scm-clone clone-address-groups --settings-file <path_to_secrets_yaml>
Options:
--settings-file
, -s
: Path to the YAML file containing SCM credentials (default: .secrets.yaml
).Example:
scm-clone clone-address-groups
Sample Output:
Starting address groups migration...
Retrieved 8 address groups from source.
Successfully created 8 address groups in destination.
Address groups migration completed successfully.
Generate a .secrets.yaml
file to store your SCM credentials securely.
scm-clone create-secrets-file --output-file <path_to_secrets_yaml>
Options:
--output-file
, -o
: Path where the secrets YAML file will be saved (default: .secrets.yaml
).Example:
scm-clone create-secrets-file
Sample Interaction:
Creating authentication file...
Enter source Strata Cloud Manager credentials:
Source Client ID: <your_source_client_id>
Source Client Secret: <your_source_client_secret>
Source Tenant TSG: <your_source_tsg>
Source Folder [Prisma Access]:
Enter destination Strata Cloud Manager credentials:
Destination Client ID: <your_destination_client_id>
Destination Client Secret: <your_destination_client_secret>
Destination Tenant TSG: <your_destination_tsg>
Destination Folder [Prisma Access]:
Token URL [https://auth.apps.paloaltonetworks.com/oauth2/access_token]:
Authentication file written to .secrets.yaml
Authentication file created successfully.
We welcome contributions! To contribute:
git checkout -b feature/your-feature
).git commit -m 'Add new feature'
).git push origin feature/your-feature
).Ensure your code adheres to the project's coding standards and includes tests where appropriate.
This project is licensed under the Apache 2.0 License. See the LICENSE file for details.
For support and questions, please refer to the SUPPORT.md file in this repository.
Detailed documentation will be provided on our GitHub Pages site soon.
FAQs
A command-line tool to clone configuration objects between Palo Alto Networks Strata Cloud Manager (SCM) tenants.
We found that scm-config-clone demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.