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.
Pronto Runner for Inspec tests.
Create a .pronto-inspec.yml where your kitchen file is and specify which suites should be run if which file has been changed.
To trigger the suite only if specifc files have been changed use : files: ['my/cookbook/specifc_file.rb']
By using files: ['my/cookbook/*']
the suite defined for this files
will be used if any file has been changed.
You can also specify files: ['**']
to run the suite in any case.
I would also advise to always trigger the suite if any test cases in that suite have changed, e.g. files: [test/my_tests_for_suite/*a]
pronto run -r inspec
The format for the inspec-verifier has to be set to: format: junit
.
chef
, test-kitchen
and inspec
all need to be installed and configured-
FAQs
Unknown package
We found that pronto-inspec 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.