fix: harden course video upload validation - #50
Merged
udaycodespace merged 2 commits intoAug 12, 2026
Conversation
udaycodespace
self-requested a review
August 12, 2026 04:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Strengthen course video uploads with secure MP4 validation, configurable upload limits, safe filenames, controlled error responses, and automatic cleanup of partially uploaded/orphaned files.
Related Issue
Closes #44
What changed?
Type
Areas touched
Testing
Test steps
400/413responses.Test result
Result: 14/14 tests passed.
Screenshots
Edge cases checked
Other edge case details
.mp4extension are rejected.413without exposing internal filesystem paths.400.Checklist
CONTRIBUTING.mdNotes
This is a backend-only security hardening change, so no frontend/UI changes or screenshots are applicable.
The implementation keeps the existing course-upload flow while adding validation and cleanup around uploaded section videos.
The focused test suite contains 14 tests, and all 14 passed successfully.