Copilot
Copilot
## Problem The "Edit overview markdown" button was appearing misaligned in the Design Configurations page when a small thumbnail image was uploaded. As shown in the [issue screenshot](https://github.com/user-attachments/assets/e7fe1ffc-127f-4718-a64d-fbd8f198d708), the button...
The `tibdex/github-app-token` action has been archived and is no longer maintained. This PR replaces all usages with the officially supported `actions/create-github-app-token@v2` action. ## Changes Made Updated 3 workflow files to...
This PR adds comprehensive XML documentation to the `SymmetricEncryptionManager` class, addressing the lack of proper documentation that made it difficult for developers to use the class correctly and safely. ##...
This change enables support for ECS Fargate services that don't need to expose ports, such as applications that: - Process messages from SQS queues - Consume data from Kinesis or...
- [x] Fixed CloudWatch Logs IAM permissions to use task execution role instead of task role - [x] Updated policy attachment to use `aws_iam_role.task_execution_role` - [x] Changed count conditions to...
## Overview This PR addresses security issue #26: "UDP Message Parsing Without Validation" by implementing comprehensive validation and sanitization for all UDP messages received by Butler. ## Problem Previously, UDP...
## Overview This PR implements comprehensive JSON schema validation for all REST API endpoints in Butler, addressing insufficient input validation that previously allowed invalid data to reach business logic. ##...
Butler was incorrectly checking for the existence of custom properties used for email alert control even when the `alertEnableByCustomProperty.enable` setting was set to `false` in the configuration file. This caused...
This PR fixes an issue where nodes could not be found by their updated property values after using a SET statement. Previously when updating a node property with SET, the...
- [ ] Replace LICENSE file with MIT license text - [ ] Update copyright header in js/Cypher.js - [ ] Update copyright header in js/GraphViewer.js - [ ] Update...