Go Java v0.4.0 OWASP February 16, 2026

mycop v0.4.0: Go and Java Support — 200 Security Rules

We just shipped Go and Java support for mycop. 100 new security rules, bringing the total to 200 across five languages.

5
Languages
200
Security Rules
10/10
OWASP Top 10

What's new

mycop now scans Go and Java out of the box — same zero-config experience. Point it at your Go microservice or Spring Boot app and it works:

mycop scan ./my-go-service
mycop scan ./my-spring-app

50 Go rules (GO-SEC-001 through GO-SEC-050)

50 Java rules (JAVA-SEC-001 through JAVA-SEC-050)

By the numbers

v0.3v0.4
Languages35
Rules100200
OWASP Top 108/1010/10

Every rule is tested

Both languages have comprehensive test fixtures that trigger all 50 rules each. CI asserts every rule ID fires — if a rule silently breaks, the build fails.

Upgrade

# Homebrew
brew upgrade mycop

# Cargo
cargo install mycop

# Install script
curl -fsSL https://raw.githubusercontent.com/AbdumajidRashidov/mycop/main/install.sh | sh

All existing commands, MCP integration, and CI workflows work with Go and Java automatically. No configuration changes needed.

Try it now

Scan your Go and Java projects for security vulnerabilities in seconds.

cargo install mycop && mycop scan . View on GitHub

mycop is MIT licensed and open source. Go and Java rules ship with the same binary — no additional installation required. See the full changelog for everything in v0.4.0.