Skip to content

feat: fixed zlib and other decompression bombs with limit #191

feat: fixed zlib and other decompression bombs with limit

feat: fixed zlib and other decompression bombs with limit #191

Workflow file for this run

name: 🔨 Build Test
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Check out code
uses: actions/checkout@v3
- name: Test
run: go test ./...
# Todo: create example folder
# - name: Build
# run: go build .