Skip to content

Comments

fix(proxy): resolve critical null-safety, resource leak, and bounds-check bugs#729

Closed
yasinmiran wants to merge 2 commits intomainfrom
fix/critical-bug-fixes
Closed

fix(proxy): resolve critical null-safety, resource leak, and bounds-check bugs#729
yasinmiran wants to merge 2 commits intomainfrom
fix/critical-bug-fixes

Conversation

@yasinmiran
Copy link
Contributor

# File Bug Type Fix
1 ProxyController.java NPE on null md5 Null guard before checksum validation
2 PublishMQAspect.java Unsafe cast instanceof checks with pattern matching
3 PublishMQAspect.java Null attributes Null checks before .toString()
4 CredentialsMappingAspect.java Null attributes Null checks before .toString()
5 TokenService.java Array bounds Validate JWT has 3 parts
6 HeartbeatService.java Assert in production Replace assert with if + early return
7 AAIAspect.java Array bounds split(":", 2) + length check
8 LocalEGATSDProxyApplication.java Resource leak try-with-resources

@yasinmiran yasinmiran force-pushed the fix/critical-bug-fixes branch from eb83182 to ade9817 Compare February 17, 2026 13:11
@yasinmiran yasinmiran marked this pull request as draft February 19, 2026 13:12
@yasinmiran yasinmiran closed this Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant