Ctfreak - Package Updates
Pinned
Ctfreak
-
[1.10.0]
- Update ctfreak to 1.21.0
- Full changelog
- Local command tasks support per-second scheduling granularity via an optional parameter for their cron expression (e.g. 20 * * * * * for execution every minute at the 20th second)
- When a local command execution is aborted under linux & freebsd, this abort also applies to child processes
- Execution retention period can now be set to 0 days (for tasks where only the last execution status/date needs to be retained)
- By default, the internal database stores its temporary data in memory. This can now be disabled in the configuration file via the new useMemoryTempStoreFg flag
-
[1.11.0]
- Update ctfreak to 1.22.0
- Full changelog
- Integrated API documentation available at:
https://{YOUR CTFREAK INSTANCE}/api/v1/doc
- Execution timeout can now be specified at the global or project level
- Global execution timeout is mandatory (30 days default)
- At the very least, the global execution timeout is used, so an execution always has a defined timeout.
- Improve logs
- Update dependencies
-
[1.11.1]
- Update ctfreak to 1.22.1
- Full changelog
- Use relative URL instead of external URL defined in global settings to access integrated API documentation
-
[1.11.2]
- checklist added to CloudronManifest
- COUDRON_OIDC_PROVIDER_NAME implemented
-
[1.12.0]
- Update ctfreak to 1.23.0
- Full Changelog
- Redirect to the page initially requested (rather than the home page) after logging in again via the internal authentication provider
- SPA build: replace Rollup with Vite
- Update dependencies
-
[1.12.1]
- Update ctfreak to 1.23.1
- Full Changelog
-
[1.13.0]
- Update ctfreak to 1.24.0
- Full Changelog
- Project lists can be dynamically filtered by project name
- Back-end is built with Go 1.24.1
- Use log/slog as internal logger instead of logrus
-
[1.14.0]
- Update base image to 5.0.0
-
[1.15.0]
- Update ctfreak to 1.25.0
- Full Changelog
- Incoming webhook: payload, query parameters and form data can be used to set task parameters
- Postgresql can replace sqlite backend in the new Business Edition license
- Update dependencies
- Fixed missing “application/json” mimetype for some API request responses
-
[1.15.1]
- Update ctfreak to 1.25.1
- Full Changelog