Releases: picoCTF/cmgr-artifact-server
Releases · picoCTF/cmgr-artifact-server
v2.2.0
v2.1.0
- Added the ability to replace build IDs in artifact download URLs with salted SHA-256 digests.
- Code cleanup and dependency updates.
v2.0.6
Dependency updates.
v2.0.5
Fixed CI issue preventing the creation of release tarballs.
v2.0.4
Dependency updates.
Relicensed to MIT OR Apache-2.0.
v2.0.3
Fixed panic when called with one or more --backend-option
values.
v2.0.2
Dependency updates, including a fix for a malicious path traversal vulnerability on Windows hosts if using the selfhosted
backend (RUSTSEC-2022-0069).
v2.0.1
Includes dependency updates.
v2.0.0
cmgr-artifact-server
is now a standalone binary supporting the same platforms as cmgr
.
Artifact requests are no longer reverse-proxied through cmgrd
, allowing usage with cmgr
only.
Two file hosting backends are now supported:
selfhosted
, which runs its own web server to serve artifact files.S3
, which syncs artifacts to an S3 bucket and can also generate invalidations for an associated CloudFront distribution when artifacts are updated or deleted.
See the README for details, including a full option listing and usage examples.