Documentation
¶
Overview ¶
Package scope evaluates target-scope rules: which flows are "in scope" for an engagement. It focuses the history view, the intercept gate, and the scanner without affecting capture. Safe for concurrent use and live-reloadable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
Engine holds a compiled, reloadable rule set.
func New ¶
func New() *Engine
New returns an empty engine (everything in scope until rules are set).
func (*Engine) HasIncludes ¶ added in v0.2.1
HasIncludes reports whether any active include rule exists — i.e. whether the scope is a real allow-list rather than the default "everything is in scope".
Click to show internal directories.
Click to hide internal directories.