
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
The guide herein describes how to get the Cron server up and running
Before starting the server locally, ensure you have updated the app.env file with proper configuration for the environment variables.
Run the following commands to start a server:
npm install pm2 -gnpm installnpm startRun the following command to start the local server:
sh local/start.shWhile this project is largely made up of scripts, it's no excuse to write crappy code. Linting and unit tests have been setup for the project. To run linting:
npm run lintTo run unit tests:
npm testAll commands are to be run from a node environment which you can access in docker by running the command:
docker exec -it cronserver bashA one-time job run can be achieved using the command:
npm run job job_name date_to_run_for[optional]where job_name is the name of the job file (without the .js) as found in app/jobs directory and the date_to_run for is an optional date argument which can be supplied to run for a specific date
Yuidocjs is used to generate code documentation. To do this, run the following commands:
npm install yuidocjs -gyuidoc .A directory would be created in the project root called out where you'd find the index.html entry point for the generated docs
MIT
FAQs
Cron Server
We found that cronserver 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.

Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.

Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.

Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.