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.
com.github.fs2-blobstore:sftp_3
Advanced tools
Unified Scala interface based on fs2 for hierarchical and flat object stores. This library lets you integrate fs2 programs with various storage technologies such as S3, GCS, Azure Blob Storage, SFTP and Box. It also offers an interface that abstracts over the underlying storage technology, this lets you write fs2 programs that are agnostic to what storage provider files are hosted on.
libraryDependencies ++= Seq(
"com.github.fs2-blobstore" %% "core" % "<version>",
"com.github.fs2-blobstore" %% "sftp" % "<version>",
"com.github.fs2-blobstore" %% "s3" % "<version>",
"com.github.fs2-blobstore" %% "gcs" % "<version>",
"com.github.fs2-blobstore" %% "azure" % "<version>",
"com.github.fs2-blobstore" %% "box" % "<version>",
)
core
module has minimal dependencies and only provides FileStore
implementation.sftp
module provides SftpStore
and depends on Jsch client.s3
module provides S3Store
and depends on AWS S3 SDK V2gcs
module provides GcsStore
and depends on Google Cloud Storage SDKazure
module provides AzureStore
and depends on Azure Storage SDK Client library for Javabox
module provides BoxStore
and depends on the Box SDK for JavaHead over to the microsite for documentation
FAQs
sftp
We found that com.github.fs2-blobstore:sftp_3 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.