瀏覽代碼

fuzz: Remove API key requirement

Prevents use of public corpus without API key.
tags/v1.1.3
Book Moons 4 年之前
committed by Andrea Spacca
父節點
當前提交
071ecb491c
共有 1 個檔案被更改,包括 0 行新增4 行删除
  1. +0
    -4
      fuzzit.sh

+ 0
- 4
fuzzit.sh 查看文件

@@ -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


Loading…
取消
儲存