mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
008bb9cd6a
libpng has changed the default branch to libpng18, but that doesn't contain the oss-fuzz files. Let's use our own fork of oss-fuzz for now, until https://github.com/google/oss-fuzz/pull/14080 is ready.
11 lines
500 B
Bash
Executable File
11 lines
500 B
Bash
Executable File
#!/bin/bash
|
|
curl -X 'POST' 'http://127.0.0.1:31323/webhook/trigger_task' -H 'Content-Type: application/json' -d '{
|
|
"challenge_repo_url": "https://github.com/tob-challenges/example-libpng",
|
|
"challenge_repo_base_ref": "5bf8da2d7953974e5dfbd778429c3affd461f51a",
|
|
"challenge_repo_head_ref": "challenges/lp-delta-01",
|
|
"fuzz_tooling_url": "https://github.com/trail-of-forks/oss-fuzz",
|
|
"fuzz_tooling_ref": "fix-libpng",
|
|
"fuzz_tooling_project_name": "libpng",
|
|
"duration": 1800
|
|
}'
|