Kaynağa Gözat

fuzz: Remove API key requirement

Prevents use of public corpus without API key.
tags/v1.1.3
Book Moons 4 yıl önce
committed by Andrea Spacca
ebeveyn
işleme
071ecb491c
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. +0
    -4
      fuzzit.sh

+ 0
- 4
fuzzit.sh Dosyayı Görüntüle

@@ -6,10 +6,6 @@ if [ "$#" -ne 1 ]; then
echo "Usage: $0 <fuzz-type>"
exit 1
fi
if [ -z "$FUZZIT_API_KEY" ]; then
echo "Set FUZZIT_API_KEY to your Fuzzit API key"
exit 2
fi

# Configure
ROOT=./server


Yükleniyor…
İptal
Kaydet