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.
Discourse contains two tools (highly recommend you try them out for context)
bin/turbo_rspec
a parallel runner with non interleaving forking model. (leverages some of parallel_test
… rake parallel:create
/ migrate
to prep the dbs.bin/rake autospec
an automatic spec runner, which focuses on failed specs, like guard except that unlike guard it is interruptible.Enter turbo_test
(name TBD, suggestions welcome).
turbo_test
will be a slot in replacement for the 2 tools Discourse use in a dedicated gem.
turbo_test
is to first be fully functional with rspec runners but longer term should also work with minitest
.
Features of the turbo_test
gem:
bin/turbo_rspec
)turbo_rspec
is running, if you hit a specific key you can see right away information about the current tests that failed without halting the test process.bin/turbo_rspec
in Discourse.rspec
, minitest
, redis
, pg
dependencies)bin/rake autospec
into this gem as well. (I will do a mini specification if we get there)Guard at the moment does not support interruptible tests, this is a must have feature for turbo_test
.
It does not support a pull model so it would be close to a ground up re-write.
FAQs
Unknown package
We found that turbo_test 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.