Fix: detection review ux - #2224
Open
berzz26 wants to merge 2 commits into
Open
Conversation
Signed-off-by: berzz26 <aumtamboli2233@gmail.com>
Signed-off-by: berzz26 <aumtamboli2233@gmail.com>
berzz26
force-pushed
the
fix/detection-review-ux
branch
from
September 2, 2026 16:39
813b691 to
a7392c2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issues
Changes
Improved the license detection review experience by surfacing more context inline and reducing the number of
clicks needed to inspect detections.
Show the diagnostic matched text in single detection views.
Show the actual matched text for each listed file directly in the detection details, without requiring extra
navigation.
Present matched and unmatched portions so they can be compared visually.
Display the rule text alongside the matched text to make review easier.
Restore inline detection details in the resource detections tab to avoid the regression from the older UI.
Before :
The detection review flow required too many clicks to inspect a result. The detection details were hidden
behind additional navigation, which made it easy to lose context while reviewing. The diagnostic matched text
was also not shown, so it was hard to compare what was matched against the actual rule text and file content.
After
The detection details are now shown inline with the resource and detection views, reducing the need to click
through multiple pages. The diagnostic matched text is visible, and the actual matched text for each file is
displayed directly with matched and unmatched portions clearly shown. The rule text is also presented
alongside the matched text, making review faster and easier to understand.
AI usage: Debugging assistance and test generation was done with AI (opencode/big-pickle)