Semantic Firewall
Version updated for https://github.com/BlackVectorOps/semantic_firewall to version v1.1.0.
- This action is used across all versions by 0 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Semantic Firewall is a GitHub Action designed to detect and prevent logic corruption in Go code by analyzing its semantic behavior rather than its syntax. It automates the identification of hidden logic changes, such as backdoors or unintended side effects, even in cases where traditional tools like unit tests or Git diffs fail. Key capabilities include generating deterministic behavior fingerprints, performing semantic diffs to isolate meaningful changes, and enforcing semantic integrity in CI/CD pipelines to enhance code security and maintain refactoring safety.
Release notes
Full Changelog: https://github.com/BlackVectorOps/semantic_firewall/compare/v1...v1.1.0