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>
BIN
apps/tenant-app/public/favicon.ico
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
apps/tenant-app/public/favicon.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
apps/tenant-app/public/gt-edge-ai-full-logo.png
Normal file
|
After Width: | Height: | Size: 105 KiB |
BIN
apps/tenant-app/public/gt-edge-ai-new-logo.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
apps/tenant-app/public/gt-logo.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
apps/tenant-app/public/gt-small-logo.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
apps/tenant-app/public/gtedgeai-green-logo.jpeg
Normal file
|
After Width: | Height: | Size: 116 KiB |
26
apps/tenant-app/public/manifest.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||