Skip to content

Release v2026.7.17.1

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jul 15:58
· 1 commit to main since this release
6865bda

WafSight v2026.7.17.1

Binários AOT (autocontidos, sem dependências):

  • Windows x64WafSight-win-x64.zip
  • Linux x64WafSight-linux-x64.tar.gz
  • macOS x64WafSight-osx-x64.tar.gz
  • macOS ARM64WafSight-osx-arm64.tar.gz

Binários Framework Dependent (requer .NET 10 Runtime):

  • Windows x64WafSight-win-x64-framework.zip
  • Linux x64WafSight-linux-x64-framework.tar.gz
  • macOS x64WafSight-osx-x64-framework.tar.gz
  • macOS ARM64WafSight-osx-arm64-framework.tar.gz

Instalação (AOT)

# Linux / macOS
tar -xzf WafSight-linux-x64.tar.gz
chmod +x wafsight
./wafsight detect https://example.com

# Windows (PowerShell)
Expand-Archive WafSight-win-x64.zip -DestinationPath .
.\\wafsight.exe detect https://example.com

Instalação (Framework Dependent)

# Install .NET 10 Runtime first: https://dot.net
# Linux / macOS
tar -xzf WafSight-linux-x64-framework.tar.gz
chmod +x wafsight
./wafsight detect https://example.com

# Windows (PowerShell)
Expand-Archive WafSight-win-x64-framework.zip -DestinationPath .
.\\wafsight.exe detect https://example.com

NuGet (biblioteca .NET)

dotnet add package WafSight --version 2026.7.17.1

What's Changed

Full Changelog: v2026.7.0.1...v2026.7.17.1