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
.
github
/
actions-lockfile
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
6
Code
Issues
0
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Security hardening: input validation and resource limits
- #6
#6
Merged
nodeselector
merged 12 commits into
main
github/actions-lockfile:main
from
nodeselector/lockfile-security-hardening
github/actions-lockfile:nodeselector/lockfile-security-hardening
Copy head branch name to clipboard
Jun 22, 2026
Conversation
Commits
12
(12)
Checks
Findings
Files changed
Merged
Security hardening: input validation and resource limits
#6
nodeselector
merged 12 commits into
main
github/actions-lockfile:main
from
nodeselector/lockfile-security-hardening
github/actions-lockfile:nodeselector/lockfile-security-hardening
Copy head branch name to clipboard
Commits
Commits on Jun 19, 2026
Reject empty commit SHA in lockfile dependency entries
Show description for 29db3dd
nodeselector
committed
29db3dd
View commit details
Copy full SHA for 29db3dd
Browse repository at this point
Validate commit field as algo-hex digest
Show description for 5b9599b
nodeselector
committed
5b9599b
View commit details
Copy full SHA for 5b9599b
Browse repository at this point
Reject commit field that disagrees with pin key digest
Show description for df9a049
nodeselector
committed
df9a049
View commit details
Copy full SHA for df9a049
Browse repository at this point
Validate ref component in ParsePin via isValidRef
Show description for f1bde12
nodeselector
committed
f1bde12
View commit details
Copy full SHA for f1bde12
Browse repository at this point
Reject path traversal and absolute paths in workflow map keys
Show description for 772ab0a
nodeselector
committed
772ab0a
View commit details
Copy full SHA for 772ab0a
Browse repository at this point
Validate branch and tag fields against injection denylist
Show description for 1875e94
nodeselector
committed
1875e94
View commit details
Copy full SHA for 1875e94
Browse repository at this point
Add MaxParseSize input size limit (1 MiB) to Parse
Show description for da9f42b
nodeselector
committed
da9f42b
View commit details
Copy full SHA for da9f42b
Browse repository at this point
Detect and reject cycles in the action uses graph
Show description for 5eaa668
nodeselector
committed
5eaa668
View commit details
Copy full SHA for 5eaa668
Browse repository at this point
Cap uses list length per action at MaxUsesPerAction (500)
Show description for 365b997
nodeselector
committed
365b997
View commit details
Copy full SHA for 365b997
Browse repository at this point
ParseActionMeta: add MaxActionMetaSize and MaxNestedUses limits
Show description for 3701b46
nodeselector
committed
3701b46
View commit details
Copy full SHA for 3701b46
Browse repository at this point
Commits on Jun 22, 2026
Address review: reject YAML anchors, drop limits runner doesn't enforce
Show description for ce7d703
nodeselector
committed
ce7d703
View commit details
Copy full SHA for ce7d703
Browse repository at this point
Address Copilot review: Windows paths, recursive DFS docs, pin comment
Show description for 484f680
nodeselector
committed
484f680
View commit details
Copy full SHA for 484f680
Browse repository at this point
You can’t perform that action at this time.