Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
coverage-collector
Advanced tools
a simple server for collection of code coverage objects
###Starting the server
var collector=require('coverage-collector');
collector({port:3001});
###Collecting data
curl -X POST http://localhost:3001/data -H "Content-Type: application/json" -d '{"coverage":"object"}'
###Retrieving collected data
curl -X GET http://localhost:3001/data
returns
[{"coverage":"object"}]
###Stopping the server
curl -X GET http://localhost:3001/done
###Contributing If you have issues or you want to discuss other use cases, feel free to open an issue or send a pull request on github
FAQs
A simple server for collecting code coverage objects
We found that coverage-collector 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
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.