mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
42f010e913
* update VM sizes to L16
11 lines
550 B
Bash
Executable File
11 lines
550 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:aixcc-finals/example-libpng.git",
|
|
"challenge_repo_base_ref": "0cc367aaeaac3f888f255cee5d394968996f736e",
|
|
"challenge_repo_head_ref": "fdacd5a1dcff42175117d674b0fda9f8a005ae88",
|
|
"fuzz_tooling_url": "git@github.com:aixcc-finals/oss-fuzz-aixcc.git",
|
|
"fuzz_tooling_ref": "d5fbd68fca66e6fa4f05899170d24e572b01853d",
|
|
"fuzz_tooling_project_name": "libpng",
|
|
"duration": 7200
|
|
}'
|