Pronounced Zee-O-L. End-of-life (EOL) and outdated software are a black box of vulnerabilities with very limited remediation paths. These 2 factors combine to make managing them a necessary proactive practice. Xeol enables enterprises and Fortune 500s to create a proactive EOL management program that directly contributes to better vulnerability management and lower cyber insurance.
bumpgen generates fixes for breaking changes in version upgrades with AI
bumpgen <package> <new-version>
to get fixes to your version bump breaking changesKeeping your dependencies updated is a good security and engineering practice (just not too up-to-date, thanks xz 🙏🏼). But they can be a pain to actual perform because:
bumpgen is pretty straight forward:
npm install -g bumpgen
If you are curious how bumpgen identifies, fixes, then propagates the breaking change fix, we added bumpgen’s architecture and design decisions here 👈