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.
PaddleC is a Ruby C extension attempting to provide objects and methods to rapidly set up real-time signal processing test benches in Ruby (because Ruby is so cool).
The Ruby code would look like buffer administration, leaving the heavy processing to C subroutines while keepking the user code concise and elegant, without the need to recompile the whole thing each time the slightest change is made to the application.
FloatBuffer
and ComplexBuffer
wraps native arrays of single floats.
Computations are performed in C on single floats, and depending on the host architecture it may be accelerated with AVX, SSE, FMA or NEON SIMD instructions.
First, install dependencies:
sudo apt update
sudo apt install libpulse-dev
sudo apt install libfftw3-dev libfftw3-single3
Clone this repository, build the gem and install it:
git clone https://gitlab.com/theotime_bollengier/paddlec.git
cd paddlec
gem build paddlec.gemspec
gem install paddlec-XXX.gem # XXX is the version of the gem
Generate the documentation:
# Install yard if it is not already installed
gem install yard
# Use the helper script to generate the documentation
./dodoc.sh
# Open the freshly generated documentation
firefox doc/index.html
FAQs
Unknown package
We found that paddlec 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
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.