Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@lando/platformsh
Advanced tools
A Lando plugin that provides a tight integration with Platform.sh.
This is the official Lando plugin for Platform.sh. When installed it...
Of course, once a user is running their Platform.sh project with Lando they can take advantage of all the other awesome development features Lando provides.
Clone a project down from Platform.sh.
# Make and go into an empty directory
mkdir myproject && cd myproject
# Clone down code from Platform.sh
lando init --source
# Start the project up
lando start
# Pull down relationships and mounts
lando pull
Once your project is running you can access relevant tooling commands.
# Run platform cli commands
lando platform auth:info
# Note that mysql is the name of a relationship defined in .platform.yaml
# Access relationships directly
lando mysql main -e "show tables;"
# Manually importing a database
lando mysql main < dump.sql
You can also override Platform.sh configuarion in your Landofile with things that make more sense for development.
name: platformsh-drupal8
recipe: platformsh
config:
id: PROJECTID
overrides:
app:
variables:
env:
APP_ENV: dev
d8settings:
skip_permissions_hardening: 1
db:
configuration:
properties:
max_allowed_packet: 63
For more info you should check out the docs:
If you have a question or would like some community support we recommend you join us on Slack.
If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.
We try to log all changes big and small in both THE CHANGELOG and the release notes.
If you're interested in working on this plugin then we recommend you check out the development guide.
Made with contributors-img.
FAQs
A Lando plugin that provides a tight integration with Platform.sh.
We found that @lando/platformsh demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.