
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
= FtpSync
A Ruby library for recursively downloading and uploading directories to/from ftp servers. Also supports uploading and downloading a list of files relative to the local/remote roots. You can specify a timestamp to only download files newer than that timestamp, or only download files newer than their local copy.
This was originally written to provide the functionality I needed for Munkey, a tool for tracking changes on FTP servers with git.
Allows you to supply a 'ignore' class that dictates whether a file is excluded from upload / download.
== Quickstart
ftp = FtpSync.new 'my.ftp.server.com', 'username', 'password' ftp.pull_dir '/tmp/syncdir', 'path/on/server'
make some changes on server
ftp.pull_dir '/tmp/syncdir', 'path/on/server', :since => true, :delete => true
:since => true - means only files which are newer than the local copy will be downloaded :since => Time.now - means only files which are newer than the supplied date will be downloaded :delete => true - means if the file is removed from the server, then the local copy is removed :skip_errors => true - means if file cant be read (ie permissions) it will be skipped
FAQs
Unknown package
We found that ftp_sync 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.