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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
vertica
/
vertica-python
Public
Notifications
You must be signed in to change notification settings
Fork
176
Star
386
Code
Issues
13
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Add strict TOTP validation to block invalid authentication requests
- #578
#578
Merged
sharmagot
merged 12 commits into
master
vertica/vertica-python:master
from
VE-5047020-fix-invalid-totp-validation
vertica/vertica-python:VE-5047020-fix-invalid-totp-validation
Copy head branch name to clipboard
Jan 9, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Add strict TOTP validation to block invalid authentication requests
#578
sharmagot
merged 12 commits into
master
vertica/vertica-python:master
from
VE-5047020-fix-invalid-totp-validation
vertica/vertica-python:VE-5047020-fix-invalid-totp-validation
Copy head branch name to clipboard
Commits
Commits on Dec 8, 2025
Added explicit validation to reject TOTP values containing non-numeric characters.
sharmagot
committed
f5a2d64
View commit details
Copy full SHA for f5a2d64
Browse repository at this point
Commits on Dec 9, 2025
Improve TOTP validation: trim whitespace and standardize auth error logs
sharmagot
committed
67c50e7
View commit details
Copy full SHA for 67c50e7
Browse repository at this point
Commits on Dec 14, 2025
Use shared TOTP validator for normalization and consistent error messages
sharmagot
committed
d9ac515
View commit details
Copy full SHA for d9ac515
Browse repository at this point
Commits on Jan 2, 2026
Fix TOTP validation and block invalid authentication requests
sharmagot
committed
65f5699
View commit details
Copy full SHA for 65f5699
Browse repository at this point
Unify TOTP validation to return a single generic error message
sharmagot
committed
a8c0e4b
View commit details
Copy full SHA for a8c0e4b
Browse repository at this point
Commits on Jan 4, 2026
refactor: unify TOTP authentication error handling
sharmagot
committed
fb1f0e8
View commit details
Copy full SHA for fb1f0e8
Browse repository at this point
Commits on Jan 6, 2026
Normalize TOTP validation and unify invalid TOTP error handling
sharmagot
committed
50600fb
View commit details
Copy full SHA for 50600fb
Browse repository at this point
test_totp_invalid_alphanumeric_code
sharmagot
committed
ea83763
View commit details
Copy full SHA for ea83763
Browse repository at this point
corrected the test case
sharmagot
committed
2ff4cdf
View commit details
Copy full SHA for 2ff4cdf
Browse repository at this point
Commits on Jan 8, 2026
corrected the test case
sharmagot
committed
fc79ca2
View commit details
Copy full SHA for fc79ca2
Browse repository at this point
fixed the test case failure
sharmagot
committed
8441867
View commit details
Copy full SHA for 8441867
Browse repository at this point
removed the unnecessary test case
sharmagot
committed
c1ed4ca
View commit details
Copy full SHA for c1ed4ca
Browse repository at this point
You can’t perform that action at this time.