Skip to content

Fix crash when using fromBuffer() to read corrupt zip files that specify out of bounds file offsets #28

Fix crash when using fromBuffer() to read corrupt zip files that specify out of bounds file offsets

Fix crash when using fromBuffer() to read corrupt zip files that specify out of bounds file offsets #28

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
strategy:
matrix:
node-version:
- 12
- 14
- 16
- 18
- 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: node test/test.js