Files
Brad Swain c7fc0f7c9a remove refs to aixcc resources (#195)
* remove refs to aixcc resources

* remove aixcc.tech

* change aixcc-finals to tob-challenges
2025-07-30 09:34:58 -05:00

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
}'