Skip to content

remove third party blob support (#2727) #8696

remove third party blob support (#2727)

remove third party blob support (#2727) #8696

Workflow file for this run

name: Fuzzing
on: [push, pull_request]
permissions:
contents: read
jobs:
fuzzing:
name: Fuzz
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: lts/*
- name: Install
run: |
npm install
- name: Run fuzzing
timeout-minutes: 10
run: |
npm run fuzz
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: ${{ failure() }}
with:
name: undici-fuzz-results-${{ github.sha }}
path: |
corpus/
crash-*
fuzz-results-*.json