Skip to content

Commit

Permalink
fixed the title in webview
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalk007 committed Sep 12, 2024
1 parent dc0cfbf commit 4bd1f1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static DependencyPage convertIssueToDepPage(VulnerabilityNode vulnerabili

public static IssuePage convertFileIssueToIssuePage(FileIssueNode fileIssueNodeNode) {
return new IssuePage()
.header(fileIssueNodeNode.getReason())
.header(fileIssueNodeNode.getTitle())
.type(ConvertPageType(fileIssueNodeNode.getReporterType()))
.severity(fileIssueNodeNode.getSeverity().name())
.description(fileIssueNodeNode.getReason())
Expand Down

0 comments on commit 4bd1f1f

Please sign in to comment.