1 Repo
Mechanisms that prevent the installation of software packages identified as insecure.
Distinguishing note: None of the candidates describe the active prevention of package installation based on security advisories; most are about PoCs or general lists.
Explore 1 awesome GitHub repository matching security & cryptography · Dependency Blocking. Refine with filters or upvote what's useful.
SecurityAdvisories is a software composition analysis tool and PHP security advisory database used to audit project dependencies against known security flaws and CVEs. It functions as a vulnerability scanner for PHP projects to identify and manage risky third-party libraries. The project implements a system for detecting and blocking vulnerable dependencies during the software development lifecycle. It prevents the installation of software packages with known security flaws by maintaining an exclusion list of forbidden versions. The tool integrates with the PHP package manager to intercept d
Prevents the installation of specific package versions by matching them against a curated list of security vulnerabilities.