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
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 }}
StrongWind1
/
NFSWolf
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Actions: StrongWind1/NFSWolf
Actions
All workflows
Workflows
CI
CI
CodeQL
CodeQL
CodeQL
CodeQL
Dependabot Updates
Dependabot Updates
Docs
Docs
Publish
Publish
Release
Release
Security
Security
Show more workflows...
Management
Caches
Deployments
CodeQL
CodeQL
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
codeql.yml
will be ignored since log searching is not yet available
192 workflow runs
192 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
CodeQL -- ci: deprioritize azure apt mirror to avoid hangs
CodeQL
#196:
Commit
4b1e035
pushed by
StrongWind1
2m 12s
main
main
2m 12s
View workflow file
CodeQL -- chore(release): v1.2.0 -- bump versions, update changelog
CodeQL
#195:
Commit
a677af1
pushed by
StrongWind1
2m 20s
main
main
2m 20s
View workflow file
CodeQL -- feat: nfswolf decode subcommand -- offline NFS file handle decoder with field-by-field analysis
CodeQL
#194:
Commit
b701e0a
pushed by
StrongWind1
1m 49s
main
main
1m 49s
View workflow file
CodeQL -- docs: add NFS_HANDLES.md technical reference for handle structure, fsid/fileid types, escape construction
CodeQL
#193:
Commit
74e5242
pushed by
StrongWind1
2m 11s
main
main
2m 11s
View workflow file
CodeQL -- docs: update all docs for NFSv4 defense matrix, v4-only server support, 60 findings, 798 tests
CodeQL
#192:
Commit
91817aa
pushed by
StrongWind1
2m 9s
main
main
2m 9s
View workflow file
CodeQL -- feat: sort escape --all results by quality, best candidates first
CodeQL
#191:
Commit
83a7d3d
pushed by
StrongWind1
1m 54s
main
main
1m 54s
View workflow file
CodeQL -- fix: plain-English annotations on escape handles, no double dashes
CodeQL
#190:
Commit
b776426
pushed by
StrongWind1
2m 12s
main
main
2m 12s
View workflow file
CodeQL -- feat: annotate escape handles with plain-English analysis, suppress probe output to debug level
CodeQL
#189:
Commit
fabab5d
pushed by
StrongWind1
2m 12s
main
main
2m 12s
View workflow file
CodeQL -- fix: cap pseudo-FS walk to 10 children per directory
CodeQL
#188:
Commit
5d310ed
pushed by
StrongWind1
2m 15s
main
main
2m 15s
View workflow file
CodeQL -- feat: escape --all gathers seeds from all NFSv4 exports via pseudo-FS walk + child LOOKUP
CodeQL
#187:
Commit
af0cdf2
pushed by
StrongWind1
1m 39s
main
main
1m 39s
View workflow file
CodeQL -- fix: revert is_root_dir to parent-is-self only, add v4 probe to escape --all, prefer more handles over false negatives
CodeQL
#186:
Commit
93cb64d
pushed by
StrongWind1
2m 16s
main
main
2m 16s
View workflow file
CodeQL -- fix: escape --all uses NFSv4 probe when v3/v2 fail (v4-only server support)
CodeQL
#185:
Commit
59286e7
pushed by
StrongWind1
2m 8s
main
main
2m 8s
View workflow file
CodeQL -- feat: discover NFSv4 exports via pseudo-FS fsid walking when MOUNT is unavailable
CodeQL
#184:
Commit
ea8acac
pushed by
StrongWind1
2m 19s
main
main
2m 19s
View workflow file
CodeQL -- refactor: extract shared test helpers, deduplicate server setup across 4 integration test files
CodeQL
#183:
Commit
956aa5f
pushed by
StrongWind1
1m 49s
main
main
1m 49s
View workflow file
CodeQL -- refactor: fuse.rs require_write! and get_fh! macros eliminate 25 repeated guard blocks
CodeQL
#182:
Commit
f5876fd
pushed by
StrongWind1
2m 23s
main
main
2m 23s
View workflow file
CodeQL -- refactor: extract run_handle_checks shared between v3 and v4 analyzer paths
CodeQL
#181:
Commit
eb3be1b
pushed by
StrongWind1
2m 0s
main
main
2m 0s
View workflow file
CodeQL -- test: add 32 unit tests for sanitization, HTML/markdown escape, format_rwx, ShellHandle, sideband helpers
CodeQL
#180:
Commit
0242985
pushed by
StrongWind1
2m 8s
main
main
2m 8s
View workflow file
CodeQL -- test: add unit tests for NFS_ACL decode, RQUOTA decode, and escape engine mock probe
CodeQL
#179:
Commit
dd16145
pushed by
StrongWind1
1m 58s
main
main
1m 58s
View workflow file
CodeQL -- refactor: hoist duplicated flag-string construction in scan auto-escape
CodeQL
#178:
Commit
c1ee175
pushed by
StrongWind1
2m 22s
main
main
2m 22s
View workflow file
CodeQL -- refactor: use shared export_components in escape subcommand, remove duplicated path parsing
CodeQL
#177:
Commit
8eea426
pushed by
StrongWind1
1m 53s
main
main
1m 53s
View workflow file
CodeQL -- refactor: extract NFSv4 connect helpers, use shared export_components/build_export_lookup_ops in analyzer
CodeQL
#176:
Commit
35553e7
pushed by
StrongWind1
1m 47s
main
main
1m 47s
View workflow file
CodeQL -- refactor: extract identity-change guard, merge cmd_uid/cmd_gid into shared helper
CodeQL
#175:
Commit
f773f65
pushed by
StrongWind1
2m 27s
main
main
2m 27s
View workflow file
CodeQL -- refactor: unify shell command lists, extract require_write guard (eliminates 160 duplicated lines)
CodeQL
#174:
Commit
8356129
pushed by
StrongWind1
1m 47s
main
main
1m 47s
View workflow file
CodeQL -- refactor: extract shared sideband helpers, move Nfs3EscapeProbe to engine, eliminate duplicates
CodeQL
#173:
Commit
dc65fc1
pushed by
StrongWind1
2m 13s
main
main
2m 13s
View workflow file
CodeQL -- ci: handle already-published crates gracefully in publish workflow
CodeQL
#172:
Commit
4724073
pushed by
StrongWind1
2m 26s
main
main
2m 26s
View workflow file
Previous
1
2
3
4
5
6
7
8
Next
You can’t perform that action at this time.