johannes cf275d87d1
CD - Develop / build-and-deploy (push) Failing after 11m27s
fix(aria): convert all PostgreSQL named enum columns to VARCHAR
All named enum types (threat_severity, attack_phase, event_type, ioc_type,
ioc_source, confidence_level, sequence_type, auto_response_action,
os_eol_status) have been converted to VARCHAR via V3 migration. Hibernate
@Enumerated(EnumType.STRING) binds values as character varying which
PostgreSQL rejects without explicit casts on both INSERT and SELECT.

Reverts the native @Query workarounds added in the previous two commits —
simple derived query methods now work correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 16:05:56 -04:00
S
Description
ARIA — ATM Threat Monitoring and IOC Detection
80 MiB
Languages
Svelte 59.6%
Java 35.1%
TypeScript 3.6%
CSS 1%
Shell 0.3%
Other 0.4%