-
-
Notifications
You must be signed in to change notification settings - Fork 11
Design custom scan excludes in settings #160
Copy link
Copy link
Open
Labels
appThe Tauri desktop appThe Tauri desktop apparchitectureWorkspace layout and engine designWorkspace layout and engine designenginediskern-core: scanner, rules, risk, graph, reportdiskern-core: scanner, rules, risk, graph, reportenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededlevel: advancedCross-cutting or safety-critical design workCross-cutting or safety-critical design workpriority: mediumWorth doing, not urgentWorth doing, not urgentsafetyTouches the read-only / quarantine guaranteesTouches the read-only / quarantine guarantees
Description
Activity
Metadata
Metadata
Assignees
Labels
appThe Tauri desktop appThe Tauri desktop apparchitectureWorkspace layout and engine designWorkspace layout and engine designenginediskern-core: scanner, rules, risk, graph, reportdiskern-core: scanner, rules, risk, graph, reportenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededlevel: advancedCross-cutting or safety-critical design workCross-cutting or safety-critical design workpriority: mediumWorth doing, not urgentWorth doing, not urgentsafetyTouches the read-only / quarantine guaranteesTouches the read-only / quarantine guarantees
Goal
Design and add a small settings surface for scan excludes.
Diskern has default excluded paths like
/proc,/sys, and system folders. Advanced users may want to add their own folders that should never be walked.Why this is advanced
This touches safety and scan authority. A bad design could make a scan silently skip too much or make results confusing.
Current code pointer
Defaults are here:
File:
Suggested approach
Start with a short design comment in the issue or PR before coding:
Acceptance criteria