Vulnerability Spoiler Alert
Version updated for https://github.com/spaceraccoon/vulnerability-spoiler-alert-action to version v1.2.1.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Vulnerability Spoiler Alert Action is a GitHub Action designed to monitor open-source repositories and leverage AI to identify security vulnerability patches in commits, often before a CVE is officially assigned. It automates vulnerability detection by analyzing commit and PR data, creates detailed GitHub issues for confirmed vulnerabilities, and manages state to avoid duplicate processing. This action streamlines early vulnerability detection, enabling proactive security measures for monitored repositories.
Release notes
What’s Changed
- refactor: add analyzer error logging by @spaceraccoon in https://github.com/spaceraccoon/vulnerability-spoiler-alert-action/pull/5
- fix: use max_completion_tokens by @spaceraccoon in https://github.com/spaceraccoon/vulnerability-spoiler-alert-action/pull/6
Full Changelog: https://github.com/spaceraccoon/vulnerability-spoiler-alert-action/compare/v1...v1.2.1