
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
ZSpec is a distributed test runner for RSpec. It consists of a worker
, a client
, and a redis
store.
The workers are se pods running on k8s, they run zspec work
which polls redis for work and upload the results back to redis.
The client (in this case drone) queues up the specs by running zspec queue_specs spec/ scenarios
. Then zspec kicks off the following events:
Then the client runs zspec present
which polls redis for completed specs, for each non-duplicate completed spec, it stores the result in memory and decrements the counter. Once the counter hits 0 it exits the loop and prints the results.
Issue: My ZSpec build is stuck in the images state for more than 30 minutes.
Remediation:
The unit of work in ZSpec is an individual spec file. Based on ZSpecs architecture, each spec file is run in isolation and not subject to possible polluted data from other files. To reproduce a spec, run the file mentioned in the report with rspec in your local development environment.
FAQs
Unknown package
We found that zspec 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.