Skip to content

1.3.1

Choose a tag to compare

@aregowe aregowe released this 20 Apr 13:49
· 12 commits to main since this release

What's Changed

  • Add .inc, .module, .phps to blocked extension patterns and BASE_BLOCKED_EXTENSIONS hash map
  • Closes double-extension bypass where files like file.inc.png or file.module.gif passed BLOCKED_EXTENSION_PATTERN
  • These extensions are server-executable in common web server configurations (Apache, PHP-FPM)
  • Updated admin panel blocked extensions display, README, and copilot instructions

Fixes #4