Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions data/tools/releaserun.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: releaserun
categories:
- linter
tags:
- security
- nodejs
- python
- go
- rust
- dockerfile
license: MIT
types:
- cli
source: "https://github.com/Releaserun/releaserun-cli"
homepage: "https://releaserun.com/tools/dependency-eol-scanner/"
description: >-
CLI tool that scans project dependencies for known CVEs, end-of-life
status, and deprecated packages across multiple ecosystems. Supports
Node.js (package.json), Python (requirements.txt), Go (go.mod), Rust
(Cargo.toml), and Dockerfiles. Reports vulnerability severity, EOL
dates, and suggests upgrade paths. Available as npm package and GitHub
Action for CI/CD integration.
Loading