Rendiff: Complete Rebrand, Security Fixes, and Documentation#30
Merged
alokemajumder merged 1 commit intomainfrom Dec 7, 2025
Merged
Rendiff: Complete Rebrand, Security Fixes, and Documentation#30alokemajumder merged 1 commit intomainfrom
alokemajumder merged 1 commit intomainfrom
Conversation
Security Fixes: - Fix SSRF protection with proper CIDR range checking (ipaddress module) - Now blocks 172.16.0.0/12, IPv6 loopback, link-local, carrier-grade NAT - Block internal hostnames (.local, .internal) Stability Fixes: - Fix Docker container_name vs replicas conflict in compose.yml - Fix async webhook calls missing asyncio.run() in error handlers - Fix synchronous file I/O in async context (cached storage config) Configuration Improvements: - Add MAX_OPERATIONS_PER_JOB setting (consolidated from hardcoded values) - Update default credentials to clearly dev-only values - Add warning comments about development-only defaults Documentation: - Add comprehensive developer documentation (docs/developer/) - Add user manual documentation (docs/user-manual/) - Update project branding to Rendiff with FFmpeg acknowledgment
gensecai-dev
approved these changes
Dec 7, 2025
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
Complete rebrand from ffmpeg-api to Rendiff with security fixes, stability improvements, and comprehensive documentation.
Rebrand Changes
ffmpeg-apitorendiff-devffmpeg_*→rendiff_*ffmpeg-net→rendiff-netffmpeg_api→rendiff, user:ffmpeg_user→rendiff_userrendiffdev/rendiff-devSecurity Fixes
Stability Fixes
Configuration Improvements
Documentation
Files Changed
Test Plan
docker compose config