
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
github.com/grepory/scheduler
Scheduler manages a job queue and a maximum number of goroutines to handle jobs
submitted to that job queue. It relies on golang.org/x/net/context
, setup by
Tasks being submitted to it to ensure that the scheduler doesn't deadlock on
jobs that never return.
This came out of a need to carefully control the number of parallel tasks we're executing on the Opsee bastion software. We don't want a buggy check scheduler to have the ability to either DDoS customer services or inadvertantly spin the bastion out of control by launching more and more goroutines.
FAQs
Unknown package
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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.