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.
github.com/inpublic-io/twitter-api
twitter-api is a grpc based API to attend inpublic.io Twitter integration needs
# create the secret on GCP secrets manager
gcloud secrets create twitter-bearer-token \
--replication-policy="automatic"
# create a secret from a string
printf "twitter_bearer_token_here" | gcloud secrets versions add twitter-bearer-token \
--data-file=-
# deploy to cloud run
gcloud run deploy twitter-api \
--image gcr.io/<google_project_id>/twitter-api \
--update-secrets=TWITTER_BEARER_TOKEN=twitter-bearer-token:latest
This library is distributed under the MIT license found in the LICENSE file.
FAQs
Unknown package
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.