Date of Release: 29 May 2024
Service Versions (Image tags)
Service | Container Repository | Version |
---|---|---|
cdrplatform-engine | glasswallhub.azurecr.io/cdrplatform-engine | 107109 |
cdrplatform-sync-api | glasswallhub.azurecr.io/cdrplatform-sync-api | 106931 |
cdrplatform-report-extractor | glasswallhub.azurecr.io/cdrplatform-report-extractor | 105747 |
cdrplatform-portal | glasswallhub.azurecr.io/cdrplatform-portal | 107579 |
cdrplatform-policy-api | glasswallhub.azurecr.io/cdrplatform-policy-api | 105708 |
cdrplatform-api-access | glasswallhub.azurecr.io/cdrplatform-api-access | 107662 |
cdrplatform-portal-access | glasswallhub.azurecr.io/cdrplatform-portal-access | 107442 |
cdrplatform-license-management | glasswallhub.azurecr.io/cdrplatform-license-management | 105717 |
cdrplatform-cleanup | glasswallhub.azurecr.io/cdrplatform-cleanup | 105715 |
cdrplatform-async-api | glasswallhub.azurecr.io/cdrplatform-async-api | 107681 |
cdrplatform-metrics-collation | glasswallhub.azurecr.io/cdrplatform-metrics-collation | 105616 |
cdrplatform-metrics-projection | glasswallhub.azurecr.io/cdrplatform-metrics-projection | 107224 |
cdrplatform-tally-accumulator | glasswallhub.azurecr.io/cdrplatform-tally-accumulator | 105699 |
icap-server | glasswallhub.azurecr.io/icap-server | 107676 |
cdrplatform-rabbitmq | glasswallhub.azurecr.io/cdrplatform-rabbitmq | 105426 |
Helm Chart Versions
Chart | Chart Repository | Version |
---|---|---|
cdrplatform-rabbitmq | glasswallhub.azurecr.io/helm/cdrplatform-rabbitmq | 0.6.2 |
cdrplatform-external-secrets | glasswallhub.azurecr.io/helm/cdrplatform-external-secrets | 0.3.3 |
cdrplatform-storage | glasswallhub.azurecr.io/helm/cdrplatform-storage | 0.5.2 |
cdrplatform-engine | glasswallhub.azurecr.io/helm/cdrplatform-engine | 0.2.0 |
cdrplatform-sync-api | glasswallhub.azurecr.io/helm/cdrplatform-sync-api | 0.2.6 |
prometheus-scaling | glasswallhub.azurecr.io/helm/prometheus-scaling | 0.1.1 |
cdrplatform-portal | glasswallhub.azurecr.io/helm/cdrplatform-portal | 0.2.2 |
cdrplatform-policy-api | glasswallhub.azurecr.io/helm/cdrplatform-policy-api | 0.1.0 |
cdrplatform-api-access | glasswallhub.azurecr.io/helm/cdrplatform-api-access | 0.1.4 |
cdrplatform-portal-access | glasswallhub.azurecr.io/helm/cdrplatform-portal-access | 0.0.3 |
cdrplatform-license-management | glasswallhub.azurecr.io/helm/cdrplatform-license-management | 0.1.0 |
cdrplatform-cleanup | glasswallhub.azurecr.io/helm/cdrplatform-cleanup | 0.0.2 |
cdrplatform-async-api | glasswallhub.azurecr.io/helm/cdrplatform-async-api | 0.0.4 |
cdrplatform-metrics-collation | glasswallhub.azurecr.io/helm/cdrplatform-metrics-collation | 0.0.1 |
cdrplatform-metrics-projection | glasswallhub.azurecr.io/helm/cdrplatform-metrics-projection | 0.0.2 |
cdrplatform-report-extractor | glasswallhub.azurecr.io/helm/cdrplatform-report-extractor | 0.0.2 |
cdrplatform-tally-accumulator | glasswallhub.azurecr.io/helm/cdrplatform-tally-accumulator | 0.0.2 |
cdrplatform-mongodb | glasswallhub.azurecr.io/helm/cdrplatform-mongodb | 0.0.3 |
icap-server | glasswallhub.azurecr.io/helm/icap-server | 1.0.8 |
New Features
ReversingLabs integration
When enabled with a ReversingLabs account, you will now see malware presence results from ReversingLabs when using the CDR APIs. This gives an additional metric to evaluate files for malicious content before they were cleaned by Glasswall CDR. Learn more at File Reputation (Malware Presence) Overview.
ICAP client-side caching
ICAP server now responds with an ISTag
header which allows ICAP clients, such as Squid Cache, to cache results from the ICAP server. Changes to the ICAP server, including changes to the ICAP profile and Halo version, will invalidate the cache by changing the ISTag
.
An Options-TTL
header is also included in OPTIONS responses, specifying the time (in seconds) for which the response is valid. This aligns with the ICAP profile refresh rate.
Reports in ICAP error responses
When the ICAP server fails to process a request, it will now respond with an error report detailing the request and the reasons it couldn't be fulfilled.
We appreciate your continued support and value your feedback. If you encounter any further issues or have any questions, please don't hesitate to contact our support team.
Bug Fixes
- PORTAL: Fixed an issue where file name was missing in multipart-form requests on ICAP requests and processed files pages
- PORTAL: Fixed an issue where error requests from ICAP crash the page when details is open
- PORTAL: Fixed the mimetype for XZ files
- ICAP: Fixed an issue where a cache size of zero broke the ICAP server