Seqra — security-focused static analyzer for Java
The Seqra project is a security-oriented static analysis tool built in Go that combines the data-flow and cross-module strengths of CodeQL with the rule-writing simplicity of Semgrep. It outputs results in the standard SARIF format for CI/CD integration, can run scans on Java projects, and is free to use under the MIT License (with parts under a functional source license). The core engine is source-available, with conditions, and Seqra emphasizes seamless adoption via CLI, GitHub Actions, and integration into developer tooling.
Comments
Post a Comment