Skip to content

Harden directory input selection - #7

Merged
DevilsNerve merged 1 commit into
mainfrom
fix/directory-input-selection
Jul 20, 2026
Merged

DevilsNerve merged 1 commit into
mainfrom
fix/directory-input-selection

Conversation

@DevilsNerve

Copy link
Copy Markdown
Collaborator

Summary

  • discover .zip names without extension-case surprises
  • reject empty and empty-quoted source or wordlist paths
  • report inaccessible directories as concise CLI errors
  • stop cleanly when multi-file selection reaches end-of-input
  • cover the edge cases in the regression suite

Verification

  • python3 -m unittest discover -s tests -v (27 tests)
  • python3 -m py_compile pkzip_overdrive.py tests/test_pkzip_overdrive.py
  • python3 wordlist_merger_gpu.py --self-test
  • git diff --check

@DevilsNerve
DevilsNerve marked this pull request as ready for review July 20, 2026 21:50
@DevilsNerve
DevilsNerve merged commit 370211c into main Jul 20, 2026
3 checks passed
@DevilsNerve
DevilsNerve deleted the fix/directory-input-selection branch July 20, 2026 21:50
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