fix: scanner timeouts, semgrep memory cap, syft remote lookups, Script error #78
Reference in New Issue
Block a user
Delete Branch "fix/scan-resource-limits-and-script-error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
--config=auto, unbounded memory) and syft (remote license network calls) were getting OOM-killed or hanging in resource-constrained Orca containers. Scan would "complete" with 0 findings/SBOMs silently because each scanner failure is caught and logged as a warning.document::Scriptin Dioxus 0.7 needs a single text node child for inline scripts;dangerous_inner_htmlwas invalid and spammed the error log on every unauthenticated page load.Changes
semgrep.rs--max-memory 500 --jobs 1; 10-minute timeoutsyft.rsgitleaks.rsapp_shell.rsdangerous_inner_html→ text child indocument::ScriptTest plan
docker compose up