Commit Graph

1 Commits

Author SHA1 Message Date
Oliver Falk
1edb9f7ef9 fix: resolve file upload security validation errors
- Fix KeyError issues in comprehensive_validation method
- Add proper error handling for missing 'warnings' keys
- Improve test mocking to avoid PIL validation issues
- Fix form validation tests with proper mock paths
- Make security score access more robust with .get() method
- Lower security threshold for better user experience (30 instead of 50)

All file upload security tests now pass successfully.
2025-10-15 15:44:27 +02:00