mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
Competition API v1.2-rc5 (#784)
Enables an additional flag to send unharnessed challenges.
This commit is contained in:
@@ -36,7 +36,7 @@ services:
|
||||
# - shared-tmp:/tmp
|
||||
|
||||
scantron:
|
||||
image: ghcr.io/aixcc-finals/example-crs-architecture/competition-test-api:v1.2-rc4
|
||||
image: ghcr.io/aixcc-finals/example-crs-architecture/competition-test-api:v1.2-rc5
|
||||
platform: linux/amd64
|
||||
privileged: true
|
||||
volumes:
|
||||
|
||||
@@ -30,7 +30,7 @@ global:
|
||||
pullSecrets: ["ghcr-auth"]
|
||||
competitionApiImage:
|
||||
repository: ghcr.io/aixcc-finals/example-crs-architecture/competition-test-api
|
||||
tag: v1.2-rc4
|
||||
tag: v1.2-rc5
|
||||
pullPolicy: Always
|
||||
pullSecrets: ["ghcr-auth"]
|
||||
|
||||
|
||||
@@ -6,5 +6,6 @@ curl -X 'POST' 'http://127.0.0.1:31323/webhook/trigger_task' -H 'Content-Type: a
|
||||
"fuzz_tooling_url": "git@github.com:aixcc-finals/oss-fuzz-aixcc.git",
|
||||
"fuzz_tooling_ref": "challenge-state/lx-ex1-delta-01",
|
||||
"fuzz_tooling_project_name": "libxml2",
|
||||
"harnesses_included": true,
|
||||
"duration": 1800
|
||||
}'
|
||||
|
||||
@@ -6,5 +6,6 @@ curl -X 'POST' 'http://127.0.0.1:31323/webhook/trigger_task' -H 'Content-Type: a
|
||||
"fuzz_tooling_url": "git@github.com:aixcc-finals/oss-fuzz-aixcc.git",
|
||||
"fuzz_tooling_ref": "d5fbd68fca66e6fa4f05899170d24e572b01853d",
|
||||
"fuzz_tooling_project_name": "libpng",
|
||||
"harnesses_included": true,
|
||||
"duration": 7200
|
||||
}'
|
||||
|
||||
@@ -7,5 +7,6 @@ curl -X 'POST' 'http://127.0.0.1:31323/webhook/trigger_task' -H 'Content-Type: a
|
||||
"fuzz_tooling_url": "git@github.com:aixcc-finals/oss-fuzz-aixcc.git",
|
||||
"fuzz_tooling_ref": "d5fbd68fca66e6fa4f05899170d24e572b01853d",
|
||||
"fuzz_tooling_project_name": "libpng",
|
||||
"harnesses_included": true,
|
||||
"duration": 7200
|
||||
}'
|
||||
|
||||
Reference in New Issue
Block a user