This website requires JavaScript.
Explore
Help
Register
Sign In
netadmin
/
GDPRScanner
Watch
1
Star
0
Fork
0
You've already forked GDPRScanner
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
GDPRScanner
/
static
History
StyxX65
c820d6f6db
Two bugs in the abort mechanism: 1. POST /api/scan/stop only set state._scan_abort (M365/file abort event) but never touched state._google_scan_abort. Now sets both. 2. _check_abort() inside _run_google_scan imported gdpr_scanner._scan_abort (= state._scan_abort, the M365 event) instead of using the module-level _scan_abort alias (= state._google_scan_abort). This meant the dedicated /api/google/scan/cancel endpoint — which correctly sets _google_scan_abort — was silently ignored by the scan loop. Fixed to use the module-level alias consistently. Also aligned the end-of-scan checkpoint-clear check.
2026-05-28 10:20:22 +02:00
..
js
Two bugs in the abort mechanism: 1. POST /api/scan/stop only set state._scan_abort (M365/file abort event) but never touched state._google_scan_abort. Now sets both. 2. _check_abort() inside _run_google_scan imported gdpr_scanner._scan_abort (= state._scan_abort, the M365 event) instead of using the module-level _scan_abort alias (= state._google_scan_abort). This meant the dedicated /api/google/scan/cancel endpoint — which correctly sets _google_scan_abort — was silently ignored by the scan loop. Fixed to use the module-level alias consistently. Also aligned the end-of-scan checkpoint-clear check.
2026-05-28 10:20:22 +02:00
style.css
Built-in file redaction for local files
2026-05-27 14:49:06 +02:00