Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
byteskeptical
/
sftpretty
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
44
Code
Issues
4
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
fix host key verification always passing due to hash() returning a stale digest instead of the updated buffer, add regression test
- #84
#84
Merged
byteskeptical
merged 10 commits into
byteskeptical:root
byteskeptical/sftpretty:root
from
miraz12:helper_hash_fix
miraz12/sftpretty:helper_hash_fix
Copy head branch name to clipboard
Sep 8, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
fix host key verification always passing due to hash() returning a stale digest instead of the updated buffer, add regression test
#84
byteskeptical
merged 10 commits into
byteskeptical:root
byteskeptical/sftpretty:root
from
miraz12:helper_hash_fix
miraz12/sftpretty:helper_hash_fix
Copy head branch name to clipboard
Commits
Commits on Sep 2, 2026
fix host key verification always passing due to hash() returning a stale digest instead of the updated buffer, add regression test
miraz12
committed
67548e2
View commit details
Copy full SHA for 67548e2
Browse repository at this point
Commits on Sep 7, 2026
merging with latest from root branch, switching to OSError for hash function str except block, updating expected hash result for get_r_pathed
byteskeptical
committed
063c1cf
View commit details
Copy full SHA for 063c1cf
Browse repository at this point
fix host key verification always passing due to hash() returning a stale digest instead of the updated buffer, add regression test
miraz12
committed
b39d8de
View commit details
Copy full SHA for b39d8de
Browse repository at this point
Commits on Sep 8, 2026
updating hash testing to cover all code paths, enabling a few other read-only server testing for put, rename and remove. Refactor for a few more tests that could leave lingering artifacts on failur…
Show description for 7b3f4ed
byteskeptical
committed
7b3f4ed
View commit details
Copy full SHA for 7b3f4ed
Browse repository at this point
Merge branch 'helper_hash_fix' of github.com:miraz12/sftpretty into helper_hash_fix
byteskeptical
committed
ab088f3
View commit details
Copy full SHA for ab088f3
Browse repository at this point
moved all hash tests into test_helpers file
byteskeptical
committed
156b5e4
View commit details
Copy full SHA for 156b5e4
Browse repository at this point
lint trapped, missed comma in hash test parameters, missed some imports in test_put file and moved a line that should have been in part of the test above.
byteskeptical
committed
ea98e2a
View commit details
Copy full SHA for ea98e2a
Browse repository at this point
more missing imports in tests
byteskeptical
committed
16d1334
View commit details
Copy full SHA for 16d1334
Browse repository at this point
hash test(s) already paying off caught a new bug where filestream was only defined in the str section yet was being called for file object branches. Use strings for content as tempfile_containing e…
Show description for a3440ad
byteskeptical
committed
a3440ad
View commit details
Copy full SHA for a3440ad
Browse repository at this point
missed a decode call on the now str content variable
byteskeptical
committed
3c6cfa1
View commit details
Copy full SHA for 3c6cfa1
Browse repository at this point
You can’t perform that action at this time.