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 }}
OpenDisplay
/
Firmware
Public
Notifications
You must be signed in to change notification settings
Fork
25
Star
116
Code
Issues
12
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Phase 1: nonce/replay correctness + unauthenticated-command guard
- #127
#127
Closed
davelee98
wants to merge 9 commits into
OpenDisplay:main
OpenDisplay/Firmware:main
from
davelee98:feat/nonce-replay-and-auth-guard
davelee98/Firmware:feat/nonce-replay-and-auth-guard
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Closed
Phase 1: nonce/replay correctness + unauthenticated-command guard
#127
davelee98
wants to merge 9 commits into
OpenDisplay:main
OpenDisplay/Firmware:main
from
davelee98:feat/nonce-replay-and-auth-guard
davelee98/Firmware:feat/nonce-replay-and-auth-guard
Copy head branch name to clipboard
Commits
Commits on Jul 26, 2026
fix(nonce): replace 512 B replay value ring with a 32 B sliding bitmap
Show description for e2e95cd
davelee98
committed
e2e95cd
View commit details
Copy full SHA for e2e95cd
Browse repository at this point
fix(nonce): split check from commit; stop counting packet loss as tampering
Show description for a973996
davelee98
committed
a973996
View commit details
Copy full SHA for a973996
Browse repository at this point
fix(pipe): do not answer a nonce-dropped 0x0081 frame with a fatal NACK
Show description for ae5273a
davelee98
committed
ae5273a
View commit details
Copy full SHA for ae5273a
Browse repository at this point
ci: separate host-tests job for the nonce-window state machine
Show description for 5adc065
davelee98
committed
5adc065
View commit details
Copy full SHA for 5adc065
Browse repository at this point
test: host test for the nonce sliding-window state machine
Show description for b7e7c63
davelee98
committed
b7e7c63
View commit details
Copy full SHA for b7e7c63
Browse repository at this point
fix(nonce): review follow-ups - split log budgets, readable replay log, honest comments
Show description for 273a783
davelee98
committed
273a783
View commit details
Copy full SHA for 273a783
Browse repository at this point
fix(nonce): answer session-id mismatch with AUTH_REQUIRED, not a fatal NACK
Show description for 8854a98
davelee98
committed
8854a98
View commit details
Copy full SHA for 8854a98
Browse repository at this point
feat(auth): drop the BLE link after 10 consecutive unauthenticated commands
Show description for fbc7ab2
davelee98
committed
fbc7ab2
View commit details
Copy full SHA for fbc7ab2
Browse repository at this point
fix(auth): drop the BLE link inline on nRF; loop() is starved mid-transfer
Show description for b4fafb5
davelee98
committed
b4fafb5
View commit details
Copy full SHA for b4fafb5
Browse repository at this point
You can’t perform that action at this time.