mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
c7fc0f7c9a
* remove refs to aixcc resources * remove aixcc.tech * change aixcc-finals to tob-challenges
13 lines
550 B
Bash
Executable File
13 lines
550 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# task CRS with a full mode challenge
|
|
curl -X 'POST' 'http://127.0.0.1:31323/webhook/trigger_task' -H 'Content-Type: application/json' -d '{
|
|
"challenge_repo_url": "git@github.com:tob-challenges/example-libpng.git",
|
|
"challenge_repo_head_ref": "fdacd5a1dcff42175117d674b0fda9f8a005ae88",
|
|
"fuzz_tooling_url": "git@github.com:tob-challenges/oss-fuzz-aixcc.git",
|
|
"fuzz_tooling_ref": "d5fbd68fca66e6fa4f05899170d24e572b01853d",
|
|
"fuzz_tooling_project_name": "libpng",
|
|
"harnesses_included": true,
|
|
"duration": 7200
|
|
}'
|