Skip to content

Conversation

@oleksandrkits
Copy link
Contributor

No description provided.

thekevinm and others added 3 commits October 10, 2025 18:48
Moved logging from saveZipFile to encryptZipWithNativeMethod for better separation of concerns and consistency with encryptZipWithShellCommand.

Benefits:
- Each encryption method now handles its own success logging
- Simplified saveZipFile logic from 9 lines to 4 lines
- Improved symmetry: both encryption methods follow same pattern
- Better single responsibility principle adherence

Changes:
- Added logging to encryptZipWithNativeMethod at line 702
- Simplified if/else logic to use negation (!$this->encryptZipWithNativeMethod)
- Removed logging from saveZipFile method

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
patched vuln ZDI-CAN-26589 Command Injection
@oleksandrkits oleksandrkits merged commit 5bca3f3 into master Oct 14, 2025
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.

3 participants