This repository has been archived on 2026-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
payfrit-biz/api/setup
John Mizerek 5cde8ce4fa ZIP upload: add file sanitization, direct file read, and temp cleanup
- uploadSavedPage.cfm: sanitize extracted files (whitelist safe extensions,
  delete symlinks) to protect against malicious content from infected sites
- analyzeMenuUrl.cfm: detect local temp URLs and read directly from disk,
  bypassing Playwright for faster processing of saved pages
- saveWizard.cfm: delete temp folder immediately after wizard completes
  instead of waiting for 1-hour auto-cleanup
- setup-wizard.html: track temp folder ID and pass to saveWizard for cleanup

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-13 08:02:41 -08:00
..
analyzeMenu.cfm Add local dev support and fix menu builder API 2026-01-04 22:47:12 -08:00
analyzeMenuImages.cfm Escape # symbol in CFML prompt 2026-02-12 14:34:54 -08:00
analyzeMenuUrl.cfm ZIP upload: add file sanitization, direct file read, and temp cleanup 2026-02-13 08:02:41 -08:00
bigdeans_import.json Add local dev support and fix menu builder API 2026-01-04 22:47:12 -08:00
checkDuplicate.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
downloadImages.cfm Add local dev support and fix menu builder API 2026-01-04 22:47:12 -08:00
importBusiness.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
reimportBigDeans.cfm Replace queryExecute with queryTimed across all endpoints for perf tracking 2026-02-02 00:28:37 -08:00
saveWizard.cfm ZIP upload: add file sanitization, direct file read, and temp cleanup 2026-02-13 08:02:41 -08:00
testUpload.cfm Add addresses debug endpoint 2026-01-14 22:28:16 -08:00
uploadSavedPage.cfm ZIP upload: add file sanitization, direct file read, and temp cleanup 2026-02-13 08:02:41 -08:00