Security hardening release addressing CodeQL and Dependabot alerts: - Fix stack trace exposure in error responses - Add SSRF protection with DNS resolution checking - Implement proper URL hostname validation (replaces substring matching) - Add centralized path sanitization to prevent path traversal - Fix ReDoS vulnerability in email validation regex - Improve HTML sanitization in validation utilities - Fix capability wildcard matching in auth utilities - Update glob dependency to address CVE - Add CodeQL suppression comments for verified false positives 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
27 lines
722 B
Markdown
27 lines
722 B
Markdown
---
|
|
name: Feature Request
|
|
about: Suggest a new feature for GT AI OS
|
|
title: '[Feature] '
|
|
labels: enhancement
|
|
assignees: ''
|
|
---
|
|
|
|
## Problem Statement
|
|
A clear and concise description of the problem this feature would solve.
|
|
Ex. "I'm always frustrated when [...]"
|
|
|
|
## Proposed Solution
|
|
A clear and concise description of what you want to happen.
|
|
|
|
## Alternatives Considered
|
|
A clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
## Use Case
|
|
Describe the use case(s) this feature would enable:
|
|
- Who would use this feature?
|
|
- How often would it be used?
|
|
- What workflow does it improve?
|
|
|
|
## Additional Context
|
|
Add any other context, mockups, or screenshots about the feature request here.
|