Claude/show m 011 c uqm lswuw99 mdh5 ngi d kr#3
Open
akhiq wants to merge 4 commits intoramnode:masterfrom
Open
Claude/show m 011 c uqm lswuw99 mdh5 ngi d kr#3akhiq wants to merge 4 commits intoramnode:masterfrom
akhiq wants to merge 4 commits intoramnode:masterfrom
Conversation
Major changes: 1. Upgrade dependencies to Python 3 and modern versions - Flask: 0.10.1 → 3.0.0+ (9+ years of security fixes) - sh: 1.11 → 2.0.0+ - Removed deprecated dependencies (argparse, wsgiref now in stdlib) 2. Fix critical regex vulnerability in host validation - Added length validation (max 253 chars per RFC 1035) - Fixed improperly escaped hyphen in regex character class - Added validation for leading/trailing dots and hyphens - Prevent consecutive dots in hostnames - Better protection against command injection 3. Modernize Python 2 → Python 3 - Replace deprecated flask.escape() with markupsafe.escape() - Update wsgi.py shebang to python3 - Update README to require Python 3.8+ - All syntax validated for Python 3 compatibility Security impact: Fixes multiple CVEs in outdated Flask/Jinja2 versions and hardens input validation against potential exploits.
Ignore Python bytecode (__pycache__, *.pyc), virtual environments, sensitive instance configs, IDE files, and test files.
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.
No description provided.