mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
a08cbf1050
* Fix integration-test run * use the proper oss-fuzz-aixcc commit to run integration-test * determine OSS_FUZZ_CONTAINER_ORG at runtime * use `git diff` in the patcher to create the patch to fix a problem with patches affecting non-newline terminated files * fix parsing * fix program-model lint
11 lines
567 B
Bash
Executable File
11 lines
567 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/integration-test.git",
|
|
"challenge_repo_base_ref": "4a714359c60858e3821bd478dc846de1d04dc977",
|
|
"challenge_repo_head_ref": "challenges/integration-test-delta-01",
|
|
"fuzz_tooling_url": "https://github.com/tob-challenges/oss-fuzz-aixcc",
|
|
"fuzz_tooling_ref": "challenge-state/integration-test-delta-01",
|
|
"fuzz_tooling_project_name": "integration-test",
|
|
"duration": 1800
|
|
}'
|