mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
5cfa9bd26e
* 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 * Modify CRS to work on MacOS/ARM * Use LibUCL for testing * use example-libpng * fix linting * common: fix tests
10 lines
417 B
Bash
Executable File
10 lines
417 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/vstakhov/libucl",
|
|
"challenge_repo_head_ref": "8a0294f9eaa4e70342e562cb92792bbe3df90e70",
|
|
"fuzz_tooling_url": "https://github.com/google/oss-fuzz",
|
|
"fuzz_tooling_ref": "master",
|
|
"fuzz_tooling_project_name": "libucl",
|
|
"duration": 1800
|
|
}'
|