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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
microsphere-projects
/
microsphere-java
Public
Notifications
You must be signed in to change notification settings
Fork
52
Star
104
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
fix: resource leaks, Zip Slip, process deadlock, and several medium-severity bugs
- #276
#276
Merged
mercyblitz
merged 10 commits into
main
microsphere-projects/microsphere-java:main
from
copilot/review-code
microsphere-projects/microsphere-java:copilot/review-code
Copy head branch name to clipboard
May 26, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
fix: resource leaks, Zip Slip, process deadlock, and several medium-severity bugs
#276
mercyblitz
merged 10 commits into
main
microsphere-projects/microsphere-java:main
from
copilot/review-code
microsphere-projects/microsphere-java:copilot/review-code
Copy head branch name to clipboard
Commits
Commits on May 25, 2026
fix: apply all 10 bug fixes from code review
Show description for 73afeb0
Copilot
and
mercyblitz
authored
73afeb0
View commit details
Copy full SHA for 73afeb0
Browse repository at this point
fix: add clarifying comment on JarEntry/JarFile independence in findJarEntry
Show description for 2595480
Copilot
and
mercyblitz
authored
2595480
View commit details
Copy full SHA for 2595480
Browse repository at this point
refactor: use IOUtils.toByteArray and FastByteArrayInputStream in StreamArtifactResourceResolver
Show description for d69cdf0
Copilot
and
mercyblitz
authored
d69cdf0
View commit details
Copy full SHA for d69cdf0
Browse repository at this point
Commits on May 26, 2026
Simplify ResourceProcessor.exists check
Show description for 6f39ef5
mercyblitz
committed
6f39ef5
View commit details
Copy full SHA for 6f39ef5
Browse repository at this point
Use IOUtils.close for JarFile cleanup
Show description for b1ef983
mercyblitz
committed
b1ef983
View commit details
Copy full SHA for b1ef983
Browse repository at this point
Use IOUtils.close and FILE_SEPARATOR in JarUtils
Show description for b4cae21
mercyblitz
committed
b4cae21
View commit details
Copy full SHA for b4cae21
Browse repository at this point
Use concise local variable name for JarFile
Show description for c0bd8c1
mercyblitz
committed
c0bd8c1
View commit details
Copy full SHA for c0bd8c1
Browse repository at this point
Use assertNotNull for javaCompiler check
Show description for 5b1f90a
mercyblitz
committed
5b1f90a
View commit details
Copy full SHA for 5b1f90a
Browse repository at this point
Remove unused IOUtils import from JarUtils
Show description for 6e2e705
mercyblitz
committed
6e2e705
View commit details
Copy full SHA for 6e2e705
Browse repository at this point
Add null checks and logging to JarUtils
Show description for 8a15d44
mercyblitz
committed
8a15d44
View commit details
Copy full SHA for 8a15d44
Browse repository at this point
You can’t perform that action at this time.