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
12 lines
575 B
Bash
Executable File
12 lines
575 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": "git@github.com:tob-challenges/afc-libxml2.git",
|
|
"challenge_repo_base_ref": "792cc4a1462d4a969d9d38bd80a52d2e4f7bd137",
|
|
"challenge_repo_head_ref": "9d1cb67c31933ee5ae3ee458940f7dbeb2fde8b8",
|
|
"fuzz_tooling_url": "git@github.com:tob-challenges/oss-fuzz-aixcc.git",
|
|
"fuzz_tooling_ref": "challenge-state/lx-ex1-delta-01",
|
|
"fuzz_tooling_project_name": "libxml2",
|
|
"harnesses_included": true,
|
|
"duration": 1800
|
|
}'
|