
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@gobend/jsdk
Advanced tools
Steps for new developers to get up and running with the Bend data-service
You will need Rust, NodeJS, and a number of other tools to develop properly on the data-service
rustfmtrustup component add rustfmtcargo install diesel_cli --no-default-features --features mysqlexample.env to .env and replace with PlanetScale database detailsdiesel migration runcargo run
Run docker run -d -p 8000:8000 --env-file .env [IMAGE ID] to start the containerized api-service in a detached process.
Note that when targeting a PlanetScale database, the containerized service requires that ?ssl_mode=verify_identity&ssl_ca=/etc/ssl/certs/ca-certificates.crt be appended to the DATABASE_URL to specify the Certificate Authority roots for the debian environment. (See DB Connectivity)
gcloud auth login using an account with access to the Container Registrardocker build . --tag tcmoore/bend-api-servicedocker tag tcmoore/bend-api-service gcr.io/bend-330614/api-service (You can find the project id here)docker push gcr.io/bend-330614/api-serviceOnce logged in, you can also use the publish.sh script.
The data-service can be pointed at a remote PlanetScale database, or at a local MySQL server with a DATABASE_URL like mysql://root:@localhost:3306/bend (see the example.env file)
We use ngrok for the purpose of Local Tunneling, such as when testing the Brex integration
Example: ngrok http --region=us --hostname=bend.ngrok.io 8000
FAQs
SDK for interacting with Bend data types
The npm package @gobend/jsdk receives a total of 0 weekly downloads. As such, @gobend/jsdk popularity was classified as not popular.
We found that @gobend/jsdk demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.