Skip to content

JevGate 0.17.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 20:33
· 104 commits to main since this release
curl -fsSL https://raw.githubusercontent.com/Tech-Byte-Frontier/jevgate/v0.17.0/install.sh | sh
cargo binstall jevgate   # or: cargo install jevgate --locked

Verify a download with gh attestation verify <archive> --repo Tech-Byte-Frontier/jevgate.

  • Release binaries for Linux (x86_64 and arm64, static), macOS (Apple silicon and Intel) and Windows (x86_64), with SHA-256 checksums and build provenance (gh attestation verify). install.sh installs a checked binary on Linux and macOS, and cargo binstall jevgate finds the archives on every platform.
  • Windows: files are named with forward slashes, as on other platforms, so path rules (Next.js routes, Django modules, documentation roles) match there, and reports and baselines name a file the same way everywhere. Requests on Linux and macOS are unchanged, so cached answers stay valid.
  • The project has a security policy with private reporting, a contributing guide, this changelog, and issue templates, including one for reporting a wrong finding.