[Request] Bounded per file scanning time #186

Closed
opened 2026-01-29 21:06:55 +00:00 by claunia · 1 comment
Owner

Originally created by @Deterous on GitHub (Dec 2, 2024).

To prevent infinite time scanning or anomalies taking up the vast majority of process time, give upper bound time per file.

Some heuristics would be needed to deal with archives containing files and expected to take a while. Such as scaling per file size.

Originally created by @Deterous on GitHub (Dec 2, 2024). To prevent infinite time scanning or anomalies taking up the vast majority of process time, give upper bound time per file. Some heuristics would be needed to deal with archives containing files and expected to take a while. Such as scaling per file size.
Author
Owner

@Deterous commented on GitHub (Dec 19, 2024):

#344 would be my preferred solution to this, instead of limiting per-file scanning time

@Deterous commented on GitHub (Dec 19, 2024): #344 would be my preferred solution to this, instead of limiting per-file scanning time
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/BinaryObjectScanner#186