diff --git a/src/components/FalsePositiveDialog.tsx b/src/components/FalsePositiveDialog.tsx index 910d54b1..a77920d2 100644 --- a/src/components/FalsePositiveDialog.tsx +++ b/src/components/FalsePositiveDialog.tsx @@ -148,9 +148,8 @@ const FalsePositiveDialog: FunctionComponent = ({
- No rule - - (only this vulnerability) + + Handle only this path
@@ -164,12 +163,15 @@ const FalsePositiveDialog: FunctionComponent = ({ >
- Matches {count}{" "} - {count === 1 - ? "vulnerability" - : "vulnerabilities"} + Matches {count} {count === 1 ? "path" : "paths"}
+ + * + + + → + {suffix.split(" > ").map((el, idx, arr) => (