The Review Workspace

Three Ways to Work
The toggle at the top switches how the backlog is organised.
Use Components to clear volume, and drop to Files when you need to see a match in context.
Reading the Evidence
The middle panel shows the actual matched source with the match percentage, 100% for a whole-file match, lower for a snippet. The right-hand panel identifies the component (name, vendor, package identifier) with its licence, known vulnerabilities, and how far behind the current release it is.Cryptographic Findings
A cryptographic finding highlights the exact lines where the algorithm is used, in the same source panel, there’s no separate view to learn. A finding in your own code shows No package — first-party code; one inside a dependency names that package instead. The right-hand panel adds a reachability pill and one line explaining it:- Reachable means Earnie traced a call path from an entry point to that code.
- Not reached means it looked and found none.
- Unknown means the analysis couldn’t decide.
Not reached is not the same as not used. The trace is static analysis.
It can’t follow code reached through reflection, dynamic dispatch, or
configuration, and some languages have no call-graph support at all, which
is why Earnie says Unknown rather than guessing. Treat a reachable finding
as more urgent; never treat an unreachable one as harmless.
Making a Decision
Use Decide, and pick the answer that’s true:
For a declared dependency the pair is Accept into SBOM or Dismiss. Earnie moves you to the next open finding automatically after each decision, and every decision offers Undo.
A cryptographic finding has its own three decisions:
All three close the finding and keep its row, so an accepted risk stays visible instead of quietly disappearing. Whether the algorithm is reachable changes what you decide, never which decisions you’re offered.
There is no “Fixed” for cryptography. You record a fix by removing the
weak algorithm and re-scanning. The next run reports it as gone and keeps
your decision history, a claim Earnie can verify, rather than one it has to
take your word for.
Decide a whole component at once. From Components mode, the Decide menu
applies to every open file for that component,
Shift+1 to confirm all,
Shift+2 to mark all original. This is the single biggest time-saver on a
large first triage.Teach Earnie once. When you replace a component, you can also save it to
the project’s Scan Configuration. Future scans apply the same correction on
their own, instead of asking you again.
Keyboard Shortcuts
Triage is the one screen worth learning the keys for. Press? anywhere in the Review Workspace for the live list.
Shortcuts are inert while you’re typing in a field, and the decision keys only
appear for roles that can record decisions.
Finding States
In the workspace these collapse to three practical buckets: pending (needs you), identified (decided), and original (your own code).