Files
HackWeasel b9dfb86260 GT AI OS Community Edition v2.0.33
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>
2025-12-12 17:04:45 -05:00

26 lines
577 B
JSON

{
"name": "GT 2.0 Enterprise AI Platform",
"short_name": "GT 2.0",
"description": "Enterprise AI as a Service Platform with comprehensive agent and dataset management",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#00FF94",
"icons": [
{
"src": "/favicon.ico",
"sizes": "any",
"type": "image/x-icon"
},
{
"src": "/favicon.png",
"sizes": "any",
"type": "image/png"
},
{
"src": "/gt-logo.png",
"sizes": "192x192",
"type": "image/png"
}
]
}