You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address security vulnerabilities and code quality issues in Devfile Creator
- Fix command injection in kubeconfig injection via base64 encoding
- Add Fastify JSON Schema validation for agent creation endpoint
- Add authentication checks to terminal proxy endpoints
- Fix operator precedence bug in isWebSocketChannel
- Disable automountServiceAccountToken on agent pods
- Remove hardcoded --dangerously-skip-permissions fallback
- Add terminal port range validation (1024-65535)
- Restrict postMessage to same origin instead of wildcard
- Key terminal URL cache on namespace/agentId to prevent collisions
- Replace fragile regex with js-yaml for devfile YAML parsing
- Add in-memory caching with TTL for AI agent registry ConfigMap reads
- Remove dead code in terminal helpers
- Resolve MIT license entries for CodeMirror and Lezer dependencies
- Update tests for configMap watcher and agent pod listener
Signed-off-by: Oleksii Orel <oorel@redhat.com>
Assisted-by: Claude Sonnet 4.5
Signed-off-by: Oleksii Orel <oorel@redhat.com>
0 commit comments