* 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
* Update apis
Closes#436
Updates APIs to 1.2-rc1 ahead of unscored round 2
* Update values.yaml
* Bump competition/crs API to v1.2
* Breaking changes in competition api config
* Check for SARIFs in CI (#527)
* Check for SARIFs in CI
* Remove trailing bracket
---------
Co-authored-by: Henrik Brodin <90325907+hbrodin@users.noreply.github.com>
* Implements configurable authentication
This removes the hardcoded auth and introduces a tool for generating the
required keys/tokens/tokenhash values.
buttercup-auth-tool --env
this will output all information needed to configure the server and
client side.
* lint
* Use new auth in ci