No description
Find a file
유창욱 e9a15e8110 fix: harden operator HTTP server
Remove wildcard CORS (prevented cross-origin reads of biometric/case data
from localhost), add optional shared-token auth gate on data routes
(COPYRIGHTER_AUTH_TOKEN; GUI shell + /health stay open), cap request body
size (413), and map malformed JSON to 400 and SQLite lock contention to 503.
2026-06-20 18:18:54 +09:00
docs docs: implementation plan for project-review remediation 2026-06-20 18:18:54 +09:00
src/rights_filter fix: harden operator HTTP server 2026-06-20 18:18:54 +09:00
tests fix: harden operator HTTP server 2026-06-20 18:18:54 +09:00
web/operator-gui fix: resolve multi-agent review findings for workbench efficiency round 2026-06-12 18:44:35 +09:00
.env.example fix: harden operator HTTP server 2026-06-20 18:18:54 +09:00
.gitignore chore: initial commit of copyrighter (rights_filter) 2026-06-09 09:50:31 +09:00
package.json chore: initial commit of copyrighter (rights_filter) 2026-06-09 09:50:31 +09:00
run_copyrighter_server.py chore: initial commit of copyrighter (rights_filter) 2026-06-09 09:50:31 +09:00