Competition API v1.2-rc5 (#784)

Enables an additional flag to send unharnessed challenges.
This commit is contained in:
Henrik Brodin
2025-06-04 14:52:01 +02:00
committed by GitHub
parent 10d83ba66d
commit 2c07d47252
5 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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"]
+1
View File
@@ -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
}'
+1
View File
@@ -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
}'
+1
View File
@@ -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
}'