You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There've been commands for {scope,noscope,autoscope,autonoscope} for a while, scope/noscope sets entities to out-of-scope which automatically excludes them from further investigations, and autoscope/autonoscope is a system to automatically set things out-of-scope with a hierarchical rule set.
In the past there was no way to re-apply these rules to existing entities. This is now possible with the rescope command that's available both from the interactive cli and the commandline.
It defaults to non-interactive mode that shows a diff when applying the rules and asks for confirmation. -n is a dry-run to always reject the change, -y to automatically apply it and -i to interactively decide for each entity.
Besides the obvious y and n there's also:
d (done) - apply the changes confirmed so far, skip the rest
a (always) - apply all other changes matching this specific rule: if example.com matched noscope .com and you select a, example.com would be set out-of-scope and the next-up foobar.com would be automatically set out-of-scope without asking again
x (never) - skip this change and all future changes matched by this rule
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
sn0int rescope -i
There've been commands for
{scope,noscope,autoscope,autonoscope}
for a while, scope/noscope sets entities to out-of-scope which automatically excludes them from further investigations, and autoscope/autonoscope is a system to automatically set things out-of-scope with a hierarchical rule set.In the past there was no way to re-apply these rules to existing entities. This is now possible with the
rescope
command that's available both from the interactive cli and the commandline.It defaults to non-interactive mode that shows a diff when applying the rules and asks for confirmation.
-n
is a dry-run to always reject the change,-y
to automatically apply it and-i
to interactively decide for each entity.Besides the obvious y and n there's also:
example.com
matchednoscope .com
and you select a,example.com
would be set out-of-scope and the next-upfoobar.com
would be automatically set out-of-scope without asking againThanks
We'd like to thank @SantiagoTorres and @repi for their support on github sponsors.
This discussion was created from the release v0.24.0.
Beta Was this translation helpful? Give feedback.
All reactions