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
Sanitize stackId and validate file paths in contentMapper service
- Implemented sanitization of stackId to prevent path traversal vulnerabilities.
- Added validation to ensure resolved file paths remain within the allowed directory.
- Updated file reading logic to use the sanitized and validated path.
0 commit comments