Ctfreak - Package Updates
Pinned
Ctfreak
-
-
[0.5.0]
- Update Ctfreak to 1.10.0
- Full changelog
-
[1.2.0]
- Update Ctfreak to 1.12.0
- Full changelog
- In SQL Report tasks: Charts can be duplicated, New options to force axes to begin at zero
- Improve UI: Increase selection area size for links, Reduces footer refresh rate, Update colors
- Add license alerting: Remaining days before license expiration, License check issues, New About page with third-party software list
-
[1.4.0]
- Update ctfreak to 1.13.0
- Full changelog
- Project constants: Define a list of constants per project, Use them in your bash or powershell script tasks as environment variables, Update the value of your constants instead of updating your scripts
- Replace deprecated dependency to manage OpenID Connect token
- Migrate front-end to Svelte 4
- Update dependencies
- Reworking of demo project
-
[1.5.0]
- Update ctfreak to 1.14.0
- Full changelog
- !!Breaking change!!: the : symbols in SQL report task queries must now be doubled, so as not to be confused with a query parameter
- Parameterizable tasks:
- Project constants can now be used in your SQL report tasks as query parameters
- CF_PC_ project constant prefixes have been renamed to CPC_ (renaming in existing bash and powershell scripts will be done automatically on Ctfreak instance update)
- Fix default submit button issues on some forms
-
[1.6.0]
- Update ctfreak to 1.15.0
- Full changelog
- Add optional HTTP response logging (status, headers and body)
- JSON response body auto-prettifying
- Add FreeBSD amd64 & arm64 build and install process
- Add Linux arm64 build
- Remove Linux arm32 build
- Back-end is now built with Go 1.22
- Update dependencies
- Update internal log timestamp format
-
[1.6.1]
- Update ctfreak to 1.16.0
- Full changelog
- CTFreak can now be used as a read-only SFTP web client for all your nodes
- Smoother UI navigation with improved concurrent read-only access to backend database
- Update dependencies
- Fix saving of node filter tag exclusion when editing tasks
-
[1.7.0]
- Update ctfreak to 1.17.0
- Full changelog
- Execution retention period can now be specified at the project or task level
- Files can be deleted in Node file explorer (requires at least STARTUP Edition)
- Add a delay between failed login attempts to prevent brute-force attacks
- Execution lists can be dynamically filtered by task name
- Node lists can be dynamically filtered by node name
-
[1.7.1]
- Update ctfreak to 1.18.0
- Full changelog
- Maximum number of concurrent child task executions is now configurable for workflow tasks that execute child tasks concurrently
- Child tasks can be disabled/re-enabled (involves a breaking change in child task structure when reading/creating/updating workflow tasks through the API)
- Drag & drop replaces move buttons to reorder Workflow Child tasks
- Update dependencies
- Remove unwanted child tasks deduplication displayed in Workflow task pages